Shades of Christalle #320F62
Tints of Christalle #320F62
RGB
CMYK
RGB Variations
Color information
#320F62 (or 0x320F62) is known color: Christalle. HEX triplet: 32, 0F and 62. RGB value is (50,15,98). Sum of RGB (Red+Green+Blue) = 50+15+98=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #320F62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F62 is #CDF09D. Grayscale: #222222. Windows color (decimal): -13496478 or 6426418. OLE color: 6426418.
HSL color Cylindrical-coordinate representation of color #320F62: hue angle of 265.3º 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 #320F62 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 15 | 98 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.62 |
| HSL | 265.3º | 0.73% | 0.22% | - |
| HSV(B) | 265.3º | 0.85% | 0.38% | - |
| XYZ | 3.69 | 1.9 | 11.73 | - |
| YUV | 34.93 | 163.6 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 98 | 0.49 | 0.85 | 0 | 0.62 | 265.3 | 0.73 | 0.22 |
| Hex | 32 | F | 62 | 31 | 55 | 0 | 3E | 109 | 49 | 16 |
| Octal | 62 | 17 | 142 | 61 | 125 | 0 | 76 | 411 | 111 | 26 |
| Binary | 110010 | 1111 | 1100010 | 110001 | 1010101 | 0 | 111110 | 100001001 | 1001001 | 10110 |
Color Harmonies of #320F62
Complementary color
Monochromatic Colors of #320F62
Black with #320F62
Text Example
Text Example
White with #320F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F62; }
p { color: rgb(50,15,98); }
H1.HeaderClassName
{
color: #320F62;
}
.AnyTagClassName
{
color: #320F62;
}
</style>
background-color css
<style>
a { background-color: #320F62; }
a { background-color: rgb(50,15,98); }
div.DivClassName
{
background-color: #320F62;
}
.BgClassName
{
background-color: #320F62;
}
</style>
border-color css
<style>
span { border-color: #320F62; }
span { border-color: rgb(50,15,98); }
td.TdClassName
{
border-color: #320F62;
}
.TagClassName
{
border-color: #320F62;
}
</style>