Shades of Persian Indigo #3A11AA
Tints of Persian Indigo #3A11AA
RGB
CMYK
RGB Variations
Color information
#3A11AA (or 0x3A11AA) is known color: Persian Indigo. HEX triplet: 3A, 11 and AA. RGB value is (58,17,170). Sum of RGB (Red+Green+Blue) = 58+17+170=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A11AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A11AA is #C5EE55. Grayscale: #2E2E2E. Windows color (decimal): -12971606 or 11145530. OLE color: 11145530.
HSL color Cylindrical-coordinate representation of color #3A11AA: hue angle of 256.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A11AA is Cyan = 0.66, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 17 | 170 | - |
| CMYK | 0.66 | 0.9 | 0 | 0.33 |
| HSL | 256.08º | 0.82% | 0.37% | - |
| HSV(B) | 256.08º | 0.9% | 0.67% | - |
| XYZ | 9.2 | 4.2 | 38.36 | - |
| YUV | 46.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 17 | 170 | 0.66 | 0.9 | 0 | 0.33 | 256.08 | 0.82 | 0.37 |
| Hex | 3A | 11 | AA | 42 | 5A | 0 | 21 | 100 | 52 | 25 |
| Octal | 72 | 21 | 252 | 102 | 132 | 0 | 41 | 400 | 122 | 45 |
| Binary | 111010 | 10001 | 10101010 | 1000010 | 1011010 | 0 | 100001 | 100000000 | 1010010 | 100101 |
Color Harmonies of #3A11AA
Complementary color
Monochromatic Colors of #3A11AA
Black with #3A11AA
Text Example
Text Example
White with #3A11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A11AA; }
p { color: rgb(58,17,170); }
H1.HeaderClassName
{
color: #3A11AA;
}
.AnyTagClassName
{
color: #3A11AA;
}
</style>
background-color css
<style>
a { background-color: #3A11AA; }
a { background-color: rgb(58,17,170); }
div.DivClassName
{
background-color: #3A11AA;
}
.BgClassName
{
background-color: #3A11AA;
}
</style>
border-color css
<style>
span { border-color: #3A11AA; }
span { border-color: rgb(58,17,170); }
td.TdClassName
{
border-color: #3A11AA;
}
.TagClassName
{
border-color: #3A11AA;
}
</style>