Shades of Christalle #42115F
Tints of Christalle #42115F
RGB
CMYK
RGB Variations
Color information
#42115F (or 0x42115F) is known color: Christalle. HEX triplet: 42, 11 and 5F. RGB value is (66,17,95). Sum of RGB (Red+Green+Blue) = 66+17+95=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #42115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42115F is #BDEEA0. Grayscale: #282828. Windows color (decimal): -12447393 or 6230338. OLE color: 6230338.
HSL color Cylindrical-coordinate representation of color #42115F: hue angle of 277.69º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #42115F is Cyan = 0.31, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 17 | 95 | - |
| CMYK | 0.31 | 0.82 | 0 | 0.63 |
| HSL | 277.69º | 0.7% | 0.22% | - |
| HSV(B) | 277.69º | 0.82% | 0.37% | - |
| XYZ | 4.51 | 2.39 | 11.05 | - |
| YUV | 40.54 | 158.73 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 95 | 0.31 | 0.82 | 0 | 0.63 | 277.69 | 0.7 | 0.22 |
| Hex | 42 | 11 | 5F | 1F | 52 | 0 | 3F | 116 | 46 | 16 |
| Octal | 102 | 21 | 137 | 37 | 122 | 0 | 77 | 426 | 106 | 26 |
| Binary | 1000010 | 10001 | 1011111 | 11111 | 1010010 | 0 | 111111 | 100010110 | 1000110 | 10110 |
Color Harmonies of #42115F
Complementary color
Monochromatic Colors of #42115F
Black with #42115F
Text Example
Text Example
White with #42115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42115F; }
p { color: rgb(66,17,95); }
H1.HeaderClassName
{
color: #42115F;
}
.AnyTagClassName
{
color: #42115F;
}
</style>
background-color css
<style>
a { background-color: #42115F; }
a { background-color: rgb(66,17,95); }
div.DivClassName
{
background-color: #42115F;
}
.BgClassName
{
background-color: #42115F;
}
</style>
border-color css
<style>
span { border-color: #42115F; }
span { border-color: rgb(66,17,95); }
td.TdClassName
{
border-color: #42115F;
}
.TagClassName
{
border-color: #42115F;
}
</style>