Shades of Persian Indigo #3A0EA9
Tints of Persian Indigo #3A0EA9
RGB
CMYK
RGB Variations
Color information
#3A0EA9 (or 0x3A0EA9) is known color: Persian Indigo. HEX triplet: 3A, 0E and A9. RGB value is (58,14,169). Sum of RGB (Red+Green+Blue) = 58+14+169=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 169 (66.41% from 255 or 70.12% from 241); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A0EA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0EA9 is #C5F156. Grayscale: #2C2C2C. Windows color (decimal): -12972375 or 11079226. OLE color: 11079226.
HSL color Cylindrical-coordinate representation of color #3A0EA9: hue angle of 257.03º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0EA9 is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 14 | 169 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.34 |
| HSL | 257.03º | 0.85% | 0.36% | - |
| HSV(B) | 257.03º | 0.92% | 0.66% | - |
| XYZ | 9.06 | 4.08 | 37.85 | - |
| YUV | 44.83 | 198.08 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 169 | 0.66 | 0.92 | 0 | 0.34 | 257.03 | 0.85 | 0.36 |
| Hex | 3A | E | A9 | 42 | 5C | 0 | 22 | 101 | 55 | 24 |
| Octal | 72 | 16 | 251 | 102 | 134 | 0 | 42 | 401 | 125 | 44 |
| Binary | 111010 | 1110 | 10101001 | 1000010 | 1011100 | 0 | 100010 | 100000001 | 1010101 | 100100 |
Color Harmonies of #3A0EA9
Complementary color
Monochromatic Colors of #3A0EA9
Black with #3A0EA9
Text Example
Text Example
White with #3A0EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EA9; }
p { color: rgb(58,14,169); }
H1.HeaderClassName
{
color: #3A0EA9;
}
.AnyTagClassName
{
color: #3A0EA9;
}
</style>
background-color css
<style>
a { background-color: #3A0EA9; }
a { background-color: rgb(58,14,169); }
div.DivClassName
{
background-color: #3A0EA9;
}
.BgClassName
{
background-color: #3A0EA9;
}
</style>
border-color css
<style>
span { border-color: #3A0EA9; }
span { border-color: rgb(58,14,169); }
td.TdClassName
{
border-color: #3A0EA9;
}
.TagClassName
{
border-color: #3A0EA9;
}
</style>