Shades of Persian Indigo #3A1E7A
Tints of Persian Indigo #3A1E7A
RGB
CMYK
RGB Variations
Color information
#3A1E7A (or 0x3A1E7A) is known color: Persian Indigo. HEX triplet: 3A, 1E and 7A. RGB value is (58,30,122). Sum of RGB (Red+Green+Blue) = 58+30+122=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 30 (12.11% from 255 or 14.29% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A1E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1E7A is #C5E185. Grayscale: #303030. Windows color (decimal): -12968326 or 8003130. OLE color: 8003130.
HSL color Cylindrical-coordinate representation of color #3A1E7A: hue angle of 258.26º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A1E7A is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 30 | 122 | - |
| CMYK | 0.52 | 0.75 | 0 | 0.52 |
| HSL | 258.26º | 0.61% | 0.3% | - |
| HSV(B) | 258.26º | 0.75% | 0.48% | - |
| XYZ | 5.72 | 3.23 | 18.73 | - |
| YUV | 48.86 | 169.28 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 30 | 122 | 0.52 | 0.75 | 0 | 0.52 | 258.26 | 0.61 | 0.3 |
| Hex | 3A | 1E | 7A | 34 | 4B | 0 | 34 | 102 | 3D | 1E |
| Octal | 72 | 36 | 172 | 64 | 113 | 0 | 64 | 402 | 75 | 36 |
| Binary | 111010 | 11110 | 1111010 | 110100 | 1001011 | 0 | 110100 | 100000010 | 111101 | 11110 |
Color Harmonies of #3A1E7A
Complementary color
Monochromatic Colors of #3A1E7A
Black with #3A1E7A
Text Example
Text Example
White with #3A1E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1E7A; }
p { color: rgb(58,30,122); }
H1.HeaderClassName
{
color: #3A1E7A;
}
.AnyTagClassName
{
color: #3A1E7A;
}
</style>
background-color css
<style>
a { background-color: #3A1E7A; }
a { background-color: rgb(58,30,122); }
div.DivClassName
{
background-color: #3A1E7A;
}
.BgClassName
{
background-color: #3A1E7A;
}
</style>
border-color css
<style>
span { border-color: #3A1E7A; }
span { border-color: rgb(58,30,122); }
td.TdClassName
{
border-color: #3A1E7A;
}
.TagClassName
{
border-color: #3A1E7A;
}
</style>