Shades of Persian Indigo #3A1990
Tints of Persian Indigo #3A1990
RGB
CMYK
RGB Variations
Color information
#3A1990 (or 0x3A1990) is known color: Persian Indigo. HEX triplet: 3A, 19 and 90. RGB value is (58,25,144). Sum of RGB (Red+Green+Blue) = 58+25+144=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A1990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1990 is #C5E66F. Grayscale: #2F2F2F. Windows color (decimal): -12969584 or 9443642. OLE color: 9443642.
HSL color Cylindrical-coordinate representation of color #3A1990: hue angle of 256.64º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3A1990 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 25 | 144 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.44 |
| HSL | 256.64º | 0.7% | 0.33% | - |
| HSV(B) | 256.64º | 0.83% | 0.56% | - |
| XYZ | 7.13 | 3.61 | 26.71 | - |
| YUV | 48.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 144 | 0.60 | 0.83 | 0 | 0.44 | 256.64 | 0.7 | 0.33 |
| Hex | 3A | 19 | 90 | 3C | 53 | 0 | 2C | 101 | 46 | 21 |
| Octal | 72 | 31 | 220 | 74 | 123 | 0 | 54 | 401 | 106 | 41 |
| Binary | 111010 | 11001 | 10010000 | 111100 | 1010011 | 0 | 101100 | 100000001 | 1000110 | 100001 |
Color Harmonies of #3A1990
Complementary color
Monochromatic Colors of #3A1990
Black with #3A1990
Text Example
Text Example
White with #3A1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1990; }
p { color: rgb(58,25,144); }
H1.HeaderClassName
{
color: #3A1990;
}
.AnyTagClassName
{
color: #3A1990;
}
</style>
background-color css
<style>
a { background-color: #3A1990; }
a { background-color: rgb(58,25,144); }
div.DivClassName
{
background-color: #3A1990;
}
.BgClassName
{
background-color: #3A1990;
}
</style>
border-color css
<style>
span { border-color: #3A1990; }
span { border-color: rgb(58,25,144); }
td.TdClassName
{
border-color: #3A1990;
}
.TagClassName
{
border-color: #3A1990;
}
</style>