Shades of Persian Indigo #3A0FA9
Tints of Persian Indigo #3A0FA9
RGB
CMYK
RGB Variations
Color information
#3A0FA9 (or 0x3A0FA9) is known color: Persian Indigo. HEX triplet: 3A, 0F and A9. RGB value is (58,15,169). Sum of RGB (Red+Green+Blue) = 58+15+169=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A0FA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0FA9 is #C5F056. Grayscale: #2C2C2C. Windows color (decimal): -12972119 or 11079482. OLE color: 11079482.
HSL color Cylindrical-coordinate representation of color #3A0FA9: hue angle of 256.75º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A0FA9 is Cyan = 0.66, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 15 | 169 | - |
| CMYK | 0.66 | 0.91 | 0 | 0.34 |
| HSL | 256.75º | 0.84% | 0.36% | - |
| HSV(B) | 256.75º | 0.91% | 0.66% | - |
| XYZ | 9.08 | 4.11 | 37.85 | - |
| YUV | 45.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 15 | 169 | 0.66 | 0.91 | 0 | 0.34 | 256.75 | 0.84 | 0.36 |
| Hex | 3A | F | A9 | 42 | 5B | 0 | 22 | 101 | 54 | 24 |
| Octal | 72 | 17 | 251 | 102 | 133 | 0 | 42 | 401 | 124 | 44 |
| Binary | 111010 | 1111 | 10101001 | 1000010 | 1011011 | 0 | 100010 | 100000001 | 1010100 | 100100 |
Color Harmonies of #3A0FA9
Complementary color
Monochromatic Colors of #3A0FA9
Black with #3A0FA9
Text Example
Text Example
White with #3A0FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0FA9; }
p { color: rgb(58,15,169); }
H1.HeaderClassName
{
color: #3A0FA9;
}
.AnyTagClassName
{
color: #3A0FA9;
}
</style>
background-color css
<style>
a { background-color: #3A0FA9; }
a { background-color: rgb(58,15,169); }
div.DivClassName
{
background-color: #3A0FA9;
}
.BgClassName
{
background-color: #3A0FA9;
}
</style>
border-color css
<style>
span { border-color: #3A0FA9; }
span { border-color: rgb(58,15,169); }
td.TdClassName
{
border-color: #3A0FA9;
}
.TagClassName
{
border-color: #3A0FA9;
}
</style>