Shades of Persian Indigo #3A0EAC
Tints of Persian Indigo #3A0EAC
RGB
CMYK
RGB Variations
Color information
#3A0EAC (or 0x3A0EAC) is known color: Persian Indigo. HEX triplet: 3A, 0E and AC. RGB value is (58,14,172). Sum of RGB (Red+Green+Blue) = 58+14+172=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 14 (5.86% from 255 or 5.74% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A0EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0EAC is #C5F153. Grayscale: #2C2C2C. Windows color (decimal): -12972372 or 11275834. OLE color: 11275834.
HSL color Cylindrical-coordinate representation of color #3A0EAC: hue angle of 256.71º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0EAC is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 14 | 172 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.33 |
| HSL | 256.71º | 0.85% | 0.36% | - |
| HSV(B) | 256.71º | 0.92% | 0.67% | - |
| XYZ | 9.35 | 4.19 | 39.35 | - |
| YUV | 45.17 | 199.58 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 14 | 172 | 0.66 | 0.92 | 0 | 0.33 | 256.71 | 0.85 | 0.36 |
| Hex | 3A | E | AC | 42 | 5C | 0 | 21 | 101 | 55 | 24 |
| Octal | 72 | 16 | 254 | 102 | 134 | 0 | 41 | 401 | 125 | 44 |
| Binary | 111010 | 1110 | 10101100 | 1000010 | 1011100 | 0 | 100001 | 100000001 | 1010101 | 100100 |
Color Harmonies of #3A0EAC
Complementary color
Monochromatic Colors of #3A0EAC
Black with #3A0EAC
Text Example
Text Example
White with #3A0EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0EAC; }
p { color: rgb(58,14,172); }
H1.HeaderClassName
{
color: #3A0EAC;
}
.AnyTagClassName
{
color: #3A0EAC;
}
</style>
background-color css
<style>
a { background-color: #3A0EAC; }
a { background-color: rgb(58,14,172); }
div.DivClassName
{
background-color: #3A0EAC;
}
.BgClassName
{
background-color: #3A0EAC;
}
</style>
border-color css
<style>
span { border-color: #3A0EAC; }
span { border-color: rgb(58,14,172); }
td.TdClassName
{
border-color: #3A0EAC;
}
.TagClassName
{
border-color: #3A0EAC;
}
</style>