Shades of Christalle #420D68
Tints of Christalle #420D68
RGB
CMYK
RGB Variations
Color information
#420D68 (or 0x420D68) is known color: Christalle. HEX triplet: 42, 0D and 68. RGB value is (66,13,104). Sum of RGB (Red+Green+Blue) = 66+13+104=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #420D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D68 is #BDF297. Grayscale: #262626. Windows color (decimal): -12448408 or 6819138. OLE color: 6819138.
HSL color Cylindrical-coordinate representation of color #420D68: hue angle of 274.95º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420D68 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 13 | 104 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.59 |
| HSL | 274.95º | 0.78% | 0.23% | - |
| HSV(B) | 274.95º | 0.88% | 0.41% | - |
| XYZ | 4.89 | 2.45 | 13.31 | - |
| YUV | 39.22 | 164.56 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 104 | 0.37 | 0.88 | 0 | 0.59 | 274.95 | 0.78 | 0.23 |
| Hex | 42 | D | 68 | 25 | 58 | 0 | 3B | 113 | 4E | 17 |
| Octal | 102 | 15 | 150 | 45 | 130 | 0 | 73 | 423 | 116 | 27 |
| Binary | 1000010 | 1101 | 1101000 | 100101 | 1011000 | 0 | 111011 | 100010011 | 1001110 | 10111 |
Color Harmonies of #420D68
Complementary color
Monochromatic Colors of #420D68
Black with #420D68
Text Example
Text Example
White with #420D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D68; }
p { color: rgb(66,13,104); }
H1.HeaderClassName
{
color: #420D68;
}
.AnyTagClassName
{
color: #420D68;
}
</style>
background-color css
<style>
a { background-color: #420D68; }
a { background-color: rgb(66,13,104); }
div.DivClassName
{
background-color: #420D68;
}
.BgClassName
{
background-color: #420D68;
}
</style>
border-color css
<style>
span { border-color: #420D68; }
span { border-color: rgb(66,13,104); }
td.TdClassName
{
border-color: #420D68;
}
.TagClassName
{
border-color: #420D68;
}
</style>