Shades of Persian Indigo #3A2096
Tints of Persian Indigo #3A2096
RGB
CMYK
RGB Variations
Color information
#3A2096 (or 0x3A2096) is known color: Persian Indigo. HEX triplet: 3A, 20 and 96. RGB value is (58,32,150). Sum of RGB (Red+Green+Blue) = 58+32+150=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 150 (58.98% from 255 or 62.5% from 240); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A2096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2096 is #C5DF69. Grayscale: #343434. Windows color (decimal): -12967786 or 9838650. OLE color: 9838650.
HSL color Cylindrical-coordinate representation of color #3A2096: hue angle of 253.22º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2096 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 32 | 150 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.41 |
| HSL | 253.22º | 0.65% | 0.36% | - |
| HSV(B) | 253.22º | 0.79% | 0.59% | - |
| XYZ | 7.77 | 4.13 | 29.24 | - |
| YUV | 53.23 | 182.61 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 32 | 150 | 0.61 | 0.79 | 0 | 0.41 | 253.22 | 0.65 | 0.36 |
| Hex | 3A | 20 | 96 | 3D | 4F | 0 | 29 | FD | 41 | 24 |
| Octal | 72 | 40 | 226 | 75 | 117 | 0 | 51 | 375 | 101 | 44 |
| Binary | 111010 | 100000 | 10010110 | 111101 | 1001111 | 0 | 101001 | 11111101 | 1000001 | 100100 |
Color Harmonies of #3A2096
Complementary color
Monochromatic Colors of #3A2096
Black with #3A2096
Text Example
Text Example
White with #3A2096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2096; }
p { color: rgb(58,32,150); }
H1.HeaderClassName
{
color: #3A2096;
}
.AnyTagClassName
{
color: #3A2096;
}
</style>
background-color css
<style>
a { background-color: #3A2096; }
a { background-color: rgb(58,32,150); }
div.DivClassName
{
background-color: #3A2096;
}
.BgClassName
{
background-color: #3A2096;
}
</style>
border-color css
<style>
span { border-color: #3A2096; }
span { border-color: rgb(58,32,150); }
td.TdClassName
{
border-color: #3A2096;
}
.TagClassName
{
border-color: #3A2096;
}
</style>