Shades of Persian Indigo #3A0A96
Tints of Persian Indigo #3A0A96
RGB
CMYK
RGB Variations
Color information
#3A0A96 (or 0x3A0A96) is known color: Persian Indigo. HEX triplet: 3A, 0A and 96. RGB value is (58,10,150). Sum of RGB (Red+Green+Blue) = 58+10+150=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A0A96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0A96 is #C5F569. Grayscale: #272727. Windows color (decimal): -12973418 or 9833018. OLE color: 9833018.
HSL color Cylindrical-coordinate representation of color #3A0A96: hue angle of 260.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0A96 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 10 | 150 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.41 |
| HSL | 260.57º | 0.88% | 0.31% | - |
| HSV(B) | 260.57º | 0.93% | 0.59% | - |
| XYZ | 7.36 | 3.32 | 29.11 | - |
| YUV | 40.31 | 189.9 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 10 | 150 | 0.61 | 0.93 | 0 | 0.41 | 260.57 | 0.88 | 0.31 |
| Hex | 3A | A | 96 | 3D | 5D | 0 | 29 | 105 | 58 | 1F |
| Octal | 72 | 12 | 226 | 75 | 135 | 0 | 51 | 405 | 130 | 37 |
| Binary | 111010 | 1010 | 10010110 | 111101 | 1011101 | 0 | 101001 | 100000101 | 1011000 | 11111 |
Color Harmonies of #3A0A96
Complementary color
Monochromatic Colors of #3A0A96
Black with #3A0A96
Text Example
Text Example
White with #3A0A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0A96; }
p { color: rgb(58,10,150); }
H1.HeaderClassName
{
color: #3A0A96;
}
.AnyTagClassName
{
color: #3A0A96;
}
</style>
background-color css
<style>
a { background-color: #3A0A96; }
a { background-color: rgb(58,10,150); }
div.DivClassName
{
background-color: #3A0A96;
}
.BgClassName
{
background-color: #3A0A96;
}
</style>
border-color css
<style>
span { border-color: #3A0A96; }
span { border-color: rgb(58,10,150); }
td.TdClassName
{
border-color: #3A0A96;
}
.TagClassName
{
border-color: #3A0A96;
}
</style>