Shades of Persian Indigo #390F83
Tints of Persian Indigo #390F83
RGB
CMYK
RGB Variations
Color information
#390F83 (or 0x390F83) is known color: Persian Indigo. HEX triplet: 39, 0F and 83. RGB value is (57,15,131). Sum of RGB (Red+Green+Blue) = 57+15+131=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 131 (51.56% from 255 or 64.53% from 203); Max value from RGB is 131 - color contains mainly: blue. Hex color #390F83 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F83 is #C6F07C. Grayscale: #282828. Windows color (decimal): -13037693 or 8589113. OLE color: 8589113.
HSL color Cylindrical-coordinate representation of color #390F83: hue angle of 261.72º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390F83 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 15 | 131 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.49 |
| HSL | 261.72º | 0.79% | 0.29% | - |
| HSV(B) | 261.72º | 0.89% | 0.51% | - |
| XYZ | 5.95 | 2.85 | 21.71 | - |
| YUV | 40.78 | 178.91 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 131 | 0.56 | 0.89 | 0 | 0.49 | 261.72 | 0.79 | 0.29 |
| Hex | 39 | F | 83 | 38 | 59 | 0 | 31 | 106 | 4F | 1D |
| Octal | 71 | 17 | 203 | 70 | 131 | 0 | 61 | 406 | 117 | 35 |
| Binary | 111001 | 1111 | 10000011 | 111000 | 1011001 | 0 | 110001 | 100000110 | 1001111 | 11101 |
Color Harmonies of #390F83
Complementary color
Monochromatic Colors of #390F83
Black with #390F83
Text Example
Text Example
White with #390F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F83; }
p { color: rgb(57,15,131); }
H1.HeaderClassName
{
color: #390F83;
}
.AnyTagClassName
{
color: #390F83;
}
</style>
background-color css
<style>
a { background-color: #390F83; }
a { background-color: rgb(57,15,131); }
div.DivClassName
{
background-color: #390F83;
}
.BgClassName
{
background-color: #390F83;
}
</style>
border-color css
<style>
span { border-color: #390F83; }
span { border-color: rgb(57,15,131); }
td.TdClassName
{
border-color: #390F83;
}
.TagClassName
{
border-color: #390F83;
}
</style>