Shades of Persian Indigo #3A0EA0
Tints of Persian Indigo #3A0EA0
RGB
CMYK
RGB Variations
Color information
#3A0EA0 (or 0x3A0EA0) is known color: Persian Indigo. HEX triplet: 3A, 0E and A0. RGB value is (58,14,160). Sum of RGB (Red+Green+Blue) = 58+14+160=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 160 (62.89% from 255 or 68.97% from 232); Max value from RGB is 160 - color contains mainly: blue. Hex color #3A0EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0EA0 is #C5F15F. Grayscale: #2B2B2B. Windows color (decimal): -12972384 or 10489402. OLE color: 10489402.
HSL color Cylindrical-coordinate representation of color #3A0EA0: hue angle of 258.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0EA0 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 14 | 160 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.37 |
| HSL | 258.08º | 0.84% | 0.34% | - |
| HSV(B) | 258.08º | 0.91% | 0.63% | - |
| XYZ | 8.25 | 3.75 | 33.55 | - |
| YUV | 43.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 160 | 0.64 | 0.91 | 0 | 0.37 | 258.08 | 0.84 | 0.34 |
| Hex | 3A | E | A0 | 40 | 5B | 0 | 25 | 102 | 54 | 22 |
| Octal | 72 | 16 | 240 | 100 | 133 | 0 | 45 | 402 | 124 | 42 |
| Binary | 111010 | 1110 | 10100000 | 1000000 | 1011011 | 0 | 100101 | 100000010 | 1010100 | 100010 |
Color Harmonies of #3A0EA0
Complementary color
Monochromatic Colors of #3A0EA0
Black with #3A0EA0
Text Example
Text Example
White with #3A0EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EA0; }
p { color: rgb(58,14,160); }
H1.HeaderClassName
{
color: #3A0EA0;
}
.AnyTagClassName
{
color: #3A0EA0;
}
</style>
background-color css
<style>
a { background-color: #3A0EA0; }
a { background-color: rgb(58,14,160); }
div.DivClassName
{
background-color: #3A0EA0;
}
.BgClassName
{
background-color: #3A0EA0;
}
</style>
border-color css
<style>
span { border-color: #3A0EA0; }
span { border-color: rgb(58,14,160); }
td.TdClassName
{
border-color: #3A0EA0;
}
.TagClassName
{
border-color: #3A0EA0;
}
</style>