Shades of Persian Indigo #390E83
Tints of Persian Indigo #390E83
RGB
CMYK
RGB Variations
Color information
#390E83 (or 0x390E83) is known color: Persian Indigo. HEX triplet: 39, 0E and 83. RGB value is (57,14,131). Sum of RGB (Red+Green+Blue) = 57+14+131=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 131 (51.56% from 255 or 64.85% from 202); Max value from RGB is 131 - color contains mainly: blue. Hex color #390E83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390E83 is #C6F17C. Grayscale: #272727. Windows color (decimal): -13037949 or 8588857. OLE color: 8588857.
HSL color Cylindrical-coordinate representation of color #390E83: hue angle of 262.05º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390E83 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 14 | 131 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.49 |
| HSL | 262.05º | 0.81% | 0.28% | - |
| HSV(B) | 262.05º | 0.89% | 0.51% | - |
| XYZ | 5.94 | 2.82 | 21.7 | - |
| YUV | 40.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 14 | 131 | 0.56 | 0.89 | 0 | 0.49 | 262.05 | 0.81 | 0.28 |
| Hex | 39 | E | 83 | 38 | 59 | 0 | 31 | 106 | 51 | 1C |
| Octal | 71 | 16 | 203 | 70 | 131 | 0 | 61 | 406 | 121 | 34 |
| Binary | 111001 | 1110 | 10000011 | 111000 | 1011001 | 0 | 110001 | 100000110 | 1010001 | 11100 |
Color Harmonies of #390E83
Complementary color
Monochromatic Colors of #390E83
Black with #390E83
Text Example
Text Example
White with #390E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390E83; }
p { color: rgb(57,14,131); }
H1.HeaderClassName
{
color: #390E83;
}
.AnyTagClassName
{
color: #390E83;
}
</style>
background-color css
<style>
a { background-color: #390E83; }
a { background-color: rgb(57,14,131); }
div.DivClassName
{
background-color: #390E83;
}
.BgClassName
{
background-color: #390E83;
}
</style>
border-color css
<style>
span { border-color: #390E83; }
span { border-color: rgb(57,14,131); }
td.TdClassName
{
border-color: #390E83;
}
.TagClassName
{
border-color: #390E83;
}
</style>