Shades of Christalle #32015E
Tints of Christalle #32015E
RGB
CMYK
RGB Variations
Color information
#32015E (or 0x32015E) is known color: Christalle. HEX triplet: 32, 01 and 5E. RGB value is (50,1,94). Sum of RGB (Red+Green+Blue) = 50+1+94=145 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.48% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #32015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32015E is #CDFEA1. Grayscale: #191919. Windows color (decimal): -13500066 or 6160690. OLE color: 6160690.
HSL color Cylindrical-coordinate representation of color #32015E: hue angle of 271.61º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32015E is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 1 | 94 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.63 |
| HSL | 271.61º | 0.98% | 0.19% | - |
| HSV(B) | 271.61º | 0.99% | 0.37% | - |
| XYZ | 3.35 | 1.51 | 10.7 | - |
| YUV | 26.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 94 | 0.47 | 0.99 | 0 | 0.63 | 271.61 | 0.98 | 0.19 |
| Hex | 32 | 1 | 5E | 2F | 63 | 0 | 3F | 110 | 62 | 13 |
| Octal | 62 | 1 | 136 | 57 | 143 | 0 | 77 | 420 | 142 | 23 |
| Binary | 110010 | 1 | 1011110 | 101111 | 1100011 | 0 | 111111 | 100010000 | 1100010 | 10011 |
Color Harmonies of #32015E
Complementary color
Monochromatic Colors of #32015E
Black with #32015E
Text Example
Text Example
White with #32015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32015E; }
p { color: rgb(50,1,94); }
H1.HeaderClassName
{
color: #32015E;
}
.AnyTagClassName
{
color: #32015E;
}
</style>
background-color css
<style>
a { background-color: #32015E; }
a { background-color: rgb(50,1,94); }
div.DivClassName
{
background-color: #32015E;
}
.BgClassName
{
background-color: #32015E;
}
</style>
border-color css
<style>
span { border-color: #32015E; }
span { border-color: rgb(50,1,94); }
td.TdClassName
{
border-color: #32015E;
}
.TagClassName
{
border-color: #32015E;
}
</style>