Shades of Christalle #322060
Tints of Christalle #322060
RGB
CMYK
RGB Variations
Color information
#322060 (or 0x322060) is known color: Christalle. HEX triplet: 32, 20 and 60. RGB value is (50,32,96). Sum of RGB (Red+Green+Blue) = 50+32+96=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #322060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322060 is #CDDF9F. Grayscale: #2C2C2C. Windows color (decimal): -13492128 or 6299698. OLE color: 6299698.
HSL color Cylindrical-coordinate representation of color #322060: hue angle of 256.88º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322060 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 32 | 96 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.62 |
| HSL | 256.88º | 0.5% | 0.25% | - |
| HSV(B) | 256.88º | 0.67% | 0.38% | - |
| XYZ | 3.94 | 2.56 | 11.35 | - |
| YUV | 44.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 96 | 0.48 | 0.67 | 0 | 0.62 | 256.88 | 0.5 | 0.25 |
| Hex | 32 | 20 | 60 | 30 | 43 | 0 | 3E | 101 | 32 | 19 |
| Octal | 62 | 40 | 140 | 60 | 103 | 0 | 76 | 401 | 62 | 31 |
| Binary | 110010 | 100000 | 1100000 | 110000 | 1000011 | 0 | 111110 | 100000001 | 110010 | 11001 |
Color Harmonies of #322060
Complementary color
Monochromatic Colors of #322060
Black with #322060
Text Example
Text Example
White with #322060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322060; }
p { color: rgb(50,32,96); }
H1.HeaderClassName
{
color: #322060;
}
.AnyTagClassName
{
color: #322060;
}
</style>
background-color css
<style>
a { background-color: #322060; }
a { background-color: rgb(50,32,96); }
div.DivClassName
{
background-color: #322060;
}
.BgClassName
{
background-color: #322060;
}
</style>
border-color css
<style>
span { border-color: #322060; }
span { border-color: rgb(50,32,96); }
td.TdClassName
{
border-color: #322060;
}
.TagClassName
{
border-color: #322060;
}
</style>