Shades of Persian Indigo #3A1380
Tints of Persian Indigo #3A1380
RGB
CMYK
RGB Variations
Color information
#3A1380 (or 0x3A1380) is known color: Persian Indigo. HEX triplet: 3A, 13 and 80. RGB value is (58,19,128). Sum of RGB (Red+Green+Blue) = 58+19+128=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A1380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1380 is #C5EC7F. Grayscale: #2A2A2A. Windows color (decimal): -12971136 or 8393530. OLE color: 8393530.
HSL color Cylindrical-coordinate representation of color #3A1380: hue angle of 261.47º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A1380 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 19 | 128 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.50 |
| HSL | 261.47º | 0.74% | 0.29% | - |
| HSV(B) | 261.47º | 0.85% | 0.5% | - |
| XYZ | 5.87 | 2.92 | 20.68 | - |
| YUV | 43.09 | 175.92 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 128 | 0.55 | 0.85 | 0 | 0.50 | 261.47 | 0.74 | 0.29 |
| Hex | 3A | 13 | 80 | 37 | 55 | 0 | 32 | 105 | 4A | 1D |
| Octal | 72 | 23 | 200 | 67 | 125 | 0 | 62 | 405 | 112 | 35 |
| Binary | 111010 | 10011 | 10000000 | 110111 | 1010101 | 0 | 110010 | 100000101 | 1001010 | 11101 |
Color Harmonies of #3A1380
Complementary color
Monochromatic Colors of #3A1380
Black with #3A1380
Text Example
Text Example
White with #3A1380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1380; }
p { color: rgb(58,19,128); }
H1.HeaderClassName
{
color: #3A1380;
}
.AnyTagClassName
{
color: #3A1380;
}
</style>
background-color css
<style>
a { background-color: #3A1380; }
a { background-color: rgb(58,19,128); }
div.DivClassName
{
background-color: #3A1380;
}
.BgClassName
{
background-color: #3A1380;
}
</style>
border-color css
<style>
span { border-color: #3A1380; }
span { border-color: rgb(58,19,128); }
td.TdClassName
{
border-color: #3A1380;
}
.TagClassName
{
border-color: #3A1380;
}
</style>