Shades of Christalle #32215F
Tints of Christalle #32215F
RGB
CMYK
RGB Variations
Color information
#32215F (or 0x32215F) is known color: Christalle. HEX triplet: 32, 21 and 5F. RGB value is (50,33,95). Sum of RGB (Red+Green+Blue) = 50+33+95=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #32215F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32215F is #CDDEA0. Grayscale: #2C2C2C. Windows color (decimal): -13491873 or 6234418. OLE color: 6234418.
HSL color Cylindrical-coordinate representation of color #32215F: hue angle of 256.45º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32215F is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 33 | 95 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.63 |
| HSL | 256.45º | 0.48% | 0.25% | - |
| HSV(B) | 256.45º | 0.65% | 0.37% | - |
| XYZ | 3.92 | 2.59 | 11.12 | - |
| YUV | 45.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 95 | 0.47 | 0.65 | 0 | 0.63 | 256.45 | 0.48 | 0.25 |
| Hex | 32 | 21 | 5F | 2F | 41 | 0 | 3F | 100 | 30 | 19 |
| Octal | 62 | 41 | 137 | 57 | 101 | 0 | 77 | 400 | 60 | 31 |
| Binary | 110010 | 100001 | 1011111 | 101111 | 1000001 | 0 | 111111 | 100000000 | 110000 | 11001 |
Color Harmonies of #32215F
Complementary color
Monochromatic Colors of #32215F
Black with #32215F
Text Example
Text Example
White with #32215F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32215F; }
p { color: rgb(50,33,95); }
H1.HeaderClassName
{
color: #32215F;
}
.AnyTagClassName
{
color: #32215F;
}
</style>
background-color css
<style>
a { background-color: #32215F; }
a { background-color: rgb(50,33,95); }
div.DivClassName
{
background-color: #32215F;
}
.BgClassName
{
background-color: #32215F;
}
</style>
border-color css
<style>
span { border-color: #32215F; }
span { border-color: rgb(50,33,95); }
td.TdClassName
{
border-color: #32215F;
}
.TagClassName
{
border-color: #32215F;
}
</style>