Color: #241DDC
#241DDC Color Information
#241DDC is a dark color. The closest websafe version is #241DDC. A complement of this color would be #D7DD1D, perceived brightness is 0.21, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 242°,a saturation of 77%, and a lightness of 49%.The HSV representation shows a hue of 242°, a saturation of 87%, and a value of 86%.
In a RGB color space, #241DDC is composed of 14% red, 11% green and 86% blue. Whereas in a CMYK color space, it is composed of 84% cyan, 87% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 5.61, x: 0.1680, and y: 0.0821.
Color Code #241DDC
Shades of Color #241DDC
Shades are created by darkening the original color #241DDC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #241DDC
Tints are created by lightening the original color #241DDC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #241DDC Color Code
In the HSL color space, this color has a hue angle of 242°, a saturation of 77%, and a lightness of 49%. The HSV representation shows a hue of 242°, a saturation of 87%, and a value of 86%.
- HEX: #241DDC
- RGB: rgb(36, 29, 220)
- HSL: hsl(242, 77%, 49%)
- HSV: hsv(242, 87%, 86%)
- CMYK: 84.00% cyan, 87.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 11.48, 5.61, 51.26
- Yxy: 5.61, 0.1680, 0.0821
- Hunter Lab: 28.41, 54.57, -94.07
- CIE-Lab: 28.41, 54.57, -94.07
In the XYZ color space, this color is represented as X: 11.48, Y: 5.61, Z: 51.26. The Yxy representation further refines this as Y: 5.61, x: 0.1680, and y: 0.0821.
In the Hunter Lab color space, this color is represented as L: 28.41, a: 54.57, and b: -94.07. Similarly, in the CIE-Lab color space, it is represented as L: 28.41, a: 54.57, and b: -94.07.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #241DDC
Triadic colors are three colors evenly spaced around the color wheel, including #241DDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #241DDC
Monochromatic colors are variations of #241DDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #241DDC
The complementary color of #241DDC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #241DDC
/* Using HEX */ body { background-color: #241ddc; }
/* Using RGB */ body { background-color: rgb(36, 29, 220); }
/* Using RGB with opacity */ body { background-color: rgba(36, 29, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(242, 77%, 49%); }
/* Text color */ p { color: #241ddc; }
/* Box shadow */ div { box-shadow: 4px 4px #241ddc; }
/* Border color */ .box { border: 4px solid #241ddc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #241ddc; }
/* Background with text */ div { background: #241ddc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #241DDC
<!-- Using HEX --> <div style="background-color: #241ddc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(36, 29, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(36, 29, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(242, 77%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #241ddc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #241ddc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #241ddc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #241ddc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #241ddc; color: #fff; padding: 16px; border-radius: 8px;"> #241DDC </div>
Related Colors of #241DDC
These colors are similar to #241DDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.