Shades of Persian Indigo #3A1471
Tints of Persian Indigo #3A1471
RGB
CMYK
RGB Variations
Color information
#3A1471 (or 0x3A1471) is known color: Persian Indigo. HEX triplet: 3A, 14 and 71. RGB value is (58,20,113). Sum of RGB (Red+Green+Blue) = 58+20+113=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A1471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1471 is #C5EB8E. Grayscale: #292929. Windows color (decimal): -12970895 or 7410746. OLE color: 7410746.
HSL color Cylindrical-coordinate representation of color #3A1471: hue angle of 264.52º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A1471 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 20 | 113 | - |
| CMYK | 0.49 | 0.82 | 0 | 0.56 |
| HSL | 264.52º | 0.7% | 0.26% | - |
| HSV(B) | 264.52º | 0.82% | 0.44% | - |
| XYZ | 4.98 | 2.59 | 15.86 | - |
| YUV | 41.96 | 168.09 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 113 | 0.49 | 0.82 | 0 | 0.56 | 264.52 | 0.7 | 0.26 |
| Hex | 3A | 14 | 71 | 31 | 52 | 0 | 38 | 109 | 46 | 1A |
| Octal | 72 | 24 | 161 | 61 | 122 | 0 | 70 | 411 | 106 | 32 |
| Binary | 111010 | 10100 | 1110001 | 110001 | 1010010 | 0 | 111000 | 100001001 | 1000110 | 11010 |
Color Harmonies of #3A1471
Complementary color
Monochromatic Colors of #3A1471
Black with #3A1471
Text Example
Text Example
White with #3A1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1471; }
p { color: rgb(58,20,113); }
H1.HeaderClassName
{
color: #3A1471;
}
.AnyTagClassName
{
color: #3A1471;
}
</style>
background-color css
<style>
a { background-color: #3A1471; }
a { background-color: rgb(58,20,113); }
div.DivClassName
{
background-color: #3A1471;
}
.BgClassName
{
background-color: #3A1471;
}
</style>
border-color css
<style>
span { border-color: #3A1471; }
span { border-color: rgb(58,20,113); }
td.TdClassName
{
border-color: #3A1471;
}
.TagClassName
{
border-color: #3A1471;
}
</style>