Shades of Christalle #42195E
Tints of Christalle #42195E
RGB
CMYK
RGB Variations
Color information
#42195E (or 0x42195E) is known color: Christalle. HEX triplet: 42, 19 and 5E. RGB value is (66,25,94). Sum of RGB (Red+Green+Blue) = 66+25+94=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #42195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42195E is #BDE6A1. Grayscale: #2C2C2C. Windows color (decimal): -12445346 or 6166850. OLE color: 6166850.
HSL color Cylindrical-coordinate representation of color #42195E: hue angle of 275.65º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42195E is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 25 | 94 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.63 |
| HSL | 275.65º | 0.58% | 0.23% | - |
| HSV(B) | 275.65º | 0.73% | 0.37% | - |
| XYZ | 4.61 | 2.66 | 10.86 | - |
| YUV | 45.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 94 | 0.30 | 0.73 | 0 | 0.63 | 275.65 | 0.58 | 0.23 |
| Hex | 42 | 19 | 5E | 1E | 49 | 0 | 3F | 114 | 3A | 17 |
| Octal | 102 | 31 | 136 | 36 | 111 | 0 | 77 | 424 | 72 | 27 |
| Binary | 1000010 | 11001 | 1011110 | 11110 | 1001001 | 0 | 111111 | 100010100 | 111010 | 10111 |
Color Harmonies of #42195E
Complementary color
Monochromatic Colors of #42195E
Black with #42195E
Text Example
Text Example
White with #42195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42195E; }
p { color: rgb(66,25,94); }
H1.HeaderClassName
{
color: #42195E;
}
.AnyTagClassName
{
color: #42195E;
}
</style>
background-color css
<style>
a { background-color: #42195E; }
a { background-color: rgb(66,25,94); }
div.DivClassName
{
background-color: #42195E;
}
.BgClassName
{
background-color: #42195E;
}
</style>
border-color css
<style>
span { border-color: #42195E; }
span { border-color: rgb(66,25,94); }
td.TdClassName
{
border-color: #42195E;
}
.TagClassName
{
border-color: #42195E;
}
</style>