Shades of Persian Indigo #3A1586
Tints of Persian Indigo #3A1586
RGB
CMYK
RGB Variations
Color information
#3A1586 (or 0x3A1586) is known color: Persian Indigo. HEX triplet: 3A, 15 and 86. RGB value is (58,21,134). Sum of RGB (Red+Green+Blue) = 58+21+134=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 134 (52.73% from 255 or 62.91% from 213); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A1586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1586 is #C5EA79. Grayscale: #2C2C2C. Windows color (decimal): -12970618 or 8787258. OLE color: 8787258.
HSL color Cylindrical-coordinate representation of color #3A1586: hue angle of 259.65º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1586 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 21 | 134 | - |
| CMYK | 0.57 | 0.84 | 0 | 0.47 |
| HSL | 259.65º | 0.73% | 0.3% | - |
| HSV(B) | 259.65º | 0.84% | 0.53% | - |
| XYZ | 6.32 | 3.16 | 22.83 | - |
| YUV | 44.95 | 178.26 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 134 | 0.57 | 0.84 | 0 | 0.47 | 259.65 | 0.73 | 0.3 |
| Hex | 3A | 15 | 86 | 39 | 54 | 0 | 2F | 104 | 49 | 1E |
| Octal | 72 | 25 | 206 | 71 | 124 | 0 | 57 | 404 | 111 | 36 |
| Binary | 111010 | 10101 | 10000110 | 111001 | 1010100 | 0 | 101111 | 100000100 | 1001001 | 11110 |
Color Harmonies of #3A1586
Complementary color
Monochromatic Colors of #3A1586
Black with #3A1586
Text Example
Text Example
White with #3A1586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1586; }
p { color: rgb(58,21,134); }
H1.HeaderClassName
{
color: #3A1586;
}
.AnyTagClassName
{
color: #3A1586;
}
</style>
background-color css
<style>
a { background-color: #3A1586; }
a { background-color: rgb(58,21,134); }
div.DivClassName
{
background-color: #3A1586;
}
.BgClassName
{
background-color: #3A1586;
}
</style>
border-color css
<style>
span { border-color: #3A1586; }
span { border-color: rgb(58,21,134); }
td.TdClassName
{
border-color: #3A1586;
}
.TagClassName
{
border-color: #3A1586;
}
</style>