Shades of Christalle #420B5F
Tints of Christalle #420B5F
RGB
CMYK
RGB Variations
Color information
#420B5F (or 0x420B5F) is known color: Christalle. HEX triplet: 42, 0B and 5F. RGB value is (66,11,95). Sum of RGB (Red+Green+Blue) = 66+11+95=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #420B5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B5F is #BDF4A0. Grayscale: #242424. Windows color (decimal): -12448929 or 6228802. OLE color: 6228802.
HSL color Cylindrical-coordinate representation of color #420B5F: hue angle of 279.29º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420B5F is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 11 | 95 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.63 |
| HSL | 279.29º | 0.79% | 0.21% | - |
| HSV(B) | 279.29º | 0.88% | 0.37% | - |
| XYZ | 4.43 | 2.22 | 11.02 | - |
| YUV | 37.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 11 | 95 | 0.31 | 0.88 | 0 | 0.63 | 279.29 | 0.79 | 0.21 |
| Hex | 42 | B | 5F | 1F | 58 | 0 | 3F | 117 | 4F | 15 |
| Octal | 102 | 13 | 137 | 37 | 130 | 0 | 77 | 427 | 117 | 25 |
| Binary | 1000010 | 1011 | 1011111 | 11111 | 1011000 | 0 | 111111 | 100010111 | 1001111 | 10101 |
Color Harmonies of #420B5F
Complementary color
Monochromatic Colors of #420B5F
Black with #420B5F
Text Example
Text Example
White with #420B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420B5F; }
p { color: rgb(66,11,95); }
H1.HeaderClassName
{
color: #420B5F;
}
.AnyTagClassName
{
color: #420B5F;
}
</style>
background-color css
<style>
a { background-color: #420B5F; }
a { background-color: rgb(66,11,95); }
div.DivClassName
{
background-color: #420B5F;
}
.BgClassName
{
background-color: #420B5F;
}
</style>
border-color css
<style>
span { border-color: #420B5F; }
span { border-color: rgb(66,11,95); }
td.TdClassName
{
border-color: #420B5F;
}
.TagClassName
{
border-color: #420B5F;
}
</style>