Shades of Christalle #320F60
Tints of Christalle #320F60
RGB
CMYK
RGB Variations
Color information
#320F60 (or 0x320F60) is known color: Christalle. HEX triplet: 32, 0F and 60. RGB value is (50,15,96). Sum of RGB (Red+Green+Blue) = 50+15+96=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #320F60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F60 is #CDF09F. Grayscale: #222222. Windows color (decimal): -13496480 or 6295346. OLE color: 6295346.
HSL color Cylindrical-coordinate representation of color #320F60: hue angle of 265.93º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320F60 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 15 | 96 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.62 |
| HSL | 265.93º | 0.73% | 0.22% | - |
| HSV(B) | 265.93º | 0.84% | 0.38% | - |
| XYZ | 3.6 | 1.86 | 11.24 | - |
| YUV | 34.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 96 | 0.48 | 0.84 | 0 | 0.62 | 265.93 | 0.73 | 0.22 |
| Hex | 32 | F | 60 | 30 | 54 | 0 | 3E | 10A | 49 | 16 |
| Octal | 62 | 17 | 140 | 60 | 124 | 0 | 76 | 412 | 111 | 26 |
| Binary | 110010 | 1111 | 1100000 | 110000 | 1010100 | 0 | 111110 | 100001010 | 1001001 | 10110 |
Color Harmonies of #320F60
Complementary color
Monochromatic Colors of #320F60
Black with #320F60
Text Example
Text Example
White with #320F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F60; }
p { color: rgb(50,15,96); }
H1.HeaderClassName
{
color: #320F60;
}
.AnyTagClassName
{
color: #320F60;
}
</style>
background-color css
<style>
a { background-color: #320F60; }
a { background-color: rgb(50,15,96); }
div.DivClassName
{
background-color: #320F60;
}
.BgClassName
{
background-color: #320F60;
}
</style>
border-color css
<style>
span { border-color: #320F60; }
span { border-color: rgb(50,15,96); }
td.TdClassName
{
border-color: #320F60;
}
.TagClassName
{
border-color: #320F60;
}
</style>