Shades of Persian Indigo #3A0EA7
Tints of Persian Indigo #3A0EA7
RGB
CMYK
RGB Variations
Color information
#3A0EA7 (or 0x3A0EA7) is known color: Persian Indigo. HEX triplet: 3A, 0E and A7. RGB value is (58,14,167). Sum of RGB (Red+Green+Blue) = 58+14+167=239 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.27% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 167 (65.62% from 255 or 69.87% from 239); Max value from RGB is 167 - color contains mainly: blue. Hex color #3A0EA7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0EA7 is #C5F158. Grayscale: #2C2C2C. Windows color (decimal): -12972377 or 10948154. OLE color: 10948154.
HSL color Cylindrical-coordinate representation of color #3A0EA7: hue angle of 257.25º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0EA7 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 14 | 167 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.35 |
| HSL | 257.25º | 0.85% | 0.35% | - |
| HSV(B) | 257.25º | 0.92% | 0.65% | - |
| XYZ | 8.88 | 4 | 36.86 | - |
| YUV | 44.6 | 197.08 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 167 | 0.65 | 0.92 | 0 | 0.35 | 257.25 | 0.85 | 0.35 |
| Hex | 3A | E | A7 | 41 | 5C | 0 | 23 | 101 | 55 | 23 |
| Octal | 72 | 16 | 247 | 101 | 134 | 0 | 43 | 401 | 125 | 43 |
| Binary | 111010 | 1110 | 10100111 | 1000001 | 1011100 | 0 | 100011 | 100000001 | 1010101 | 100011 |
Color Harmonies of #3A0EA7
Complementary color
Monochromatic Colors of #3A0EA7
Black with #3A0EA7
Text Example
Text Example
White with #3A0EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EA7; }
p { color: rgb(58,14,167); }
H1.HeaderClassName
{
color: #3A0EA7;
}
.AnyTagClassName
{
color: #3A0EA7;
}
</style>
background-color css
<style>
a { background-color: #3A0EA7; }
a { background-color: rgb(58,14,167); }
div.DivClassName
{
background-color: #3A0EA7;
}
.BgClassName
{
background-color: #3A0EA7;
}
</style>
border-color css
<style>
span { border-color: #3A0EA7; }
span { border-color: rgb(58,14,167); }
td.TdClassName
{
border-color: #3A0EA7;
}
.TagClassName
{
border-color: #3A0EA7;
}
</style>