Shades of Christalle #42166F
Tints of Christalle #42166F
RGB
CMYK
RGB Variations
Color information
#42166F (or 0x42166F) is known color: Christalle. HEX triplet: 42, 16 and 6F. RGB value is (66,22,111). Sum of RGB (Red+Green+Blue) = 66+22+111=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #42166F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42166F is #BDE990. Grayscale: #2C2C2C. Windows color (decimal): -12446097 or 7280194. OLE color: 7280194.
HSL color Cylindrical-coordinate representation of color #42166F: hue angle of 269.66º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42166F is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 22 | 111 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.56 |
| HSL | 269.66º | 0.67% | 0.26% | - |
| HSV(B) | 269.66º | 0.8% | 0.44% | - |
| XYZ | 5.4 | 2.88 | 15.31 | - |
| YUV | 45.3 | 165.08 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 111 | 0.41 | 0.80 | 0 | 0.56 | 269.66 | 0.67 | 0.26 |
| Hex | 42 | 16 | 6F | 29 | 50 | 0 | 38 | 10E | 43 | 1A |
| Octal | 102 | 26 | 157 | 51 | 120 | 0 | 70 | 416 | 103 | 32 |
| Binary | 1000010 | 10110 | 1101111 | 101001 | 1010000 | 0 | 111000 | 100001110 | 1000011 | 11010 |
Color Harmonies of #42166F
Complementary color
Monochromatic Colors of #42166F
Black with #42166F
Text Example
Text Example
White with #42166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42166F; }
p { color: rgb(66,22,111); }
H1.HeaderClassName
{
color: #42166F;
}
.AnyTagClassName
{
color: #42166F;
}
</style>
background-color css
<style>
a { background-color: #42166F; }
a { background-color: rgb(66,22,111); }
div.DivClassName
{
background-color: #42166F;
}
.BgClassName
{
background-color: #42166F;
}
</style>
border-color css
<style>
span { border-color: #42166F; }
span { border-color: rgb(66,22,111); }
td.TdClassName
{
border-color: #42166F;
}
.TagClassName
{
border-color: #42166F;
}
</style>