Shades of Christalle #320B58
Tints of Christalle #320B58
RGB
CMYK
RGB Variations
Color information
#320B58 (or 0x320B58) is known color: Christalle. HEX triplet: 32, 0B and 58. RGB value is (50,11,88). Sum of RGB (Red+Green+Blue) = 50+11+88=149 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.56% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #320B58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B58 is #CDF4A7. Grayscale: #1F1F1F. Windows color (decimal): -13497512 or 5770034. OLE color: 5770034.
HSL color Cylindrical-coordinate representation of color #320B58: hue angle of 270.39º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320B58 is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 11 | 88 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.65 |
| HSL | 270.39º | 0.78% | 0.19% | - |
| HSV(B) | 270.39º | 0.88% | 0.35% | - |
| XYZ | 3.2 | 1.62 | 9.38 | - |
| YUV | 31.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 88 | 0.43 | 0.88 | 0 | 0.65 | 270.39 | 0.78 | 0.19 |
| Hex | 32 | B | 58 | 2B | 58 | 0 | 41 | 10E | 4E | 13 |
| Octal | 62 | 13 | 130 | 53 | 130 | 0 | 101 | 416 | 116 | 23 |
| Binary | 110010 | 1011 | 1011000 | 101011 | 1011000 | 0 | 1000001 | 100001110 | 1001110 | 10011 |
Color Harmonies of #320B58
Complementary color
Monochromatic Colors of #320B58
Black with #320B58
Text Example
Text Example
White with #320B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B58; }
p { color: rgb(50,11,88); }
H1.HeaderClassName
{
color: #320B58;
}
.AnyTagClassName
{
color: #320B58;
}
</style>
background-color css
<style>
a { background-color: #320B58; }
a { background-color: rgb(50,11,88); }
div.DivClassName
{
background-color: #320B58;
}
.BgClassName
{
background-color: #320B58;
}
</style>
border-color css
<style>
span { border-color: #320B58; }
span { border-color: rgb(50,11,88); }
td.TdClassName
{
border-color: #320B58;
}
.TagClassName
{
border-color: #320B58;
}
</style>