Shades of Christalle #320D66
Tints of Christalle #320D66
RGB
CMYK
RGB Variations
Color information
#320D66 (or 0x320D66) is known color: Christalle. HEX triplet: 32, 0D and 66. RGB value is (50,13,102). Sum of RGB (Red+Green+Blue) = 50+13+102=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 13 (5.47% from 255 or 7.88% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #320D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320D66 is #CDF299. Grayscale: #212121. Windows color (decimal): -13496986 or 6688050. OLE color: 6688050.
HSL color Cylindrical-coordinate representation of color #320D66: hue angle of 264.94º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #320D66 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 13 | 102 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.6 |
| HSL | 264.94º | 0.77% | 0.23% | - |
| HSV(B) | 264.94º | 0.87% | 0.4% | - |
| XYZ | 3.86 | 1.93 | 12.74 | - |
| YUV | 34.21 | 166.26 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 102 | 0.51 | 0.87 | 0 | 0.6 | 264.94 | 0.77 | 0.23 |
| Hex | 32 | D | 66 | 33 | 57 | 0 | 3C | 109 | 4D | 17 |
| Octal | 62 | 15 | 146 | 63 | 127 | 0 | 74 | 411 | 115 | 27 |
| Binary | 110010 | 1101 | 1100110 | 110011 | 1010111 | 0 | 111100 | 100001001 | 1001101 | 10111 |
Color Harmonies of #320D66
Complementary color
Monochromatic Colors of #320D66
Black with #320D66
Text Example
Text Example
White with #320D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320D66; }
p { color: rgb(50,13,102); }
H1.HeaderClassName
{
color: #320D66;
}
.AnyTagClassName
{
color: #320D66;
}
</style>
background-color css
<style>
a { background-color: #320D66; }
a { background-color: rgb(50,13,102); }
div.DivClassName
{
background-color: #320D66;
}
.BgClassName
{
background-color: #320D66;
}
</style>
border-color css
<style>
span { border-color: #320D66; }
span { border-color: rgb(50,13,102); }
td.TdClassName
{
border-color: #320D66;
}
.TagClassName
{
border-color: #320D66;
}
</style>