Shades of Persian Indigo #3A0EA6
Tints of Persian Indigo #3A0EA6
RGB
CMYK
RGB Variations
Color information
#3A0EA6 (or 0x3A0EA6) is known color: Persian Indigo. HEX triplet: 3A, 0E and A6. RGB value is (58,14,166). Sum of RGB (Red+Green+Blue) = 58+14+166=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 166 (65.23% from 255 or 69.75% from 238); Max value from RGB is 166 - color contains mainly: blue. Hex color #3A0EA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0EA6 is #C5F159. Grayscale: #2B2B2B. Windows color (decimal): -12972378 or 10882618. OLE color: 10882618.
HSL color Cylindrical-coordinate representation of color #3A0EA6: hue angle of 257.37º degrees, saturation: 0.84, 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 #3A0EA6 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 14 | 166 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.35 |
| HSL | 257.37º | 0.84% | 0.35% | - |
| HSV(B) | 257.37º | 0.92% | 0.65% | - |
| XYZ | 8.78 | 3.97 | 36.38 | - |
| YUV | 44.48 | 196.58 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 166 | 0.65 | 0.92 | 0 | 0.35 | 257.37 | 0.84 | 0.35 |
| Hex | 3A | E | A6 | 41 | 5C | 0 | 23 | 101 | 54 | 23 |
| Octal | 72 | 16 | 246 | 101 | 134 | 0 | 43 | 401 | 124 | 43 |
| Binary | 111010 | 1110 | 10100110 | 1000001 | 1011100 | 0 | 100011 | 100000001 | 1010100 | 100011 |
Color Harmonies of #3A0EA6
Complementary color
Monochromatic Colors of #3A0EA6
Black with #3A0EA6
Text Example
Text Example
White with #3A0EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EA6; }
p { color: rgb(58,14,166); }
H1.HeaderClassName
{
color: #3A0EA6;
}
.AnyTagClassName
{
color: #3A0EA6;
}
</style>
background-color css
<style>
a { background-color: #3A0EA6; }
a { background-color: rgb(58,14,166); }
div.DivClassName
{
background-color: #3A0EA6;
}
.BgClassName
{
background-color: #3A0EA6;
}
</style>
border-color css
<style>
span { border-color: #3A0EA6; }
span { border-color: rgb(58,14,166); }
td.TdClassName
{
border-color: #3A0EA6;
}
.TagClassName
{
border-color: #3A0EA6;
}
</style>