Shades of Persian Indigo #390F95
Tints of Persian Indigo #390F95
RGB
CMYK
RGB Variations
Color information
#390F95 (or 0x390F95) is known color: Persian Indigo. HEX triplet: 39, 0F and 95. RGB value is (57,15,149). Sum of RGB (Red+Green+Blue) = 57+15+149=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 15 (6.25% from 255 or 6.79% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #390F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390F95 is #C6F06A. Grayscale: #2A2A2A. Windows color (decimal): -13037675 or 9768761. OLE color: 9768761.
HSL color Cylindrical-coordinate representation of color #390F95: hue angle of 258.81º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390F95 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 15 | 149 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.42 |
| HSL | 258.81º | 0.82% | 0.32% | - |
| HSV(B) | 258.81º | 0.9% | 0.58% | - |
| XYZ | 7.28 | 3.38 | 28.7 | - |
| YUV | 42.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 149 | 0.62 | 0.90 | 0 | 0.42 | 258.81 | 0.82 | 0.32 |
| Hex | 39 | F | 95 | 3E | 5A | 0 | 2A | 103 | 52 | 20 |
| Octal | 71 | 17 | 225 | 76 | 132 | 0 | 52 | 403 | 122 | 40 |
| Binary | 111001 | 1111 | 10010101 | 111110 | 1011010 | 0 | 101010 | 100000011 | 1010010 | 100000 |
Color Harmonies of #390F95
Complementary color
Monochromatic Colors of #390F95
Black with #390F95
Text Example
Text Example
White with #390F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F95; }
p { color: rgb(57,15,149); }
H1.HeaderClassName
{
color: #390F95;
}
.AnyTagClassName
{
color: #390F95;
}
</style>
background-color css
<style>
a { background-color: #390F95; }
a { background-color: rgb(57,15,149); }
div.DivClassName
{
background-color: #390F95;
}
.BgClassName
{
background-color: #390F95;
}
</style>
border-color css
<style>
span { border-color: #390F95; }
span { border-color: rgb(57,15,149); }
td.TdClassName
{
border-color: #390F95;
}
.TagClassName
{
border-color: #390F95;
}
</style>