Shades of Christalle #320A63
Tints of Christalle #320A63
RGB
CMYK
RGB Variations
Color information
#320A63 (or 0x320A63) is known color: Christalle. HEX triplet: 32, 0A and 63. RGB value is (50,10,99). Sum of RGB (Red+Green+Blue) = 50+10+99=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 99 (39.06% from 255 or 62.26% from 159); Max value from RGB is 99 - color contains mainly: blue. Hex color #320A63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320A63 is #CDF59C. Grayscale: #1F1F1F. Windows color (decimal): -13497757 or 6490674. OLE color: 6490674.
HSL color Cylindrical-coordinate representation of color #320A63: hue angle of 266.97º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320A63 is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 50 | 10 | 99 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.61 |
| HSL | 266.97º | 0.82% | 0.21% | - |
| HSV(B) | 266.97º | 0.9% | 0.39% | - |
| XYZ | 3.68 | 1.8 | 11.96 | - |
| YUV | 32.11 | 165.75 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 99 | 0.49 | 0.90 | 0 | 0.61 | 266.97 | 0.82 | 0.21 |
| Hex | 32 | A | 63 | 31 | 5A | 0 | 3D | 10B | 52 | 15 |
| Octal | 62 | 12 | 143 | 61 | 132 | 0 | 75 | 413 | 122 | 25 |
| Binary | 110010 | 1010 | 1100011 | 110001 | 1011010 | 0 | 111101 | 100001011 | 1010010 | 10101 |
Color Harmonies of #320A63
Complementary color
Monochromatic Colors of #320A63
Black with #320A63
Text Example
Text Example
White with #320A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A63; }
p { color: rgb(50,10,99); }
H1.HeaderClassName
{
color: #320A63;
}
.AnyTagClassName
{
color: #320A63;
}
</style>
background-color css
<style>
a { background-color: #320A63; }
a { background-color: rgb(50,10,99); }
div.DivClassName
{
background-color: #320A63;
}
.BgClassName
{
background-color: #320A63;
}
</style>
border-color css
<style>
span { border-color: #320A63; }
span { border-color: rgb(50,10,99); }
td.TdClassName
{
border-color: #320A63;
}
.TagClassName
{
border-color: #320A63;
}
</style>