Shades of Christalle #420F65
Tints of Christalle #420F65
RGB
CMYK
RGB Variations
Color information
#420F65 (or 0x420F65) is known color: Christalle. HEX triplet: 42, 0F and 65. RGB value is (66,15,101). Sum of RGB (Red+Green+Blue) = 66+15+101=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 101 (39.84% from 255 or 55.49% from 182); Max value from RGB is 101 - color contains mainly: blue. Hex color #420F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F65 is #BDF09A. Grayscale: #272727. Windows color (decimal): -12447899 or 6623042. OLE color: 6623042.
HSL color Cylindrical-coordinate representation of color #420F65: hue angle of 275.58º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #420F65 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 15 | 101 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.60 |
| HSL | 275.58º | 0.74% | 0.23% | - |
| HSV(B) | 275.58º | 0.85% | 0.4% | - |
| XYZ | 4.77 | 2.44 | 12.53 | - |
| YUV | 40.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 101 | 0.35 | 0.85 | 0 | 0.60 | 275.58 | 0.74 | 0.23 |
| Hex | 42 | F | 65 | 23 | 55 | 0 | 3C | 114 | 4A | 17 |
| Octal | 102 | 17 | 145 | 43 | 125 | 0 | 74 | 424 | 112 | 27 |
| Binary | 1000010 | 1111 | 1100101 | 100011 | 1010101 | 0 | 111100 | 100010100 | 1001010 | 10111 |
Color Harmonies of #420F65
Complementary color
Monochromatic Colors of #420F65
Black with #420F65
Text Example
Text Example
White with #420F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F65; }
p { color: rgb(66,15,101); }
H1.HeaderClassName
{
color: #420F65;
}
.AnyTagClassName
{
color: #420F65;
}
</style>
background-color css
<style>
a { background-color: #420F65; }
a { background-color: rgb(66,15,101); }
div.DivClassName
{
background-color: #420F65;
}
.BgClassName
{
background-color: #420F65;
}
</style>
border-color css
<style>
span { border-color: #420F65; }
span { border-color: rgb(66,15,101); }
td.TdClassName
{
border-color: #420F65;
}
.TagClassName
{
border-color: #420F65;
}
</style>