Shades of Persian Indigo #390FAC
Tints of Persian Indigo #390FAC
RGB
CMYK
RGB Variations
Color information
#390FAC (or 0x390FAC) is known color: Persian Indigo. HEX triplet: 39, 0F and AC. RGB value is (57,15,172). Sum of RGB (Red+Green+Blue) = 57+15+172=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 172 (67.58% from 255 or 70.49% from 244); Max value from RGB is 172 - color contains mainly: blue. Hex color #390FAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390FAC is #C6F053. Grayscale: #2C2C2C. Windows color (decimal): -13037652 or 11276089. OLE color: 11276089.
HSL color Cylindrical-coordinate representation of color #390FAC: hue angle of 256.05º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390FAC is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 15 | 172 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.33 |
| HSL | 256.05º | 0.84% | 0.37% | - |
| HSV(B) | 256.05º | 0.91% | 0.67% | - |
| XYZ | 9.3 | 4.19 | 39.35 | - |
| YUV | 45.46 | 199.41 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 172 | 0.67 | 0.91 | 0 | 0.33 | 256.05 | 0.84 | 0.37 |
| Hex | 39 | F | AC | 43 | 5B | 0 | 21 | 100 | 54 | 25 |
| Octal | 71 | 17 | 254 | 103 | 133 | 0 | 41 | 400 | 124 | 45 |
| Binary | 111001 | 1111 | 10101100 | 1000011 | 1011011 | 0 | 100001 | 100000000 | 1010100 | 100101 |
Color Harmonies of #390FAC
Complementary color
Monochromatic Colors of #390FAC
Black with #390FAC
Text Example
Text Example
White with #390FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390FAC; }
p { color: rgb(57,15,172); }
H1.HeaderClassName
{
color: #390FAC;
}
.AnyTagClassName
{
color: #390FAC;
}
</style>
background-color css
<style>
a { background-color: #390FAC; }
a { background-color: rgb(57,15,172); }
div.DivClassName
{
background-color: #390FAC;
}
.BgClassName
{
background-color: #390FAC;
}
</style>
border-color css
<style>
span { border-color: #390FAC; }
span { border-color: rgb(57,15,172); }
td.TdClassName
{
border-color: #390FAC;
}
.TagClassName
{
border-color: #390FAC;
}
</style>