Shades of Persian Indigo #3A0E96
Tints of Persian Indigo #3A0E96
RGB
CMYK
RGB Variations
Color information
#3A0E96 (or 0x3A0E96) is known color: Persian Indigo. HEX triplet: 3A, 0E and 96. RGB value is (58,14,150). Sum of RGB (Red+Green+Blue) = 58+14+150=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 14 (5.86% from 255 or 6.31% from 222); Blue value is 150 (58.98% from 255 or 67.57% from 222); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A0E96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0E96 is #C5F169. Grayscale: #2A2A2A. Windows color (decimal): -12972394 or 9834042. OLE color: 9834042.
HSL color Cylindrical-coordinate representation of color #3A0E96: hue angle of 259.41º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0E96 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 14 | 150 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.41 |
| HSL | 259.41º | 0.83% | 0.32% | - |
| HSV(B) | 259.41º | 0.91% | 0.59% | - |
| XYZ | 7.41 | 3.42 | 29.12 | - |
| YUV | 42.66 | 188.58 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 150 | 0.61 | 0.91 | 0 | 0.41 | 259.41 | 0.83 | 0.32 |
| Hex | 3A | E | 96 | 3D | 5B | 0 | 29 | 103 | 53 | 20 |
| Octal | 72 | 16 | 226 | 75 | 133 | 0 | 51 | 403 | 123 | 40 |
| Binary | 111010 | 1110 | 10010110 | 111101 | 1011011 | 0 | 101001 | 100000011 | 1010011 | 100000 |
Color Harmonies of #3A0E96
Complementary color
Monochromatic Colors of #3A0E96
Black with #3A0E96
Text Example
Text Example
White with #3A0E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0E96; }
p { color: rgb(58,14,150); }
H1.HeaderClassName
{
color: #3A0E96;
}
.AnyTagClassName
{
color: #3A0E96;
}
</style>
background-color css
<style>
a { background-color: #3A0E96; }
a { background-color: rgb(58,14,150); }
div.DivClassName
{
background-color: #3A0E96;
}
.BgClassName
{
background-color: #3A0E96;
}
</style>
border-color css
<style>
span { border-color: #3A0E96; }
span { border-color: rgb(58,14,150); }
td.TdClassName
{
border-color: #3A0E96;
}
.TagClassName
{
border-color: #3A0E96;
}
</style>