Shades of Christalle #320F5F
Tints of Christalle #320F5F
RGB
CMYK
RGB Variations
Color information
#320F5F (or 0x320F5F) is known color: Christalle. HEX triplet: 32, 0F and 5F. RGB value is (50,15,95). Sum of RGB (Red+Green+Blue) = 50+15+95=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 15 (6.25% from 255 or 9.38% from 160); Blue value is 95 (37.5% from 255 or 59.38% from 160); Max value from RGB is 95 - color contains mainly: blue. Hex color #320F5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F5F is #CDF0A0. Grayscale: #222222. Windows color (decimal): -13496481 or 6229810. OLE color: 6229810.
HSL color Cylindrical-coordinate representation of color #320F5F: hue angle of 266.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320F5F is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 50 | 15 | 95 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.63 |
| HSL | 266.25º | 0.73% | 0.22% | - |
| HSV(B) | 266.25º | 0.84% | 0.37% | - |
| XYZ | 3.55 | 1.85 | 11 | - |
| YUV | 34.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 95 | 0.47 | 0.84 | 0 | 0.63 | 266.25 | 0.73 | 0.22 |
| Hex | 32 | F | 5F | 2F | 54 | 0 | 3F | 10A | 49 | 16 |
| Octal | 62 | 17 | 137 | 57 | 124 | 0 | 77 | 412 | 111 | 26 |
| Binary | 110010 | 1111 | 1011111 | 101111 | 1010100 | 0 | 111111 | 100001010 | 1001001 | 10110 |
Color Harmonies of #320F5F
Complementary color
Monochromatic Colors of #320F5F
Black with #320F5F
Text Example
Text Example
White with #320F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F5F; }
p { color: rgb(50,15,95); }
H1.HeaderClassName
{
color: #320F5F;
}
.AnyTagClassName
{
color: #320F5F;
}
</style>
background-color css
<style>
a { background-color: #320F5F; }
a { background-color: rgb(50,15,95); }
div.DivClassName
{
background-color: #320F5F;
}
.BgClassName
{
background-color: #320F5F;
}
</style>
border-color css
<style>
span { border-color: #320F5F; }
span { border-color: rgb(50,15,95); }
td.TdClassName
{
border-color: #320F5F;
}
.TagClassName
{
border-color: #320F5F;
}
</style>