Shades of Persian Indigo #3A1582
Tints of Persian Indigo #3A1582
RGB
CMYK
RGB Variations
Color information
#3A1582 (or 0x3A1582) is known color: Persian Indigo. HEX triplet: 3A, 15 and 82. RGB value is (58,21,130). Sum of RGB (Red+Green+Blue) = 58+21+130=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A1582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1582 is #C5EA7D. Grayscale: #2C2C2C. Windows color (decimal): -12970622 or 8525114. OLE color: 8525114.
HSL color Cylindrical-coordinate representation of color #3A1582: hue angle of 260.37º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A1582 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 21 | 130 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.49 |
| HSL | 260.37º | 0.72% | 0.3% | - |
| HSV(B) | 260.37º | 0.84% | 0.51% | - |
| XYZ | 6.04 | 3.05 | 21.39 | - |
| YUV | 44.49 | 176.26 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 130 | 0.55 | 0.84 | 0 | 0.49 | 260.37 | 0.72 | 0.3 |
| Hex | 3A | 15 | 82 | 37 | 54 | 0 | 31 | 104 | 48 | 1E |
| Octal | 72 | 25 | 202 | 67 | 124 | 0 | 61 | 404 | 110 | 36 |
| Binary | 111010 | 10101 | 10000010 | 110111 | 1010100 | 0 | 110001 | 100000100 | 1001000 | 11110 |
Color Harmonies of #3A1582
Complementary color
Monochromatic Colors of #3A1582
Black with #3A1582
Text Example
Text Example
White with #3A1582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1582; }
p { color: rgb(58,21,130); }
H1.HeaderClassName
{
color: #3A1582;
}
.AnyTagClassName
{
color: #3A1582;
}
</style>
background-color css
<style>
a { background-color: #3A1582; }
a { background-color: rgb(58,21,130); }
div.DivClassName
{
background-color: #3A1582;
}
.BgClassName
{
background-color: #3A1582;
}
</style>
border-color css
<style>
span { border-color: #3A1582; }
span { border-color: rgb(58,21,130); }
td.TdClassName
{
border-color: #3A1582;
}
.TagClassName
{
border-color: #3A1582;
}
</style>