Shades of Persian Indigo #3A1D7D
Tints of Persian Indigo #3A1D7D
RGB
CMYK
RGB Variations
Color information
#3A1D7D (or 0x3A1D7D) is known color: Persian Indigo. HEX triplet: 3A, 1D and 7D. RGB value is (58,29,125). Sum of RGB (Red+Green+Blue) = 58+29+125=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 29 (11.72% from 255 or 13.68% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A1D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A1D7D is #C5E282. Grayscale: #303030. Windows color (decimal): -12968579 or 8199482. OLE color: 8199482.
HSL color Cylindrical-coordinate representation of color #3A1D7D: hue angle of 258.12º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A1D7D is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 58 | 29 | 125 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.51 |
| HSL | 258.13º | 0.62% | 0.3% | - |
| HSV(B) | 258.13º | 0.77% | 0.49% | - |
| XYZ | 5.89 | 3.26 | 19.72 | - |
| YUV | 48.62 | 171.11 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 125 | 0.54 | 0.77 | 0 | 0.51 | 258.13 | 0.62 | 0.3 |
| Hex | 3A | 1D | 7D | 36 | 4D | 0 | 33 | 102 | 3E | 1E |
| Octal | 72 | 35 | 175 | 66 | 115 | 0 | 63 | 402 | 76 | 36 |
| Binary | 111010 | 11101 | 1111101 | 110110 | 1001101 | 0 | 110011 | 100000010 | 111110 | 11110 |
Color Harmonies of #3A1D7D
Complementary color
Monochromatic Colors of #3A1D7D
Black with #3A1D7D
Text Example
Text Example
White with #3A1D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D7D; }
p { color: rgb(58,29,125); }
H1.HeaderClassName
{
color: #3A1D7D;
}
.AnyTagClassName
{
color: #3A1D7D;
}
</style>
background-color css
<style>
a { background-color: #3A1D7D; }
a { background-color: rgb(58,29,125); }
div.DivClassName
{
background-color: #3A1D7D;
}
.BgClassName
{
background-color: #3A1D7D;
}
</style>
border-color css
<style>
span { border-color: #3A1D7D; }
span { border-color: rgb(58,29,125); }
td.TdClassName
{
border-color: #3A1D7D;
}
.TagClassName
{
border-color: #3A1D7D;
}
</style>