Shades of Persian Indigo #3A1D91
Tints of Persian Indigo #3A1D91
RGB
CMYK
RGB Variations
Color information
#3A1D91 (or 0x3A1D91) is known color: Persian Indigo. HEX triplet: 3A, 1D and 91. RGB value is (58,29,145). Sum of RGB (Red+Green+Blue) = 58+29+145=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A1D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A1D91 is #C5E26E. Grayscale: #323232. Windows color (decimal): -12968559 or 9510202. OLE color: 9510202.
HSL color Cylindrical-coordinate representation of color #3A1D91: hue angle of 255º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A1D91 is Cyan = 0.6, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 29 | 145 | - |
| CMYK | 0.6 | 0.8 | 0 | 0.43 |
| HSL | 255º | 0.67% | 0.34% | - |
| HSV(B) | 255º | 0.8% | 0.57% | - |
| XYZ | 7.3 | 3.82 | 27.14 | - |
| YUV | 50.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 29 | 145 | 0.6 | 0.8 | 0 | 0.43 | 255 | 0.67 | 0.34 |
| Hex | 3A | 1D | 91 | 3C | 50 | 0 | 2B | FF | 43 | 22 |
| Octal | 72 | 35 | 221 | 74 | 120 | 0 | 53 | 377 | 103 | 42 |
| Binary | 111010 | 11101 | 10010001 | 111100 | 1010000 | 0 | 101011 | 11111111 | 1000011 | 100010 |
Color Harmonies of #3A1D91
Complementary color
Monochromatic Colors of #3A1D91
Black with #3A1D91
Text Example
Text Example
White with #3A1D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1D91; }
p { color: rgb(58,29,145); }
H1.HeaderClassName
{
color: #3A1D91;
}
.AnyTagClassName
{
color: #3A1D91;
}
</style>
background-color css
<style>
a { background-color: #3A1D91; }
a { background-color: rgb(58,29,145); }
div.DivClassName
{
background-color: #3A1D91;
}
.BgClassName
{
background-color: #3A1D91;
}
</style>
border-color css
<style>
span { border-color: #3A1D91; }
span { border-color: rgb(58,29,145); }
td.TdClassName
{
border-color: #3A1D91;
}
.TagClassName
{
border-color: #3A1D91;
}
</style>