Shades of Persian Indigo #390EAC
Tints of Persian Indigo #390EAC
RGB
CMYK
RGB Variations
Color information
#390EAC (or 0x390EAC) is known color: Persian Indigo. HEX triplet: 39, 0E and AC. RGB value is (57,14,172). Sum of RGB (Red+Green+Blue) = 57+14+172=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 172 (67.58% from 255 or 70.78% from 243); Max value from RGB is 172 - color contains mainly: blue. Hex color #390EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390EAC is #C6F153. Grayscale: #2C2C2C. Windows color (decimal): -13037908 or 11275833. OLE color: 11275833.
HSL color Cylindrical-coordinate representation of color #390EAC: hue angle of 256.33º 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 #390EAC is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 14 | 172 | - |
| CMYK | 0.67 | 0.92 | 0 | 0.33 |
| HSL | 256.33º | 0.85% | 0.36% | - |
| HSV(B) | 256.33º | 0.92% | 0.67% | - |
| XYZ | 9.29 | 4.16 | 39.34 | - |
| YUV | 44.87 | 199.75 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 172 | 0.67 | 0.92 | 0 | 0.33 | 256.33 | 0.85 | 0.36 |
| Hex | 39 | E | AC | 43 | 5C | 0 | 21 | 100 | 55 | 24 |
| Octal | 71 | 16 | 254 | 103 | 134 | 0 | 41 | 400 | 125 | 44 |
| Binary | 111001 | 1110 | 10101100 | 1000011 | 1011100 | 0 | 100001 | 100000000 | 1010101 | 100100 |
Color Harmonies of #390EAC
Complementary color
Monochromatic Colors of #390EAC
Black with #390EAC
Text Example
Text Example
White with #390EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390EAC; }
p { color: rgb(57,14,172); }
H1.HeaderClassName
{
color: #390EAC;
}
.AnyTagClassName
{
color: #390EAC;
}
</style>
background-color css
<style>
a { background-color: #390EAC; }
a { background-color: rgb(57,14,172); }
div.DivClassName
{
background-color: #390EAC;
}
.BgClassName
{
background-color: #390EAC;
}
</style>
border-color css
<style>
span { border-color: #390EAC; }
span { border-color: rgb(57,14,172); }
td.TdClassName
{
border-color: #390EAC;
}
.TagClassName
{
border-color: #390EAC;
}
</style>