Shades of Christalle #42166D
Tints of Christalle #42166D
RGB
CMYK
RGB Variations
Color information
#42166D (or 0x42166D) is known color: Christalle. HEX triplet: 42, 16 and 6D. RGB value is (66,22,109). Sum of RGB (Red+Green+Blue) = 66+22+109=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 109 (42.97% from 255 or 55.33% from 197); Max value from RGB is 109 - color contains mainly: blue. Hex color #42166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42166D is #BDE992. Grayscale: #2C2C2C. Windows color (decimal): -12446099 or 7149122. OLE color: 7149122.
HSL color Cylindrical-coordinate representation of color #42166D: hue angle of 270.34º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #42166D is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 22 | 109 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.57 |
| HSL | 270.34º | 0.66% | 0.26% | - |
| HSV(B) | 270.34º | 0.8% | 0.43% | - |
| XYZ | 5.29 | 2.84 | 14.74 | - |
| YUV | 45.07 | 164.08 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 109 | 0.39 | 0.80 | 0 | 0.57 | 270.34 | 0.66 | 0.26 |
| Hex | 42 | 16 | 6D | 27 | 50 | 0 | 39 | 10E | 42 | 1A |
| Octal | 102 | 26 | 155 | 47 | 120 | 0 | 71 | 416 | 102 | 32 |
| Binary | 1000010 | 10110 | 1101101 | 100111 | 1010000 | 0 | 111001 | 100001110 | 1000010 | 11010 |
Color Harmonies of #42166D
Complementary color
Monochromatic Colors of #42166D
Black with #42166D
Text Example
Text Example
White with #42166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42166D; }
p { color: rgb(66,22,109); }
H1.HeaderClassName
{
color: #42166D;
}
.AnyTagClassName
{
color: #42166D;
}
</style>
background-color css
<style>
a { background-color: #42166D; }
a { background-color: rgb(66,22,109); }
div.DivClassName
{
background-color: #42166D;
}
.BgClassName
{
background-color: #42166D;
}
</style>
border-color css
<style>
span { border-color: #42166D; }
span { border-color: rgb(66,22,109); }
td.TdClassName
{
border-color: #42166D;
}
.TagClassName
{
border-color: #42166D;
}
</style>