Shades of Christalle #320E65
Tints of Christalle #320E65
RGB
CMYK
RGB Variations
Color information
#320E65 (or 0x320E65) is known color: Christalle. HEX triplet: 32, 0E and 65. RGB value is (50,14,101). Sum of RGB (Red+Green+Blue) = 50+14+101=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #320E65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E65 is #CDF19A. Grayscale: #222222. Windows color (decimal): -13496731 or 6622770. OLE color: 6622770.
HSL color Cylindrical-coordinate representation of color #320E65: hue angle of 264.83º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320E65 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 50 | 14 | 101 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.60 |
| HSL | 264.83º | 0.76% | 0.23% | - |
| HSV(B) | 264.83º | 0.86% | 0.4% | - |
| XYZ | 3.82 | 1.93 | 12.48 | - |
| YUV | 34.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 101 | 0.50 | 0.86 | 0 | 0.60 | 264.83 | 0.76 | 0.23 |
| Hex | 32 | E | 65 | 32 | 56 | 0 | 3C | 109 | 4C | 17 |
| Octal | 62 | 16 | 145 | 62 | 126 | 0 | 74 | 411 | 114 | 27 |
| Binary | 110010 | 1110 | 1100101 | 110010 | 1010110 | 0 | 111100 | 100001001 | 1001100 | 10111 |
Color Harmonies of #320E65
Complementary color
Monochromatic Colors of #320E65
Black with #320E65
Text Example
Text Example
White with #320E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E65; }
p { color: rgb(50,14,101); }
H1.HeaderClassName
{
color: #320E65;
}
.AnyTagClassName
{
color: #320E65;
}
</style>
background-color css
<style>
a { background-color: #320E65; }
a { background-color: rgb(50,14,101); }
div.DivClassName
{
background-color: #320E65;
}
.BgClassName
{
background-color: #320E65;
}
</style>
border-color css
<style>
span { border-color: #320E65; }
span { border-color: rgb(50,14,101); }
td.TdClassName
{
border-color: #320E65;
}
.TagClassName
{
border-color: #320E65;
}
</style>