Shades of Persian Indigo #3A0D86
Tints of Persian Indigo #3A0D86
RGB
CMYK
RGB Variations
Color information
#3A0D86 (or 0x3A0D86) is known color: Persian Indigo. HEX triplet: 3A, 0D and 86. RGB value is (58,13,134). Sum of RGB (Red+Green+Blue) = 58+13+134=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A0D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0D86 is #C5F279. Grayscale: #272727. Windows color (decimal): -12972666 or 8785210. OLE color: 8785210.
HSL color Cylindrical-coordinate representation of color #3A0D86: hue angle of 262.31º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A0D86 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 13 | 134 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.47 |
| HSL | 262.31º | 0.82% | 0.29% | - |
| HSV(B) | 262.31º | 0.9% | 0.53% | - |
| XYZ | 6.19 | 2.91 | 22.79 | - |
| YUV | 40.25 | 180.91 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 13 | 134 | 0.57 | 0.90 | 0 | 0.47 | 262.31 | 0.82 | 0.29 |
| Hex | 3A | D | 86 | 39 | 5A | 0 | 2F | 106 | 52 | 1D |
| Octal | 72 | 15 | 206 | 71 | 132 | 0 | 57 | 406 | 122 | 35 |
| Binary | 111010 | 1101 | 10000110 | 111001 | 1011010 | 0 | 101111 | 100000110 | 1010010 | 11101 |
Color Harmonies of #3A0D86
Complementary color
Monochromatic Colors of #3A0D86
Black with #3A0D86
Text Example
Text Example
White with #3A0D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0D86; }
p { color: rgb(58,13,134); }
H1.HeaderClassName
{
color: #3A0D86;
}
.AnyTagClassName
{
color: #3A0D86;
}
</style>
background-color css
<style>
a { background-color: #3A0D86; }
a { background-color: rgb(58,13,134); }
div.DivClassName
{
background-color: #3A0D86;
}
.BgClassName
{
background-color: #3A0D86;
}
</style>
border-color css
<style>
span { border-color: #3A0D86; }
span { border-color: rgb(58,13,134); }
td.TdClassName
{
border-color: #3A0D86;
}
.TagClassName
{
border-color: #3A0D86;
}
</style>