Shades of Persian Indigo #390BA9
Tints of Persian Indigo #390BA9
RGB
CMYK
RGB Variations
Color information
#390BA9 (or 0x390BA9) is known color: Persian Indigo. HEX triplet: 39, 0B and A9. RGB value is (57,11,169). Sum of RGB (Red+Green+Blue) = 57+11+169=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 169 (66.41% from 255 or 71.31% from 237); Max value from RGB is 169 - color contains mainly: blue. Hex color #390BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390BA9 is #C6F456. Grayscale: #2A2A2A. Windows color (decimal): -13038679 or 11078457. OLE color: 11078457.
HSL color Cylindrical-coordinate representation of color #390BA9: hue angle of 257.47º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390BA9 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 57 | 11 | 169 | - |
| CMYK | 0.66 | 0.93 | 0 | 0.34 |
| HSL | 257.47º | 0.88% | 0.35% | - |
| HSV(B) | 257.47º | 0.93% | 0.66% | - |
| XYZ | 8.97 | 3.97 | 37.83 | - |
| YUV | 42.77 | 199.24 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 169 | 0.66 | 0.93 | 0 | 0.34 | 257.47 | 0.88 | 0.35 |
| Hex | 39 | B | A9 | 42 | 5D | 0 | 22 | 101 | 58 | 23 |
| Octal | 71 | 13 | 251 | 102 | 135 | 0 | 42 | 401 | 130 | 43 |
| Binary | 111001 | 1011 | 10101001 | 1000010 | 1011101 | 0 | 100010 | 100000001 | 1011000 | 100011 |
Color Harmonies of #390BA9
Complementary color
Monochromatic Colors of #390BA9
Black with #390BA9
Text Example
Text Example
White with #390BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BA9; }
p { color: rgb(57,11,169); }
H1.HeaderClassName
{
color: #390BA9;
}
.AnyTagClassName
{
color: #390BA9;
}
</style>
background-color css
<style>
a { background-color: #390BA9; }
a { background-color: rgb(57,11,169); }
div.DivClassName
{
background-color: #390BA9;
}
.BgClassName
{
background-color: #390BA9;
}
</style>
border-color css
<style>
span { border-color: #390BA9; }
span { border-color: rgb(57,11,169); }
td.TdClassName
{
border-color: #390BA9;
}
.TagClassName
{
border-color: #390BA9;
}
</style>