Shades of Persian Indigo #3A1096
Tints of Persian Indigo #3A1096
RGB
CMYK
RGB Variations
Color information
#3A1096 (or 0x3A1096) is known color: Persian Indigo. HEX triplet: 3A, 10 and 96. RGB value is (58,16,150). Sum of RGB (Red+Green+Blue) = 58+16+150=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 150 (58.98% from 255 or 66.96% from 224); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A1096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A1096 is #C5EF69. Grayscale: #2B2B2B. Windows color (decimal): -12971882 or 9834554. OLE color: 9834554.
HSL color Cylindrical-coordinate representation of color #3A1096: hue angle of 258.81º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A1096 is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 16 | 150 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.41 |
| HSL | 258.81º | 0.81% | 0.33% | - |
| HSV(B) | 258.81º | 0.89% | 0.59% | - |
| XYZ | 7.44 | 3.47 | 29.13 | - |
| YUV | 43.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 16 | 150 | 0.61 | 0.89 | 0 | 0.41 | 258.81 | 0.81 | 0.33 |
| Hex | 3A | 10 | 96 | 3D | 59 | 0 | 29 | 103 | 51 | 21 |
| Octal | 72 | 20 | 226 | 75 | 131 | 0 | 51 | 403 | 121 | 41 |
| Binary | 111010 | 10000 | 10010110 | 111101 | 1011001 | 0 | 101001 | 100000011 | 1010001 | 100001 |
Color Harmonies of #3A1096
Complementary color
Monochromatic Colors of #3A1096
Black with #3A1096
Text Example
Text Example
White with #3A1096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1096; }
p { color: rgb(58,16,150); }
H1.HeaderClassName
{
color: #3A1096;
}
.AnyTagClassName
{
color: #3A1096;
}
</style>
background-color css
<style>
a { background-color: #3A1096; }
a { background-color: rgb(58,16,150); }
div.DivClassName
{
background-color: #3A1096;
}
.BgClassName
{
background-color: #3A1096;
}
</style>
border-color css
<style>
span { border-color: #3A1096; }
span { border-color: rgb(58,16,150); }
td.TdClassName
{
border-color: #3A1096;
}
.TagClassName
{
border-color: #3A1096;
}
</style>