Shades of Christalle #42176F
Tints of Christalle #42176F
RGB
CMYK
RGB Variations
Color information
#42176F (or 0x42176F) is known color: Christalle. HEX triplet: 42, 17 and 6F. RGB value is (66,23,111). Sum of RGB (Red+Green+Blue) = 66+23+111=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 111 (43.75% from 255 or 55.5% from 200); Max value from RGB is 111 - color contains mainly: blue. Hex color #42176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42176F is #BDE890. Grayscale: #2D2D2D. Windows color (decimal): -12445841 or 7280450. OLE color: 7280450.
HSL color Cylindrical-coordinate representation of color #42176F: hue angle of 269.32º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42176F is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 66 | 23 | 111 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.56 |
| HSL | 269.32º | 0.66% | 0.26% | - |
| HSV(B) | 269.32º | 0.79% | 0.44% | - |
| XYZ | 5.42 | 2.92 | 15.32 | - |
| YUV | 45.89 | 164.75 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 111 | 0.41 | 0.79 | 0 | 0.56 | 269.32 | 0.66 | 0.26 |
| Hex | 42 | 17 | 6F | 29 | 4F | 0 | 38 | 10D | 42 | 1A |
| Octal | 102 | 27 | 157 | 51 | 117 | 0 | 70 | 415 | 102 | 32 |
| Binary | 1000010 | 10111 | 1101111 | 101001 | 1001111 | 0 | 111000 | 100001101 | 1000010 | 11010 |
Color Harmonies of #42176F
Complementary color
Monochromatic Colors of #42176F
Black with #42176F
Text Example
Text Example
White with #42176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42176F; }
p { color: rgb(66,23,111); }
H1.HeaderClassName
{
color: #42176F;
}
.AnyTagClassName
{
color: #42176F;
}
</style>
background-color css
<style>
a { background-color: #42176F; }
a { background-color: rgb(66,23,111); }
div.DivClassName
{
background-color: #42176F;
}
.BgClassName
{
background-color: #42176F;
}
</style>
border-color css
<style>
span { border-color: #42176F; }
span { border-color: rgb(66,23,111); }
td.TdClassName
{
border-color: #42176F;
}
.TagClassName
{
border-color: #42176F;
}
</style>