Shades of Persian Indigo #390B89
Tints of Persian Indigo #390B89
RGB
CMYK
RGB Variations
Color information
#390B89 (or 0x390B89) is known color: Persian Indigo. HEX triplet: 39, 0B and 89. RGB value is (57,11,137). Sum of RGB (Red+Green+Blue) = 57+11+137=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #390B89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390B89 is #C6F476. Grayscale: #262626. Windows color (decimal): -13038711 or 8981305. OLE color: 8981305.
HSL color Cylindrical-coordinate representation of color #390B89: hue angle of 261.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390B89 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 11 | 137 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.46 |
| HSL | 261.9º | 0.85% | 0.29% | - |
| HSV(B) | 261.9º | 0.92% | 0.54% | - |
| XYZ | 6.32 | 2.92 | 23.9 | - |
| YUV | 39.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 137 | 0.58 | 0.92 | 0 | 0.46 | 261.9 | 0.85 | 0.29 |
| Hex | 39 | B | 89 | 3A | 5C | 0 | 2E | 106 | 55 | 1D |
| Octal | 71 | 13 | 211 | 72 | 134 | 0 | 56 | 406 | 125 | 35 |
| Binary | 111001 | 1011 | 10001001 | 111010 | 1011100 | 0 | 101110 | 100000110 | 1010101 | 11101 |
Color Harmonies of #390B89
Complementary color
Monochromatic Colors of #390B89
Black with #390B89
Text Example
Text Example
White with #390B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390B89; }
p { color: rgb(57,11,137); }
H1.HeaderClassName
{
color: #390B89;
}
.AnyTagClassName
{
color: #390B89;
}
</style>
background-color css
<style>
a { background-color: #390B89; }
a { background-color: rgb(57,11,137); }
div.DivClassName
{
background-color: #390B89;
}
.BgClassName
{
background-color: #390B89;
}
</style>
border-color css
<style>
span { border-color: #390B89; }
span { border-color: rgb(57,11,137); }
td.TdClassName
{
border-color: #390B89;
}
.TagClassName
{
border-color: #390B89;
}
</style>