Shades of Christalle #32195E
Tints of Christalle #32195E
RGB
CMYK
RGB Variations
Color information
#32195E (or 0x32195E) is known color: Christalle. HEX triplet: 32, 19 and 5E. RGB value is (50,25,94). Sum of RGB (Red+Green+Blue) = 50+25+94=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 94 (37.11% from 255 or 55.62% from 169); Max value from RGB is 94 - color contains mainly: blue. Hex color #32195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32195E is #CDE6A1. Grayscale: #282828. Windows color (decimal): -13493922 or 6166834. OLE color: 6166834.
HSL color Cylindrical-coordinate representation of color #32195E: hue angle of 261.74º 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 #32195E is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 25 | 94 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.63 |
| HSL | 261.74º | 0.58% | 0.23% | - |
| HSV(B) | 261.74º | 0.73% | 0.37% | - |
| XYZ | 3.68 | 2.18 | 10.82 | - |
| YUV | 40.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 25 | 94 | 0.47 | 0.73 | 0 | 0.63 | 261.74 | 0.58 | 0.23 |
| Hex | 32 | 19 | 5E | 2F | 49 | 0 | 3F | 106 | 3A | 17 |
| Octal | 62 | 31 | 136 | 57 | 111 | 0 | 77 | 406 | 72 | 27 |
| Binary | 110010 | 11001 | 1011110 | 101111 | 1001001 | 0 | 111111 | 100000110 | 111010 | 10111 |
Color Harmonies of #32195E
Complementary color
Monochromatic Colors of #32195E
Black with #32195E
Text Example
Text Example
White with #32195E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32195E; }
p { color: rgb(50,25,94); }
H1.HeaderClassName
{
color: #32195E;
}
.AnyTagClassName
{
color: #32195E;
}
</style>
background-color css
<style>
a { background-color: #32195E; }
a { background-color: rgb(50,25,94); }
div.DivClassName
{
background-color: #32195E;
}
.BgClassName
{
background-color: #32195E;
}
</style>
border-color css
<style>
span { border-color: #32195E; }
span { border-color: rgb(50,25,94); }
td.TdClassName
{
border-color: #32195E;
}
.TagClassName
{
border-color: #32195E;
}
</style>