Shades of Persian Indigo #3A218E
Tints of Persian Indigo #3A218E
RGB
CMYK
RGB Variations
Color information
#3A218E (or 0x3A218E) is known color: Persian Indigo. HEX triplet: 3A, 21 and 8E. RGB value is (58,33,142). Sum of RGB (Red+Green+Blue) = 58+33+142=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A218E is #C5DE71. Grayscale: #343434. Windows color (decimal): -12967538 or 9314618. OLE color: 9314618.
HSL color Cylindrical-coordinate representation of color #3A218E: hue angle of 253.76º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A218E is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 33 | 142 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.44 |
| HSL | 253.76º | 0.62% | 0.34% | - |
| HSV(B) | 253.76º | 0.77% | 0.56% | - |
| XYZ | 7.17 | 3.94 | 25.97 | - |
| YUV | 52.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 33 | 142 | 0.59 | 0.77 | 0 | 0.44 | 253.76 | 0.62 | 0.34 |
| Hex | 3A | 21 | 8E | 3B | 4D | 0 | 2C | FE | 3E | 22 |
| Octal | 72 | 41 | 216 | 73 | 115 | 0 | 54 | 376 | 76 | 42 |
| Binary | 111010 | 100001 | 10001110 | 111011 | 1001101 | 0 | 101100 | 11111110 | 111110 | 100010 |
Color Harmonies of #3A218E
Complementary color
Monochromatic Colors of #3A218E
Black with #3A218E
Text Example
Text Example
White with #3A218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A218E; }
p { color: rgb(58,33,142); }
H1.HeaderClassName
{
color: #3A218E;
}
.AnyTagClassName
{
color: #3A218E;
}
</style>
background-color css
<style>
a { background-color: #3A218E; }
a { background-color: rgb(58,33,142); }
div.DivClassName
{
background-color: #3A218E;
}
.BgClassName
{
background-color: #3A218E;
}
</style>
border-color css
<style>
span { border-color: #3A218E; }
span { border-color: rgb(58,33,142); }
td.TdClassName
{
border-color: #3A218E;
}
.TagClassName
{
border-color: #3A218E;
}
</style>