Shades of Persian Indigo #3A17AA
Tints of Persian Indigo #3A17AA
RGB
CMYK
RGB Variations
Color information
#3A17AA (or 0x3A17AA) is known color: Persian Indigo. HEX triplet: 3A, 17 and AA. RGB value is (58,23,170). Sum of RGB (Red+Green+Blue) = 58+23+170=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A17AA is #C5E855. Grayscale: #313131. Windows color (decimal): -12970070 or 11147066. OLE color: 11147066.
HSL color Cylindrical-coordinate representation of color #3A17AA: hue angle of 254.29º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A17AA is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 23 | 170 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.33 |
| HSL | 254.29º | 0.76% | 0.38% | - |
| HSV(B) | 254.29º | 0.86% | 0.67% | - |
| XYZ | 9.31 | 4.41 | 38.39 | - |
| YUV | 50.22 | 195.6 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 23 | 170 | 0.66 | 0.86 | 0 | 0.33 | 254.29 | 0.76 | 0.38 |
| Hex | 3A | 17 | AA | 42 | 56 | 0 | 21 | FE | 4C | 26 |
| Octal | 72 | 27 | 252 | 102 | 126 | 0 | 41 | 376 | 114 | 46 |
| Binary | 111010 | 10111 | 10101010 | 1000010 | 1010110 | 0 | 100001 | 11111110 | 1001100 | 100110 |
Color Harmonies of #3A17AA
Complementary color
Monochromatic Colors of #3A17AA
Black with #3A17AA
Text Example
Text Example
White with #3A17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A17AA; }
p { color: rgb(58,23,170); }
H1.HeaderClassName
{
color: #3A17AA;
}
.AnyTagClassName
{
color: #3A17AA;
}
</style>
background-color css
<style>
a { background-color: #3A17AA; }
a { background-color: rgb(58,23,170); }
div.DivClassName
{
background-color: #3A17AA;
}
.BgClassName
{
background-color: #3A17AA;
}
</style>
border-color css
<style>
span { border-color: #3A17AA; }
span { border-color: rgb(58,23,170); }
td.TdClassName
{
border-color: #3A17AA;
}
.TagClassName
{
border-color: #3A17AA;
}
</style>