Shades of Christalle #320E55
Tints of Christalle #320E55
RGB
CMYK
RGB Variations
Color information
#320E55 (or 0x320E55) is known color: Christalle. HEX triplet: 32, 0E and 55. RGB value is (50,14,85). Sum of RGB (Red+Green+Blue) = 50+14+85=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 85 (33.59% from 255 or 57.05% from 149); Max value from RGB is 85 - color contains mainly: blue. Hex color #320E55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E55 is #CDF1AA. Grayscale: #202020. Windows color (decimal): -13496747 or 5574194. OLE color: 5574194.
HSL color Cylindrical-coordinate representation of color #320E55: hue angle of 270.42º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320E55 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 14 | 85 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.67 |
| HSL | 270.42º | 0.72% | 0.19% | - |
| HSV(B) | 270.42º | 0.84% | 0.33% | - |
| XYZ | 3.11 | 1.65 | 8.75 | - |
| YUV | 32.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 85 | 0.41 | 0.84 | 0 | 0.67 | 270.42 | 0.72 | 0.19 |
| Hex | 32 | E | 55 | 29 | 54 | 0 | 43 | 10E | 48 | 13 |
| Octal | 62 | 16 | 125 | 51 | 124 | 0 | 103 | 416 | 110 | 23 |
| Binary | 110010 | 1110 | 1010101 | 101001 | 1010100 | 0 | 1000011 | 100001110 | 1001000 | 10011 |
Color Harmonies of #320E55
Complementary color
Monochromatic Colors of #320E55
Black with #320E55
Text Example
Text Example
White with #320E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E55; }
p { color: rgb(50,14,85); }
H1.HeaderClassName
{
color: #320E55;
}
.AnyTagClassName
{
color: #320E55;
}
</style>
background-color css
<style>
a { background-color: #320E55; }
a { background-color: rgb(50,14,85); }
div.DivClassName
{
background-color: #320E55;
}
.BgClassName
{
background-color: #320E55;
}
</style>
border-color css
<style>
span { border-color: #320E55; }
span { border-color: rgb(50,14,85); }
td.TdClassName
{
border-color: #320E55;
}
.TagClassName
{
border-color: #320E55;
}
</style>