Shades of Persian Indigo #3A217A
Tints of Persian Indigo #3A217A
RGB
CMYK
RGB Variations
Color information
#3A217A (or 0x3A217A) is known color: Persian Indigo. HEX triplet: 3A, 21 and 7A. RGB value is (58,33,122). Sum of RGB (Red+Green+Blue) = 58+33+122=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A217A is #C5DE85. Grayscale: #323232. Windows color (decimal): -12967558 or 8003898. OLE color: 8003898.
HSL color Cylindrical-coordinate representation of color #3A217A: hue angle of 256.85º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A217A is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 33 | 122 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.52 |
| HSL | 256.85º | 0.57% | 0.3% | - |
| HSV(B) | 256.85º | 0.73% | 0.48% | - |
| XYZ | 5.8 | 3.39 | 18.76 | - |
| YUV | 50.62 | 168.28 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 122 | 0.52 | 0.73 | 0 | 0.52 | 256.85 | 0.57 | 0.3 |
| Hex | 3A | 21 | 7A | 34 | 49 | 0 | 34 | 101 | 39 | 1E |
| Octal | 72 | 41 | 172 | 64 | 111 | 0 | 64 | 401 | 71 | 36 |
| Binary | 111010 | 100001 | 1111010 | 110100 | 1001001 | 0 | 110100 | 100000001 | 111001 | 11110 |
Color Harmonies of #3A217A
Complementary color
Monochromatic Colors of #3A217A
Black with #3A217A
Text Example
Text Example
White with #3A217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A217A; }
p { color: rgb(58,33,122); }
H1.HeaderClassName
{
color: #3A217A;
}
.AnyTagClassName
{
color: #3A217A;
}
</style>
background-color css
<style>
a { background-color: #3A217A; }
a { background-color: rgb(58,33,122); }
div.DivClassName
{
background-color: #3A217A;
}
.BgClassName
{
background-color: #3A217A;
}
</style>
border-color css
<style>
span { border-color: #3A217A; }
span { border-color: rgb(58,33,122); }
td.TdClassName
{
border-color: #3A217A;
}
.TagClassName
{
border-color: #3A217A;
}
</style>