Shades of Persian Indigo #320A89
Tints of Persian Indigo #320A89
RGB
CMYK
RGB Variations
Color information
#320A89 (or 0x320A89) is known color: Persian Indigo. HEX triplet: 32, 0A and 89. RGB value is (50,10,137). Sum of RGB (Red+Green+Blue) = 50+10+137=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #320A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320A89 is #CDF576. Grayscale: #232323. Windows color (decimal): -13497719 or 8981042. OLE color: 8981042.
HSL color Cylindrical-coordinate representation of color #320A89: hue angle of 258.9º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320A89 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 10 | 137 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.46 |
| HSL | 258.9º | 0.86% | 0.29% | - |
| HSV(B) | 258.9º | 0.93% | 0.54% | - |
| XYZ | 5.94 | 2.7 | 23.88 | - |
| YUV | 36.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 10 | 137 | 0.64 | 0.93 | 0 | 0.46 | 258.9 | 0.86 | 0.29 |
| Hex | 32 | A | 89 | 40 | 5D | 0 | 2E | 103 | 56 | 1D |
| Octal | 62 | 12 | 211 | 100 | 135 | 0 | 56 | 403 | 126 | 35 |
| Binary | 110010 | 1010 | 10001001 | 1000000 | 1011101 | 0 | 101110 | 100000011 | 1010110 | 11101 |
Color Harmonies of #320A89
Complementary color
Monochromatic Colors of #320A89
Black with #320A89
Text Example
Text Example
White with #320A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320A89; }
p { color: rgb(50,10,137); }
H1.HeaderClassName
{
color: #320A89;
}
.AnyTagClassName
{
color: #320A89;
}
</style>
background-color css
<style>
a { background-color: #320A89; }
a { background-color: rgb(50,10,137); }
div.DivClassName
{
background-color: #320A89;
}
.BgClassName
{
background-color: #320A89;
}
</style>
border-color css
<style>
span { border-color: #320A89; }
span { border-color: rgb(50,10,137); }
td.TdClassName
{
border-color: #320A89;
}
.TagClassName
{
border-color: #320A89;
}
</style>