Shades of Christalle #322063
Tints of Christalle #322063
RGB
CMYK
RGB Variations
Color information
#322063 (or 0x322063) is known color: Christalle. HEX triplet: 32, 20 and 63. RGB value is (50,32,99). Sum of RGB (Red+Green+Blue) = 50+32+99=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 99 (39.06% from 255 or 54.70% from 181); Max value from RGB is 99 - color contains mainly: blue. Hex color #322063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322063 is #CDDF9C. Grayscale: #2C2C2C. Windows color (decimal): -13492125 or 6496306. OLE color: 6496306.
HSL color Cylindrical-coordinate representation of color #322063: hue angle of 256.12º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322063 is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 32 | 99 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.61 |
| HSL | 256.12º | 0.51% | 0.26% | - |
| HSV(B) | 256.12º | 0.68% | 0.39% | - |
| XYZ | 4.08 | 2.61 | 12.09 | - |
| YUV | 45.02 | 158.46 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 32 | 99 | 0.49 | 0.68 | 0 | 0.61 | 256.12 | 0.51 | 0.26 |
| Hex | 32 | 20 | 63 | 31 | 44 | 0 | 3D | 100 | 33 | 1A |
| Octal | 62 | 40 | 143 | 61 | 104 | 0 | 75 | 400 | 63 | 32 |
| Binary | 110010 | 100000 | 1100011 | 110001 | 1000100 | 0 | 111101 | 100000000 | 110011 | 11010 |
Color Harmonies of #322063
Complementary color
Monochromatic Colors of #322063
Black with #322063
Text Example
Text Example
White with #322063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322063; }
p { color: rgb(50,32,99); }
H1.HeaderClassName
{
color: #322063;
}
.AnyTagClassName
{
color: #322063;
}
</style>
background-color css
<style>
a { background-color: #322063; }
a { background-color: rgb(50,32,99); }
div.DivClassName
{
background-color: #322063;
}
.BgClassName
{
background-color: #322063;
}
</style>
border-color css
<style>
span { border-color: #322063; }
span { border-color: rgb(50,32,99); }
td.TdClassName
{
border-color: #322063;
}
.TagClassName
{
border-color: #322063;
}
</style>