Shades of Christalle #320F61
Tints of Christalle #320F61
RGB
CMYK
RGB Variations
Color information
#320F61 (or 0x320F61) is known color: Christalle. HEX triplet: 32, 0F and 61. RGB value is (50,15,97). Sum of RGB (Red+Green+Blue) = 50+15+97=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #320F61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F61 is #CDF09E. Grayscale: #222222. Windows color (decimal): -13496479 or 6360882. OLE color: 6360882.
HSL color Cylindrical-coordinate representation of color #320F61: hue angle of 265.61º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #320F61 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 15 | 97 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.62 |
| HSL | 265.61º | 0.73% | 0.22% | - |
| HSV(B) | 265.61º | 0.85% | 0.38% | - |
| XYZ | 3.64 | 1.88 | 11.48 | - |
| YUV | 34.81 | 163.1 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 97 | 0.48 | 0.85 | 0 | 0.62 | 265.61 | 0.73 | 0.22 |
| Hex | 32 | F | 61 | 30 | 55 | 0 | 3E | 10A | 49 | 16 |
| Octal | 62 | 17 | 141 | 60 | 125 | 0 | 76 | 412 | 111 | 26 |
| Binary | 110010 | 1111 | 1100001 | 110000 | 1010101 | 0 | 111110 | 100001010 | 1001001 | 10110 |
Color Harmonies of #320F61
Complementary color
Monochromatic Colors of #320F61
Black with #320F61
Text Example
Text Example
White with #320F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F61; }
p { color: rgb(50,15,97); }
H1.HeaderClassName
{
color: #320F61;
}
.AnyTagClassName
{
color: #320F61;
}
</style>
background-color css
<style>
a { background-color: #320F61; }
a { background-color: rgb(50,15,97); }
div.DivClassName
{
background-color: #320F61;
}
.BgClassName
{
background-color: #320F61;
}
</style>
border-color css
<style>
span { border-color: #320F61; }
span { border-color: rgb(50,15,97); }
td.TdClassName
{
border-color: #320F61;
}
.TagClassName
{
border-color: #320F61;
}
</style>