Shades of Christalle #420F5F
Tints of Christalle #420F5F
RGB
CMYK
RGB Variations
Color information
#420F5F (or 0x420F5F) is known color: Christalle. HEX triplet: 42, 0F and 5F. RGB value is (66,15,95). Sum of RGB (Red+Green+Blue) = 66+15+95=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #420F5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420F5F is #BDF0A0. Grayscale: #272727. Windows color (decimal): -12447905 or 6229826. OLE color: 6229826.
HSL color Cylindrical-coordinate representation of color #420F5F: hue angle of 278.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #420F5F is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 15 | 95 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.63 |
| HSL | 278.25º | 0.73% | 0.22% | - |
| HSV(B) | 278.25º | 0.84% | 0.37% | - |
| XYZ | 4.48 | 2.33 | 11.04 | - |
| YUV | 39.37 | 159.4 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 95 | 0.31 | 0.84 | 0 | 0.63 | 278.25 | 0.73 | 0.22 |
| Hex | 42 | F | 5F | 1F | 54 | 0 | 3F | 116 | 49 | 16 |
| Octal | 102 | 17 | 137 | 37 | 124 | 0 | 77 | 426 | 111 | 26 |
| Binary | 1000010 | 1111 | 1011111 | 11111 | 1010100 | 0 | 111111 | 100010110 | 1001001 | 10110 |
Color Harmonies of #420F5F
Complementary color
Monochromatic Colors of #420F5F
Black with #420F5F
Text Example
Text Example
White with #420F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F5F; }
p { color: rgb(66,15,95); }
H1.HeaderClassName
{
color: #420F5F;
}
.AnyTagClassName
{
color: #420F5F;
}
</style>
background-color css
<style>
a { background-color: #420F5F; }
a { background-color: rgb(66,15,95); }
div.DivClassName
{
background-color: #420F5F;
}
.BgClassName
{
background-color: #420F5F;
}
</style>
border-color css
<style>
span { border-color: #420F5F; }
span { border-color: rgb(66,15,95); }
td.TdClassName
{
border-color: #420F5F;
}
.TagClassName
{
border-color: #420F5F;
}
</style>