Shades of Christalle #42176A
Tints of Christalle #42176A
RGB
CMYK
RGB Variations
Color information
#42176A (or 0x42176A) is known color: Christalle. HEX triplet: 42, 17 and 6A. RGB value is (66,23,106). Sum of RGB (Red+Green+Blue) = 66+23+106=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 106 (41.80% from 255 or 54.36% from 195); Max value from RGB is 106 - color contains mainly: blue. Hex color #42176A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42176A is #BDE895. Grayscale: #2D2D2D. Windows color (decimal): -12445846 or 6952770. OLE color: 6952770.
HSL color Cylindrical-coordinate representation of color #42176A: hue angle of 271.08º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42176A is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 23 | 106 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.58 |
| HSL | 271.08º | 0.64% | 0.25% | - |
| HSV(B) | 271.08º | 0.78% | 0.42% | - |
| XYZ | 5.15 | 2.81 | 13.91 | - |
| YUV | 45.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 106 | 0.38 | 0.78 | 0 | 0.58 | 271.08 | 0.64 | 0.25 |
| Hex | 42 | 17 | 6A | 26 | 4E | 0 | 3A | 10F | 40 | 19 |
| Octal | 102 | 27 | 152 | 46 | 116 | 0 | 72 | 417 | 100 | 31 |
| Binary | 1000010 | 10111 | 1101010 | 100110 | 1001110 | 0 | 111010 | 100001111 | 1000000 | 11001 |
Color Harmonies of #42176A
Complementary color
Monochromatic Colors of #42176A
Black with #42176A
Text Example
Text Example
White with #42176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42176A; }
p { color: rgb(66,23,106); }
H1.HeaderClassName
{
color: #42176A;
}
.AnyTagClassName
{
color: #42176A;
}
</style>
background-color css
<style>
a { background-color: #42176A; }
a { background-color: rgb(66,23,106); }
div.DivClassName
{
background-color: #42176A;
}
.BgClassName
{
background-color: #42176A;
}
</style>
border-color css
<style>
span { border-color: #42176A; }
span { border-color: rgb(66,23,106); }
td.TdClassName
{
border-color: #42176A;
}
.TagClassName
{
border-color: #42176A;
}
</style>