Shades of Christalle #42176C
Tints of Christalle #42176C
RGB
CMYK
RGB Variations
Color information
#42176C (or 0x42176C) is known color: Christalle. HEX triplet: 42, 17 and 6C. RGB value is (66,23,108). Sum of RGB (Red+Green+Blue) = 66+23+108=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #42176C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42176C is #BDE893. Grayscale: #2D2D2D. Windows color (decimal): -12445844 or 7083842. OLE color: 7083842.
HSL color Cylindrical-coordinate representation of color #42176C: hue angle of 270.35º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42176C is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 23 | 108 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.58 |
| HSL | 270.35º | 0.65% | 0.26% | - |
| HSV(B) | 270.35º | 0.79% | 0.42% | - |
| XYZ | 5.26 | 2.85 | 14.46 | - |
| YUV | 45.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 108 | 0.39 | 0.79 | 0 | 0.58 | 270.35 | 0.65 | 0.26 |
| Hex | 42 | 17 | 6C | 27 | 4F | 0 | 3A | 10E | 41 | 1A |
| Octal | 102 | 27 | 154 | 47 | 117 | 0 | 72 | 416 | 101 | 32 |
| Binary | 1000010 | 10111 | 1101100 | 100111 | 1001111 | 0 | 111010 | 100001110 | 1000001 | 11010 |
Color Harmonies of #42176C
Complementary color
Monochromatic Colors of #42176C
Black with #42176C
Text Example
Text Example
White with #42176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42176C; }
p { color: rgb(66,23,108); }
H1.HeaderClassName
{
color: #42176C;
}
.AnyTagClassName
{
color: #42176C;
}
</style>
background-color css
<style>
a { background-color: #42176C; }
a { background-color: rgb(66,23,108); }
div.DivClassName
{
background-color: #42176C;
}
.BgClassName
{
background-color: #42176C;
}
</style>
border-color css
<style>
span { border-color: #42176C; }
span { border-color: rgb(66,23,108); }
td.TdClassName
{
border-color: #42176C;
}
.TagClassName
{
border-color: #42176C;
}
</style>