Shades of Persian Indigo #3A0A89
Tints of Persian Indigo #3A0A89
RGB
CMYK
RGB Variations
Color information
#3A0A89 (or 0x3A0A89) is known color: Persian Indigo. HEX triplet: 3A, 0A and 89. RGB value is (58,10,137). Sum of RGB (Red+Green+Blue) = 58+10+137=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #3A0A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0A89 is #C5F576. Grayscale: #262626. Windows color (decimal): -12973431 or 8981050. OLE color: 8981050.
HSL color Cylindrical-coordinate representation of color #3A0A89: hue angle of 262.68º 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 #3A0A89 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 10 | 137 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.46 |
| HSL | 262.68º | 0.86% | 0.29% | - |
| HSV(B) | 262.68º | 0.93% | 0.54% | - |
| XYZ | 6.37 | 2.92 | 23.9 | - |
| YUV | 38.83 | 183.4 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 137 | 0.58 | 0.93 | 0 | 0.46 | 262.68 | 0.86 | 0.29 |
| Hex | 3A | A | 89 | 3A | 5D | 0 | 2E | 107 | 56 | 1D |
| Octal | 72 | 12 | 211 | 72 | 135 | 0 | 56 | 407 | 126 | 35 |
| Binary | 111010 | 1010 | 10001001 | 111010 | 1011101 | 0 | 101110 | 100000111 | 1010110 | 11101 |
Color Harmonies of #3A0A89
Complementary color
Monochromatic Colors of #3A0A89
Black with #3A0A89
Text Example
Text Example
White with #3A0A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A89; }
p { color: rgb(58,10,137); }
H1.HeaderClassName
{
color: #3A0A89;
}
.AnyTagClassName
{
color: #3A0A89;
}
</style>
background-color css
<style>
a { background-color: #3A0A89; }
a { background-color: rgb(58,10,137); }
div.DivClassName
{
background-color: #3A0A89;
}
.BgClassName
{
background-color: #3A0A89;
}
</style>
border-color css
<style>
span { border-color: #3A0A89; }
span { border-color: rgb(58,10,137); }
td.TdClassName
{
border-color: #3A0A89;
}
.TagClassName
{
border-color: #3A0A89;
}
</style>