Shades of Christalle #42185E
Tints of Christalle #42185E
RGB
CMYK
RGB Variations
Color information
#42185E (or 0x42185E) is known color: Christalle. HEX triplet: 42, 18 and 5E. RGB value is (66,24,94). Sum of RGB (Red+Green+Blue) = 66+24+94=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 94 (37.11% from 255 or 51.09% from 184); Max value from RGB is 94 - color contains mainly: blue. Hex color #42185E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42185E is #BDE7A1. Grayscale: #2C2C2C. Windows color (decimal): -12445602 or 6166594. OLE color: 6166594.
HSL color Cylindrical-coordinate representation of color #42185E: hue angle of 276º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42185E is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 24 | 94 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.63 |
| HSL | 276º | 0.59% | 0.23% | - |
| HSV(B) | 276º | 0.74% | 0.37% | - |
| XYZ | 4.59 | 2.62 | 10.85 | - |
| YUV | 44.54 | 155.91 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 94 | 0.30 | 0.74 | 0 | 0.63 | 276 | 0.59 | 0.23 |
| Hex | 42 | 18 | 5E | 1E | 4A | 0 | 3F | 114 | 3B | 17 |
| Octal | 102 | 30 | 136 | 36 | 112 | 0 | 77 | 424 | 73 | 27 |
| Binary | 1000010 | 11000 | 1011110 | 11110 | 1001010 | 0 | 111111 | 100010100 | 111011 | 10111 |
Color Harmonies of #42185E
Complementary color
Monochromatic Colors of #42185E
Black with #42185E
Text Example
Text Example
White with #42185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42185E; }
p { color: rgb(66,24,94); }
H1.HeaderClassName
{
color: #42185E;
}
.AnyTagClassName
{
color: #42185E;
}
</style>
background-color css
<style>
a { background-color: #42185E; }
a { background-color: rgb(66,24,94); }
div.DivClassName
{
background-color: #42185E;
}
.BgClassName
{
background-color: #42185E;
}
</style>
border-color css
<style>
span { border-color: #42185E; }
span { border-color: rgb(66,24,94); }
td.TdClassName
{
border-color: #42185E;
}
.TagClassName
{
border-color: #42185E;
}
</style>