Shades of Christalle #320A61
Tints of Christalle #320A61
RGB
CMYK
RGB Variations
Color information
#320A61 (or 0x320A61) is known color: Christalle. HEX triplet: 32, 0A and 61. RGB value is (50,10,97). Sum of RGB (Red+Green+Blue) = 50+10+97=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 10 (4.30% from 255 or 6.37% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #320A61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320A61 is #CDF59E. Grayscale: #1F1F1F. Windows color (decimal): -13497759 or 6359602. OLE color: 6359602.
HSL color Cylindrical-coordinate representation of color #320A61: hue angle of 267.59º 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 #320A61 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 10 | 97 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.62 |
| HSL | 267.59º | 0.81% | 0.21% | - |
| HSV(B) | 267.59º | 0.9% | 0.38% | - |
| XYZ | 3.58 | 1.76 | 11.46 | - |
| YUV | 31.88 | 164.75 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 97 | 0.48 | 0.90 | 0 | 0.62 | 267.59 | 0.81 | 0.21 |
| Hex | 32 | A | 61 | 30 | 5A | 0 | 3E | 10C | 51 | 15 |
| Octal | 62 | 12 | 141 | 60 | 132 | 0 | 76 | 414 | 121 | 25 |
| Binary | 110010 | 1010 | 1100001 | 110000 | 1011010 | 0 | 111110 | 100001100 | 1010001 | 10101 |
Color Harmonies of #320A61
Complementary color
Monochromatic Colors of #320A61
Black with #320A61
Text Example
Text Example
White with #320A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A61; }
p { color: rgb(50,10,97); }
H1.HeaderClassName
{
color: #320A61;
}
.AnyTagClassName
{
color: #320A61;
}
</style>
background-color css
<style>
a { background-color: #320A61; }
a { background-color: rgb(50,10,97); }
div.DivClassName
{
background-color: #320A61;
}
.BgClassName
{
background-color: #320A61;
}
</style>
border-color css
<style>
span { border-color: #320A61; }
span { border-color: rgb(50,10,97); }
td.TdClassName
{
border-color: #320A61;
}
.TagClassName
{
border-color: #320A61;
}
</style>