Shades of Christalle #420C65
Tints of Christalle #420C65
RGB
CMYK
RGB Variations
Color information
#420C65 (or 0x420C65) is known color: Christalle. HEX triplet: 42, 0C and 65. RGB value is (66,12,101). Sum of RGB (Red+Green+Blue) = 66+12+101=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #420C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420C65 is #BDF39A. Grayscale: #252525. Windows color (decimal): -12448667 or 6622274. OLE color: 6622274.
HSL color Cylindrical-coordinate representation of color #420C65: hue angle of 276.4º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420C65 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 12 | 101 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.60 |
| HSL | 276.4º | 0.79% | 0.22% | - |
| HSV(B) | 276.4º | 0.88% | 0.4% | - |
| XYZ | 4.73 | 2.36 | 12.52 | - |
| YUV | 38.29 | 163.39 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 12 | 101 | 0.35 | 0.88 | 0 | 0.60 | 276.4 | 0.79 | 0.22 |
| Hex | 42 | C | 65 | 23 | 58 | 0 | 3C | 114 | 4F | 16 |
| Octal | 102 | 14 | 145 | 43 | 130 | 0 | 74 | 424 | 117 | 26 |
| Binary | 1000010 | 1100 | 1100101 | 100011 | 1011000 | 0 | 111100 | 100010100 | 1001111 | 10110 |
Color Harmonies of #420C65
Complementary color
Monochromatic Colors of #420C65
Black with #420C65
Text Example
Text Example
White with #420C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420C65; }
p { color: rgb(66,12,101); }
H1.HeaderClassName
{
color: #420C65;
}
.AnyTagClassName
{
color: #420C65;
}
</style>
background-color css
<style>
a { background-color: #420C65; }
a { background-color: rgb(66,12,101); }
div.DivClassName
{
background-color: #420C65;
}
.BgClassName
{
background-color: #420C65;
}
</style>
border-color css
<style>
span { border-color: #420C65; }
span { border-color: rgb(66,12,101); }
td.TdClassName
{
border-color: #420C65;
}
.TagClassName
{
border-color: #420C65;
}
</style>