Color: #42105C
#42105C Color Information
#42105C is a dark color. The closest websafe version is #42105C. A complement of this color would be #2A5B10, perceived brightness is 0.16, and the grayscale version is #363636.
In the HSL color space, this color has a hue angle of 279°,a saturation of 70%, and a lightness of 21%.The HSV representation shows a hue of 279°, a saturation of 100%, and a value of 100%.
In a RGB color space, #42105C is composed of 26% red, 6% green and 36% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 83% magenta, 0% yellow and 64% black.
In the Yxy color space, this color is represented as Y: 2.23, x: 0.2913, and y: 0.1580.
Color Code #42105C
Shades of Color #42105C
Shades are created by darkening the original color #42105C 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 #42105C
Tints are created by lightening the original color #42105C 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 #42105C Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 70%, and a lightness of 21%. The HSV representation shows a hue of 279°, a saturation of 83%, and a value of 36%.
- HEX: #42105C
- RGB: rgb(66, 16, 92)
- HSL: hsl(279, 70%, 21%)
- HSV: hsv(279, 83%, 36%)
- CMYK: 28.00% cyan, 83.00% magenta, 0.00% yellow, 64.00% black
- XYZ: 4.11, 2.23, 7.77
- Yxy: 2.23, 0.2913, 0.1580
- Hunter Lab: 16.66, 33.82, -34.67
- CIE-Lab: 16.66, 33.82, -34.67
In the XYZ color space, this color is represented as X: 4.11, Y: 2.23, Z: 7.77. The Yxy representation further refines this as Y: 2.23, x: 0.2913, and y: 0.1580.
In the Hunter Lab color space, this color is represented as L: 16.66, a: 33.82, and b: -34.67. Similarly, in the CIE-Lab color space, it is represented as L: 16.66, a: 33.82, and b: -34.67.
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 #42105C
Triadic colors are three colors evenly spaced around the color wheel, including #42105C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #42105C
Monochromatic colors are variations of #42105C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #42105C
The complementary color of #42105C 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 #42105C
/* Using HEX */ body { background-color: #42105c; }
/* Using RGB */ body { background-color: rgb(66, 16, 92); }
/* Using RGB with opacity */ body { background-color: rgba(66, 16, 92, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 70%, 21%); }
/* Text color */ p { color: #42105c; }
/* Box shadow */ div { box-shadow: 4px 4px #42105c; }
HTML Examples of #42105C
<!-- Using HEX --> <div style="background-color: #42105c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(66, 16, 92); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(66, 16, 92, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 70%, 21%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #42105c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #42105c; width: 100px; height: 100px;"></div>
Related Colors of #42105C
These colors are similar to #42105C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.