Shades of Christalle #320A60
Tints of Christalle #320A60
RGB
CMYK
RGB Variations
Color information
#320A60 (or 0x320A60) is known color: Christalle. HEX triplet: 32, 0A and 60. RGB value is (50,10,96). Sum of RGB (Red+Green+Blue) = 50+10+96=156 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.05% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 96 (37.89% from 255 or 61.54% from 156); Max value from RGB is 96 - color contains mainly: blue. Hex color #320A60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320A60 is #CDF59F. Grayscale: #1F1F1F. Windows color (decimal): -13497760 or 6294066. OLE color: 6294066.
HSL color Cylindrical-coordinate representation of color #320A60: hue angle of 267.91º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #320A60 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 10 | 96 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.62 |
| HSL | 267.91º | 0.81% | 0.21% | - |
| HSV(B) | 267.91º | 0.9% | 0.38% | - |
| XYZ | 3.54 | 1.74 | 11.22 | - |
| YUV | 31.76 | 164.25 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 96 | 0.48 | 0.90 | 0 | 0.62 | 267.91 | 0.81 | 0.21 |
| Hex | 32 | A | 60 | 30 | 5A | 0 | 3E | 10C | 51 | 15 |
| Octal | 62 | 12 | 140 | 60 | 132 | 0 | 76 | 414 | 121 | 25 |
| Binary | 110010 | 1010 | 1100000 | 110000 | 1011010 | 0 | 111110 | 100001100 | 1010001 | 10101 |
Color Harmonies of #320A60
Complementary color
Monochromatic Colors of #320A60
Black with #320A60
Text Example
Text Example
White with #320A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A60; }
p { color: rgb(50,10,96); }
H1.HeaderClassName
{
color: #320A60;
}
.AnyTagClassName
{
color: #320A60;
}
</style>
background-color css
<style>
a { background-color: #320A60; }
a { background-color: rgb(50,10,96); }
div.DivClassName
{
background-color: #320A60;
}
.BgClassName
{
background-color: #320A60;
}
</style>
border-color css
<style>
span { border-color: #320A60; }
span { border-color: rgb(50,10,96); }
td.TdClassName
{
border-color: #320A60;
}
.TagClassName
{
border-color: #320A60;
}
</style>