Shades of Christalle #320A5E
Tints of Christalle #320A5E
RGB
CMYK
RGB Variations
Color information
#320A5E (or 0x320A5E) is known color: Christalle. HEX triplet: 32, 0A and 5E. RGB value is (50,10,94). Sum of RGB (Red+Green+Blue) = 50+10+94=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 94 (37.11% from 255 or 61.04% from 154); Max value from RGB is 94 - color contains mainly: blue. Hex color #320A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320A5E is #CDF5A1. Grayscale: #1F1F1F. Windows color (decimal): -13497762 or 6162994. OLE color: 6162994.
HSL color Cylindrical-coordinate representation of color #320A5E: hue angle of 268.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320A5E is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 10 | 94 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.63 |
| HSL | 268.57º | 0.81% | 0.2% | - |
| HSV(B) | 268.57º | 0.89% | 0.37% | - |
| XYZ | 3.44 | 1.7 | 10.74 | - |
| YUV | 31.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 94 | 0.47 | 0.89 | 0 | 0.63 | 268.57 | 0.81 | 0.2 |
| Hex | 32 | A | 5E | 2F | 59 | 0 | 3F | 10D | 51 | 14 |
| Octal | 62 | 12 | 136 | 57 | 131 | 0 | 77 | 415 | 121 | 24 |
| Binary | 110010 | 1010 | 1011110 | 101111 | 1011001 | 0 | 111111 | 100001101 | 1010001 | 10100 |
Color Harmonies of #320A5E
Complementary color
Monochromatic Colors of #320A5E
Black with #320A5E
Text Example
Text Example
White with #320A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A5E; }
p { color: rgb(50,10,94); }
H1.HeaderClassName
{
color: #320A5E;
}
.AnyTagClassName
{
color: #320A5E;
}
</style>
background-color css
<style>
a { background-color: #320A5E; }
a { background-color: rgb(50,10,94); }
div.DivClassName
{
background-color: #320A5E;
}
.BgClassName
{
background-color: #320A5E;
}
</style>
border-color css
<style>
span { border-color: #320A5E; }
span { border-color: rgb(50,10,94); }
td.TdClassName
{
border-color: #320A5E;
}
.TagClassName
{
border-color: #320A5E;
}
</style>