Shades of Christalle #320E5A
Tints of Christalle #320E5A
RGB
CMYK
RGB Variations
Color information
#320E5A (or 0x320E5A) is known color: Christalle. HEX triplet: 32, 0E and 5A. RGB value is (50,14,90). Sum of RGB (Red+Green+Blue) = 50+14+90=154 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.47% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #320E5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320E5A is #CDF1A5. Grayscale: #212121. Windows color (decimal): -13496742 or 5901874. OLE color: 5901874.
HSL color Cylindrical-coordinate representation of color #320E5A: hue angle of 268.42º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #320E5A is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 14 | 90 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.65 |
| HSL | 268.42º | 0.73% | 0.2% | - |
| HSV(B) | 268.42º | 0.84% | 0.35% | - |
| XYZ | 3.32 | 1.73 | 9.83 | - |
| YUV | 33.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 90 | 0.44 | 0.84 | 0 | 0.65 | 268.42 | 0.73 | 0.2 |
| Hex | 32 | E | 5A | 2C | 54 | 0 | 41 | 10C | 49 | 14 |
| Octal | 62 | 16 | 132 | 54 | 124 | 0 | 101 | 414 | 111 | 24 |
| Binary | 110010 | 1110 | 1011010 | 101100 | 1010100 | 0 | 1000001 | 100001100 | 1001001 | 10100 |
Color Harmonies of #320E5A
Complementary color
Monochromatic Colors of #320E5A
Black with #320E5A
Text Example
Text Example
White with #320E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320E5A; }
p { color: rgb(50,14,90); }
H1.HeaderClassName
{
color: #320E5A;
}
.AnyTagClassName
{
color: #320E5A;
}
</style>
background-color css
<style>
a { background-color: #320E5A; }
a { background-color: rgb(50,14,90); }
div.DivClassName
{
background-color: #320E5A;
}
.BgClassName
{
background-color: #320E5A;
}
</style>
border-color css
<style>
span { border-color: #320E5A; }
span { border-color: rgb(50,14,90); }
td.TdClassName
{
border-color: #320E5A;
}
.TagClassName
{
border-color: #320E5A;
}
</style>