Shades of Christalle #320A58
Tints of Christalle #320A58
RGB
CMYK
RGB Variations
Color information
#320A58 (or 0x320A58) is known color: Christalle. HEX triplet: 32, 0A and 58. RGB value is (50,10,88). Sum of RGB (Red+Green+Blue) = 50+10+88=148 (19% of max value = 765). Red value is 50 (19.92% from 255 or 33.78% from 148); Green value is 10 (4.30% from 255 or 6.76% from 148); Blue value is 88 (34.77% from 255 or 59.46% from 148); Max value from RGB is 88 - color contains mainly: blue. Hex color #320A58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320A58 is #CDF5A7. Grayscale: #1E1E1E. Windows color (decimal): -13497768 or 5769778. OLE color: 5769778.
HSL color Cylindrical-coordinate representation of color #320A58: hue angle of 270.77º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320A58 is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 10 | 88 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.65 |
| HSL | 270.77º | 0.8% | 0.19% | - |
| HSV(B) | 270.77º | 0.89% | 0.35% | - |
| XYZ | 3.19 | 1.6 | 9.37 | - |
| YUV | 30.85 | 160.25 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 88 | 0.43 | 0.89 | 0 | 0.65 | 270.77 | 0.8 | 0.19 |
| Hex | 32 | A | 58 | 2B | 59 | 0 | 41 | 10F | 50 | 13 |
| Octal | 62 | 12 | 130 | 53 | 131 | 0 | 101 | 417 | 120 | 23 |
| Binary | 110010 | 1010 | 1011000 | 101011 | 1011001 | 0 | 1000001 | 100001111 | 1010000 | 10011 |
Color Harmonies of #320A58
Complementary color
Monochromatic Colors of #320A58
Black with #320A58
Text Example
Text Example
White with #320A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A58; }
p { color: rgb(50,10,88); }
H1.HeaderClassName
{
color: #320A58;
}
.AnyTagClassName
{
color: #320A58;
}
</style>
background-color css
<style>
a { background-color: #320A58; }
a { background-color: rgb(50,10,88); }
div.DivClassName
{
background-color: #320A58;
}
.BgClassName
{
background-color: #320A58;
}
</style>
border-color css
<style>
span { border-color: #320A58; }
span { border-color: rgb(50,10,88); }
td.TdClassName
{
border-color: #320A58;
}
.TagClassName
{
border-color: #320A58;
}
</style>