Shades of Christalle #320863
Tints of Christalle #320863
RGB
CMYK
RGB Variations
Color information
#320863 (or 0x320863) is known color: Christalle. HEX triplet: 32, 08 and 63. RGB value is (50,8,99). Sum of RGB (Red+Green+Blue) = 50+8+99=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #320863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320863 is #CDF79C. Grayscale: #1E1E1E. Windows color (decimal): -13498269 or 6490162. OLE color: 6490162.
HSL color Cylindrical-coordinate representation of color #320863: hue angle of 267.69º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320863 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 8 | 99 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.61 |
| HSL | 267.69º | 0.85% | 0.21% | - |
| HSV(B) | 267.69º | 0.92% | 0.39% | - |
| XYZ | 3.65 | 1.75 | 11.95 | - |
| YUV | 30.93 | 166.41 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 99 | 0.49 | 0.92 | 0 | 0.61 | 267.69 | 0.85 | 0.21 |
| Hex | 32 | 8 | 63 | 31 | 5C | 0 | 3D | 10C | 55 | 15 |
| Octal | 62 | 10 | 143 | 61 | 134 | 0 | 75 | 414 | 125 | 25 |
| Binary | 110010 | 1000 | 1100011 | 110001 | 1011100 | 0 | 111101 | 100001100 | 1010101 | 10101 |
Color Harmonies of #320863
Complementary color
Monochromatic Colors of #320863
Black with #320863
Text Example
Text Example
White with #320863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320863; }
p { color: rgb(50,8,99); }
H1.HeaderClassName
{
color: #320863;
}
.AnyTagClassName
{
color: #320863;
}
</style>
background-color css
<style>
a { background-color: #320863; }
a { background-color: rgb(50,8,99); }
div.DivClassName
{
background-color: #320863;
}
.BgClassName
{
background-color: #320863;
}
</style>
border-color css
<style>
span { border-color: #320863; }
span { border-color: rgb(50,8,99); }
td.TdClassName
{
border-color: #320863;
}
.TagClassName
{
border-color: #320863;
}
</style>