Shades of Christalle #32005E
Tints of Christalle #32005E
RGB
CMYK
RGB Variations
Color information
#32005E (or 0x32005E) is known color: Christalle. HEX triplet: 32, 00 and 5E. RGB value is (50,0,94). Sum of RGB (Red+Green+Blue) = 50+0+94=144 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.72% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 94 (37.11% from 255 or 65.28% from 144); Max value from RGB is 94 - color contains mainly: blue. Hex color #32005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32005E is #CDFFA1. Grayscale: #191919. Windows color (decimal): -13500322 or 6160434. OLE color: 6160434.
HSL color Cylindrical-coordinate representation of color #32005E: hue angle of 271.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32005E is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 0 | 94 | - |
| CMYK | 0.47 | 1 | 0 | 0.63 |
| HSL | 271.91º | 1% | 0.18% | - |
| HSV(B) | 271.91º | 1% | 0.37% | - |
| XYZ | 3.34 | 1.49 | 10.7 | - |
| YUV | 25.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 94 | 0.47 | 1 | 0 | 0.63 | 271.91 | 1 | 0.18 |
| Hex | 32 | 0 | 5E | 2F | 64 | 0 | 3F | 110 | 64 | 12 |
| Octal | 62 | 0 | 136 | 57 | 144 | 0 | 77 | 420 | 144 | 22 |
| Binary | 110010 | 0 | 1011110 | 101111 | 1100100 | 0 | 111111 | 100010000 | 1100100 | 10010 |
Color Harmonies of #32005E
Complementary color
Monochromatic Colors of #32005E
Black with #32005E
Text Example
Text Example
White with #32005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32005E; }
p { color: rgb(50,0,94); }
H1.HeaderClassName
{
color: #32005E;
}
.AnyTagClassName
{
color: #32005E;
}
</style>
background-color css
<style>
a { background-color: #32005E; }
a { background-color: rgb(50,0,94); }
div.DivClassName
{
background-color: #32005E;
}
.BgClassName
{
background-color: #32005E;
}
</style>
border-color css
<style>
span { border-color: #32005E; }
span { border-color: rgb(50,0,94); }
td.TdClassName
{
border-color: #32005E;
}
.TagClassName
{
border-color: #32005E;
}
</style>