Shades of Persian Indigo #390F99
Tints of Persian Indigo #390F99
RGB
CMYK
RGB Variations
Color information
#390F99 (or 0x390F99) is known color: Persian Indigo. HEX triplet: 39, 0F and 99. RGB value is (57,15,153). Sum of RGB (Red+Green+Blue) = 57+15+153=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #390F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F99 is #C6F066. Grayscale: #2A2A2A. Windows color (decimal): -13037671 or 10030905. OLE color: 10030905.
HSL color Cylindrical-coordinate representation of color #390F99: hue angle of 258.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390F99 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 15 | 153 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.4 |
| HSL | 258.26º | 0.82% | 0.33% | - |
| HSV(B) | 258.26º | 0.9% | 0.6% | - |
| XYZ | 7.61 | 3.51 | 30.41 | - |
| YUV | 43.29 | 189.91 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 153 | 0.63 | 0.90 | 0 | 0.4 | 258.26 | 0.82 | 0.33 |
| Hex | 39 | F | 99 | 3F | 5A | 0 | 28 | 102 | 52 | 21 |
| Octal | 71 | 17 | 231 | 77 | 132 | 0 | 50 | 402 | 122 | 41 |
| Binary | 111001 | 1111 | 10011001 | 111111 | 1011010 | 0 | 101000 | 100000010 | 1010010 | 100001 |
Color Harmonies of #390F99
Complementary color
Monochromatic Colors of #390F99
Black with #390F99
Text Example
Text Example
White with #390F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F99; }
p { color: rgb(57,15,153); }
H1.HeaderClassName
{
color: #390F99;
}
.AnyTagClassName
{
color: #390F99;
}
</style>
background-color css
<style>
a { background-color: #390F99; }
a { background-color: rgb(57,15,153); }
div.DivClassName
{
background-color: #390F99;
}
.BgClassName
{
background-color: #390F99;
}
</style>
border-color css
<style>
span { border-color: #390F99; }
span { border-color: rgb(57,15,153); }
td.TdClassName
{
border-color: #390F99;
}
.TagClassName
{
border-color: #390F99;
}
</style>