Shades of Christalle #32025E
Tints of Christalle #32025E
RGB
CMYK
RGB Variations
Color information
#32025E (or 0x32025E) is known color: Christalle. HEX triplet: 32, 02 and 5E. RGB value is (50,2,94). Sum of RGB (Red+Green+Blue) = 50+2+94=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #32025E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32025E is #CDFDA1. Grayscale: #1A1A1A. Windows color (decimal): -13499810 or 6160946. OLE color: 6160946.
HSL color Cylindrical-coordinate representation of color #32025E: hue angle of 271.3º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32025E is Cyan = 0.47, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 2 | 94 | - |
| CMYK | 0.47 | 0.98 | 0 | 0.63 |
| HSL | 271.3º | 0.96% | 0.19% | - |
| HSV(B) | 271.3º | 0.98% | 0.37% | - |
| XYZ | 3.36 | 1.53 | 10.71 | - |
| YUV | 26.84 | 165.9 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 2 | 94 | 0.47 | 0.98 | 0 | 0.63 | 271.3 | 0.96 | 0.19 |
| Hex | 32 | 2 | 5E | 2F | 62 | 0 | 3F | 10F | 60 | 13 |
| Octal | 62 | 2 | 136 | 57 | 142 | 0 | 77 | 417 | 140 | 23 |
| Binary | 110010 | 10 | 1011110 | 101111 | 1100010 | 0 | 111111 | 100001111 | 1100000 | 10011 |
Color Harmonies of #32025E
Complementary color
Monochromatic Colors of #32025E
Black with #32025E
Text Example
Text Example
White with #32025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32025E; }
p { color: rgb(50,2,94); }
H1.HeaderClassName
{
color: #32025E;
}
.AnyTagClassName
{
color: #32025E;
}
</style>
background-color css
<style>
a { background-color: #32025E; }
a { background-color: rgb(50,2,94); }
div.DivClassName
{
background-color: #32025E;
}
.BgClassName
{
background-color: #32025E;
}
</style>
border-color css
<style>
span { border-color: #32025E; }
span { border-color: rgb(50,2,94); }
td.TdClassName
{
border-color: #32025E;
}
.TagClassName
{
border-color: #32025E;
}
</style>