Shades of Persian Indigo #320AA0
Tints of Persian Indigo #320AA0
RGB
CMYK
RGB Variations
Color information
#320AA0 (or 0x320AA0) is known color: Persian Indigo. HEX triplet: 32, 0A and A0. RGB value is (50,10,160). Sum of RGB (Red+Green+Blue) = 50+10+160=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 160 (62.89% from 255 or 72.73% from 220); Max value from RGB is 160 - color contains mainly: blue. Hex color #320AA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320AA0 is #CDF55F. Grayscale: #262626. Windows color (decimal): -13497696 or 10488370. OLE color: 10488370.
HSL color Cylindrical-coordinate representation of color #320AA0: hue angle of 256º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320AA0 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 10 | 160 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.37 |
| HSL | 256º | 0.88% | 0.33% | - |
| HSV(B) | 256º | 0.94% | 0.63% | - |
| XYZ | 7.77 | 3.43 | 33.51 | - |
| YUV | 39.06 | 196.25 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 160 | 0.69 | 0.94 | 0 | 0.37 | 256 | 0.88 | 0.33 |
| Hex | 32 | A | A0 | 45 | 5E | 0 | 25 | 100 | 58 | 21 |
| Octal | 62 | 12 | 240 | 105 | 136 | 0 | 45 | 400 | 130 | 41 |
| Binary | 110010 | 1010 | 10100000 | 1000101 | 1011110 | 0 | 100101 | 100000000 | 1011000 | 100001 |
Color Harmonies of #320AA0
Complementary color
Monochromatic Colors of #320AA0
Black with #320AA0
Text Example
Text Example
White with #320AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320AA0; }
p { color: rgb(50,10,160); }
H1.HeaderClassName
{
color: #320AA0;
}
.AnyTagClassName
{
color: #320AA0;
}
</style>
background-color css
<style>
a { background-color: #320AA0; }
a { background-color: rgb(50,10,160); }
div.DivClassName
{
background-color: #320AA0;
}
.BgClassName
{
background-color: #320AA0;
}
</style>
border-color css
<style>
span { border-color: #320AA0; }
span { border-color: rgb(50,10,160); }
td.TdClassName
{
border-color: #320AA0;
}
.TagClassName
{
border-color: #320AA0;
}
</style>