Shades of Persian Indigo #390F85
Tints of Persian Indigo #390F85
RGB
CMYK
RGB Variations
Color information
#390F85 (or 0x390F85) is known color: Persian Indigo. HEX triplet: 39, 0F and 85. RGB value is (57,15,133). Sum of RGB (Red+Green+Blue) = 57+15+133=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #390F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F85 is #C6F07A. Grayscale: #282828. Windows color (decimal): -13037691 or 8720185. OLE color: 8720185.
HSL color Cylindrical-coordinate representation of color #390F85: hue angle of 261.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390F85 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 15 | 133 | - |
| CMYK | 0.57 | 0.89 | 0 | 0.48 |
| HSL | 261.36º | 0.8% | 0.29% | - |
| HSV(B) | 261.36º | 0.89% | 0.52% | - |
| XYZ | 6.09 | 2.9 | 22.43 | - |
| YUV | 41.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 133 | 0.57 | 0.89 | 0 | 0.48 | 261.36 | 0.8 | 0.29 |
| Hex | 39 | F | 85 | 39 | 59 | 0 | 30 | 105 | 50 | 1D |
| Octal | 71 | 17 | 205 | 71 | 131 | 0 | 60 | 405 | 120 | 35 |
| Binary | 111001 | 1111 | 10000101 | 111001 | 1011001 | 0 | 110000 | 100000101 | 1010000 | 11101 |
Color Harmonies of #390F85
Complementary color
Monochromatic Colors of #390F85
Black with #390F85
Text Example
Text Example
White with #390F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F85; }
p { color: rgb(57,15,133); }
H1.HeaderClassName
{
color: #390F85;
}
.AnyTagClassName
{
color: #390F85;
}
</style>
background-color css
<style>
a { background-color: #390F85; }
a { background-color: rgb(57,15,133); }
div.DivClassName
{
background-color: #390F85;
}
.BgClassName
{
background-color: #390F85;
}
</style>
border-color css
<style>
span { border-color: #390F85; }
span { border-color: rgb(57,15,133); }
td.TdClassName
{
border-color: #390F85;
}
.TagClassName
{
border-color: #390F85;
}
</style>