Shades of Persian Indigo #390D83
Tints of Persian Indigo #390D83
RGB
CMYK
RGB Variations
Color information
#390D83 (or 0x390D83) is known color: Persian Indigo. HEX triplet: 39, 0D and 83. RGB value is (57,13,131). Sum of RGB (Red+Green+Blue) = 57+13+131=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 13 (5.47% from 255 or 6.47% from 201); Blue value is 131 (51.56% from 255 or 65.17% from 201); Max value from RGB is 131 - color contains mainly: blue. Hex color #390D83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D83 is #C6F27C. Grayscale: #272727. Windows color (decimal): -13038205 or 8588601. OLE color: 8588601.
HSL color Cylindrical-coordinate representation of color #390D83: hue angle of 262.37º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390D83 is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 13 | 131 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.49 |
| HSL | 262.37º | 0.82% | 0.28% | - |
| HSV(B) | 262.37º | 0.9% | 0.51% | - |
| XYZ | 5.93 | 2.8 | 21.7 | - |
| YUV | 39.61 | 179.58 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 131 | 0.56 | 0.90 | 0 | 0.49 | 262.37 | 0.82 | 0.28 |
| Hex | 39 | D | 83 | 38 | 5A | 0 | 31 | 106 | 52 | 1C |
| Octal | 71 | 15 | 203 | 70 | 132 | 0 | 61 | 406 | 122 | 34 |
| Binary | 111001 | 1101 | 10000011 | 111000 | 1011010 | 0 | 110001 | 100000110 | 1010010 | 11100 |
Color Harmonies of #390D83
Complementary color
Monochromatic Colors of #390D83
Black with #390D83
Text Example
Text Example
White with #390D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D83; }
p { color: rgb(57,13,131); }
H1.HeaderClassName
{
color: #390D83;
}
.AnyTagClassName
{
color: #390D83;
}
</style>
background-color css
<style>
a { background-color: #390D83; }
a { background-color: rgb(57,13,131); }
div.DivClassName
{
background-color: #390D83;
}
.BgClassName
{
background-color: #390D83;
}
</style>
border-color css
<style>
span { border-color: #390D83; }
span { border-color: rgb(57,13,131); }
td.TdClassName
{
border-color: #390D83;
}
.TagClassName
{
border-color: #390D83;
}
</style>