Shades of Persian Indigo #3A1396
Tints of Persian Indigo #3A1396
RGB
CMYK
RGB Variations
Color information
#3A1396 (or 0x3A1396) is known color: Persian Indigo. HEX triplet: 3A, 13 and 96. RGB value is (58,19,150). Sum of RGB (Red+Green+Blue) = 58+19+150=227 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.55% from 227); Green value is 19 (7.81% from 255 or 8.37% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A1396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1396 is #C5EC69. Grayscale: #2D2D2D. Windows color (decimal): -12971114 or 9835322. OLE color: 9835322.
HSL color Cylindrical-coordinate representation of color #3A1396: hue angle of 257.86º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A1396 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 19 | 150 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.41 |
| HSL | 257.86º | 0.78% | 0.33% | - |
| HSV(B) | 257.86º | 0.87% | 0.59% | - |
| XYZ | 7.48 | 3.57 | 29.15 | - |
| YUV | 45.6 | 186.92 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 19 | 150 | 0.61 | 0.87 | 0 | 0.41 | 257.86 | 0.78 | 0.33 |
| Hex | 3A | 13 | 96 | 3D | 57 | 0 | 29 | 102 | 4E | 21 |
| Octal | 72 | 23 | 226 | 75 | 127 | 0 | 51 | 402 | 116 | 41 |
| Binary | 111010 | 10011 | 10010110 | 111101 | 1010111 | 0 | 101001 | 100000010 | 1001110 | 100001 |
Color Harmonies of #3A1396
Complementary color
Monochromatic Colors of #3A1396
Black with #3A1396
Text Example
Text Example
White with #3A1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1396; }
p { color: rgb(58,19,150); }
H1.HeaderClassName
{
color: #3A1396;
}
.AnyTagClassName
{
color: #3A1396;
}
</style>
background-color css
<style>
a { background-color: #3A1396; }
a { background-color: rgb(58,19,150); }
div.DivClassName
{
background-color: #3A1396;
}
.BgClassName
{
background-color: #3A1396;
}
</style>
border-color css
<style>
span { border-color: #3A1396; }
span { border-color: rgb(58,19,150); }
td.TdClassName
{
border-color: #3A1396;
}
.TagClassName
{
border-color: #3A1396;
}
</style>