Shades of Christalle #42185F
Tints of Christalle #42185F
RGB
CMYK
RGB Variations
Color information
#42185F (or 0x42185F) is known color: Christalle. HEX triplet: 42, 18 and 5F. RGB value is (66,24,95). Sum of RGB (Red+Green+Blue) = 66+24+95=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 95 (37.5% from 255 or 51.35% from 185); Max value from RGB is 95 - color contains mainly: blue. Hex color #42185F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42185F is #BDE7A0. Grayscale: #2C2C2C. Windows color (decimal): -12445601 or 6232130. OLE color: 6232130.
HSL color Cylindrical-coordinate representation of color #42185F: hue angle of 275.49º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42185F is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 24 | 95 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.63 |
| HSL | 275.49º | 0.6% | 0.23% | - |
| HSV(B) | 275.49º | 0.75% | 0.37% | - |
| XYZ | 4.64 | 2.64 | 11.09 | - |
| YUV | 44.65 | 156.41 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 95 | 0.31 | 0.75 | 0 | 0.63 | 275.49 | 0.6 | 0.23 |
| Hex | 42 | 18 | 5F | 1F | 4B | 0 | 3F | 113 | 3C | 17 |
| Octal | 102 | 30 | 137 | 37 | 113 | 0 | 77 | 423 | 74 | 27 |
| Binary | 1000010 | 11000 | 1011111 | 11111 | 1001011 | 0 | 111111 | 100010011 | 111100 | 10111 |
Color Harmonies of #42185F
Complementary color
Monochromatic Colors of #42185F
Black with #42185F
Text Example
Text Example
White with #42185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42185F; }
p { color: rgb(66,24,95); }
H1.HeaderClassName
{
color: #42185F;
}
.AnyTagClassName
{
color: #42185F;
}
</style>
background-color css
<style>
a { background-color: #42185F; }
a { background-color: rgb(66,24,95); }
div.DivClassName
{
background-color: #42185F;
}
.BgClassName
{
background-color: #42185F;
}
</style>
border-color css
<style>
span { border-color: #42185F; }
span { border-color: rgb(66,24,95); }
td.TdClassName
{
border-color: #42185F;
}
.TagClassName
{
border-color: #42185F;
}
</style>