Shades of Persian Indigo #390BAB
Tints of Persian Indigo #390BAB
RGB
CMYK
RGB Variations
Color information
#390BAB (or 0x390BAB) is known color: Persian Indigo. HEX triplet: 39, 0B and AB. RGB value is (57,11,171). Sum of RGB (Red+Green+Blue) = 57+11+171=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #390BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390BAB is #C6F454. Grayscale: #2A2A2A. Windows color (decimal): -13038677 or 11209529. OLE color: 11209529.
HSL color Cylindrical-coordinate representation of color #390BAB: hue angle of 257.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #390BAB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 11 | 171 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.33 |
| HSL | 257.25º | 0.88% | 0.36% | - |
| HSV(B) | 257.25º | 0.94% | 0.67% | - |
| XYZ | 9.16 | 4.05 | 38.83 | - |
| YUV | 42.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 171 | 0.67 | 0.94 | 0 | 0.33 | 257.25 | 0.88 | 0.36 |
| Hex | 39 | B | AB | 43 | 5E | 0 | 21 | 101 | 58 | 24 |
| Octal | 71 | 13 | 253 | 103 | 136 | 0 | 41 | 401 | 130 | 44 |
| Binary | 111001 | 1011 | 10101011 | 1000011 | 1011110 | 0 | 100001 | 100000001 | 1011000 | 100100 |
Color Harmonies of #390BAB
Complementary color
Monochromatic Colors of #390BAB
Black with #390BAB
Text Example
Text Example
White with #390BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BAB; }
p { color: rgb(57,11,171); }
H1.HeaderClassName
{
color: #390BAB;
}
.AnyTagClassName
{
color: #390BAB;
}
</style>
background-color css
<style>
a { background-color: #390BAB; }
a { background-color: rgb(57,11,171); }
div.DivClassName
{
background-color: #390BAB;
}
.BgClassName
{
background-color: #390BAB;
}
</style>
border-color css
<style>
span { border-color: #390BAB; }
span { border-color: rgb(57,11,171); }
td.TdClassName
{
border-color: #390BAB;
}
.TagClassName
{
border-color: #390BAB;
}
</style>