Shades of Persian Indigo #3A1470
Tints of Persian Indigo #3A1470
RGB
CMYK
RGB Variations
Color information
#3A1470 (or 0x3A1470) is known color: Persian Indigo. HEX triplet: 3A, 14 and 70. RGB value is (58,20,112). Sum of RGB (Red+Green+Blue) = 58+20+112=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A1470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1470 is #C5EB8F. Grayscale: #292929. Windows color (decimal): -12970896 or 7345210. OLE color: 7345210.
HSL color Cylindrical-coordinate representation of color #3A1470: hue angle of 264.78º 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 #3A1470 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 20 | 112 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.56 |
| HSL | 264.78º | 0.7% | 0.26% | - |
| HSV(B) | 264.78º | 0.82% | 0.44% | - |
| XYZ | 4.92 | 2.57 | 15.57 | - |
| YUV | 41.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 112 | 0.48 | 0.82 | 0 | 0.56 | 264.78 | 0.7 | 0.26 |
| Hex | 3A | 14 | 70 | 30 | 52 | 0 | 38 | 109 | 46 | 1A |
| Octal | 72 | 24 | 160 | 60 | 122 | 0 | 70 | 411 | 106 | 32 |
| Binary | 111010 | 10100 | 1110000 | 110000 | 1010010 | 0 | 111000 | 100001001 | 1000110 | 11010 |
Color Harmonies of #3A1470
Complementary color
Monochromatic Colors of #3A1470
Black with #3A1470
Text Example
Text Example
White with #3A1470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1470; }
p { color: rgb(58,20,112); }
H1.HeaderClassName
{
color: #3A1470;
}
.AnyTagClassName
{
color: #3A1470;
}
</style>
background-color css
<style>
a { background-color: #3A1470; }
a { background-color: rgb(58,20,112); }
div.DivClassName
{
background-color: #3A1470;
}
.BgClassName
{
background-color: #3A1470;
}
</style>
border-color css
<style>
span { border-color: #3A1470; }
span { border-color: rgb(58,20,112); }
td.TdClassName
{
border-color: #3A1470;
}
.TagClassName
{
border-color: #3A1470;
}
</style>