Shades of Persian Indigo #3A0E84
Tints of Persian Indigo #3A0E84
RGB
CMYK
RGB Variations
Color information
#3A0E84 (or 0x3A0E84) is known color: Persian Indigo. HEX triplet: 3A, 0E and 84. RGB value is (58,14,132). Sum of RGB (Red+Green+Blue) = 58+14+132=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 14 (5.86% from 255 or 6.86% from 204); Blue value is 132 (51.95% from 255 or 64.71% from 204); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A0E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0E84 is #C5F17B. Grayscale: #282828. Windows color (decimal): -12972412 or 8654394. OLE color: 8654394.
HSL color Cylindrical-coordinate representation of color #3A0E84: hue angle of 262.37º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A0E84 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 14 | 132 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.48 |
| HSL | 262.37º | 0.81% | 0.29% | - |
| HSV(B) | 262.37º | 0.89% | 0.52% | - |
| XYZ | 6.07 | 2.88 | 22.07 | - |
| YUV | 40.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 132 | 0.56 | 0.89 | 0 | 0.48 | 262.37 | 0.81 | 0.29 |
| Hex | 3A | E | 84 | 38 | 59 | 0 | 30 | 106 | 51 | 1D |
| Octal | 72 | 16 | 204 | 70 | 131 | 0 | 60 | 406 | 121 | 35 |
| Binary | 111010 | 1110 | 10000100 | 111000 | 1011001 | 0 | 110000 | 100000110 | 1010001 | 11101 |
Color Harmonies of #3A0E84
Complementary color
Monochromatic Colors of #3A0E84
Black with #3A0E84
Text Example
Text Example
White with #3A0E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0E84; }
p { color: rgb(58,14,132); }
H1.HeaderClassName
{
color: #3A0E84;
}
.AnyTagClassName
{
color: #3A0E84;
}
</style>
background-color css
<style>
a { background-color: #3A0E84; }
a { background-color: rgb(58,14,132); }
div.DivClassName
{
background-color: #3A0E84;
}
.BgClassName
{
background-color: #3A0E84;
}
</style>
border-color css
<style>
span { border-color: #3A0E84; }
span { border-color: rgb(58,14,132); }
td.TdClassName
{
border-color: #3A0E84;
}
.TagClassName
{
border-color: #3A0E84;
}
</style>