Shades of Persian Indigo #390BAC
Tints of Persian Indigo #390BAC
RGB
CMYK
RGB Variations
Color information
#390BAC (or 0x390BAC) is known color: Persian Indigo. HEX triplet: 39, 0B and AC. RGB value is (57,11,172). Sum of RGB (Red+Green+Blue) = 57+11+172=240 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.75% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #390BAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390BAC is #C6F453. Grayscale: #2A2A2A. Windows color (decimal): -13038676 or 11275065. OLE color: 11275065.
HSL color Cylindrical-coordinate representation of color #390BAC: hue angle of 257.14º 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 #390BAC is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 11 | 172 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.33 |
| HSL | 257.14º | 0.88% | 0.36% | - |
| HSV(B) | 257.14º | 0.94% | 0.67% | - |
| XYZ | 9.25 | 4.09 | 39.33 | - |
| YUV | 43.11 | 200.74 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 11 | 172 | 0.67 | 0.94 | 0 | 0.33 | 257.14 | 0.88 | 0.36 |
| Hex | 39 | B | AC | 43 | 5E | 0 | 21 | 101 | 58 | 24 |
| Octal | 71 | 13 | 254 | 103 | 136 | 0 | 41 | 401 | 130 | 44 |
| Binary | 111001 | 1011 | 10101100 | 1000011 | 1011110 | 0 | 100001 | 100000001 | 1011000 | 100100 |
Color Harmonies of #390BAC
Complementary color
Monochromatic Colors of #390BAC
Black with #390BAC
Text Example
Text Example
White with #390BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390BAC; }
p { color: rgb(57,11,172); }
H1.HeaderClassName
{
color: #390BAC;
}
.AnyTagClassName
{
color: #390BAC;
}
</style>
background-color css
<style>
a { background-color: #390BAC; }
a { background-color: rgb(57,11,172); }
div.DivClassName
{
background-color: #390BAC;
}
.BgClassName
{
background-color: #390BAC;
}
</style>
border-color css
<style>
span { border-color: #390BAC; }
span { border-color: rgb(57,11,172); }
td.TdClassName
{
border-color: #390BAC;
}
.TagClassName
{
border-color: #390BAC;
}
</style>