Shades of Persian Indigo #390DAA
Tints of Persian Indigo #390DAA
RGB
CMYK
RGB Variations
Color information
#390DAA (or 0x390DAA) is known color: Persian Indigo. HEX triplet: 39, 0D and AA. RGB value is (57,13,170). Sum of RGB (Red+Green+Blue) = 57+13+170=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #390DAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390DAA is #C6F255. Grayscale: #2B2B2B. Windows color (decimal): -13038166 or 11144505. OLE color: 11144505.
HSL color Cylindrical-coordinate representation of color #390DAA: hue angle of 256.82º degrees, saturation: 0.86, 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 #390DAA is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 13 | 170 | - |
| CMYK | 0.66 | 0.92 | 0 | 0.33 |
| HSL | 256.82º | 0.86% | 0.36% | - |
| HSV(B) | 256.82º | 0.92% | 0.67% | - |
| XYZ | 9.09 | 4.06 | 38.33 | - |
| YUV | 44.05 | 199.08 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 170 | 0.66 | 0.92 | 0 | 0.33 | 256.82 | 0.86 | 0.36 |
| Hex | 39 | D | AA | 42 | 5C | 0 | 21 | 101 | 56 | 24 |
| Octal | 71 | 15 | 252 | 102 | 134 | 0 | 41 | 401 | 126 | 44 |
| Binary | 111001 | 1101 | 10101010 | 1000010 | 1011100 | 0 | 100001 | 100000001 | 1010110 | 100100 |
Color Harmonies of #390DAA
Complementary color
Monochromatic Colors of #390DAA
Black with #390DAA
Text Example
Text Example
White with #390DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390DAA; }
p { color: rgb(57,13,170); }
H1.HeaderClassName
{
color: #390DAA;
}
.AnyTagClassName
{
color: #390DAA;
}
</style>
background-color css
<style>
a { background-color: #390DAA; }
a { background-color: rgb(57,13,170); }
div.DivClassName
{
background-color: #390DAA;
}
.BgClassName
{
background-color: #390DAA;
}
</style>
border-color css
<style>
span { border-color: #390DAA; }
span { border-color: rgb(57,13,170); }
td.TdClassName
{
border-color: #390DAA;
}
.TagClassName
{
border-color: #390DAA;
}
</style>