Shades of Christalle #32215E
Tints of Christalle #32215E
RGB
CMYK
RGB Variations
Color information
#32215E (or 0x32215E) is known color: Christalle. HEX triplet: 32, 21 and 5E. RGB value is (50,33,94). Sum of RGB (Red+Green+Blue) = 50+33+94=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #32215E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32215E is #CDDEA1. Grayscale: #2C2C2C. Windows color (decimal): -13491874 or 6168882. OLE color: 6168882.
HSL color Cylindrical-coordinate representation of color #32215E: hue angle of 256.72º 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 #32215E is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 33 | 94 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.63 |
| HSL | 256.72º | 0.48% | 0.25% | - |
| HSV(B) | 256.72º | 0.65% | 0.37% | - |
| XYZ | 3.88 | 2.57 | 10.88 | - |
| YUV | 45.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 33 | 94 | 0.47 | 0.65 | 0 | 0.63 | 256.72 | 0.48 | 0.25 |
| Hex | 32 | 21 | 5E | 2F | 41 | 0 | 3F | 101 | 30 | 19 |
| Octal | 62 | 41 | 136 | 57 | 101 | 0 | 77 | 401 | 60 | 31 |
| Binary | 110010 | 100001 | 1011110 | 101111 | 1000001 | 0 | 111111 | 100000001 | 110000 | 11001 |
Color Harmonies of #32215E
Complementary color
Monochromatic Colors of #32215E
Black with #32215E
Text Example
Text Example
White with #32215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32215E; }
p { color: rgb(50,33,94); }
H1.HeaderClassName
{
color: #32215E;
}
.AnyTagClassName
{
color: #32215E;
}
</style>
background-color css
<style>
a { background-color: #32215E; }
a { background-color: rgb(50,33,94); }
div.DivClassName
{
background-color: #32215E;
}
.BgClassName
{
background-color: #32215E;
}
</style>
border-color css
<style>
span { border-color: #32215E; }
span { border-color: rgb(50,33,94); }
td.TdClassName
{
border-color: #32215E;
}
.TagClassName
{
border-color: #32215E;
}
</style>