Shades of Persian Indigo #390C70
Tints of Persian Indigo #390C70
RGB
CMYK
RGB Variations
Color information
#390C70 (or 0x390C70) is known color: Persian Indigo. HEX triplet: 39, 0C and 70. RGB value is (57,12,112). Sum of RGB (Red+Green+Blue) = 57+12+112=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #390C70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390C70 is #C6F38F. Grayscale: #242424. Windows color (decimal): -13038480 or 7343161. OLE color: 7343161.
HSL color Cylindrical-coordinate representation of color #390C70: hue angle of 267º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390C70 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 12 | 112 | - |
| CMYK | 0.49 | 0.89 | 0 | 0.56 |
| HSL | 267º | 0.81% | 0.24% | - |
| HSV(B) | 267º | 0.89% | 0.44% | - |
| XYZ | 4.74 | 2.3 | 15.52 | - |
| YUV | 36.86 | 170.41 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 112 | 0.49 | 0.89 | 0 | 0.56 | 267 | 0.81 | 0.24 |
| Hex | 39 | C | 70 | 31 | 59 | 0 | 38 | 10B | 51 | 18 |
| Octal | 71 | 14 | 160 | 61 | 131 | 0 | 70 | 413 | 121 | 30 |
| Binary | 111001 | 1100 | 1110000 | 110001 | 1011001 | 0 | 111000 | 100001011 | 1010001 | 11000 |
Color Harmonies of #390C70
Complementary color
Monochromatic Colors of #390C70
Black with #390C70
Text Example
Text Example
White with #390C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C70; }
p { color: rgb(57,12,112); }
H1.HeaderClassName
{
color: #390C70;
}
.AnyTagClassName
{
color: #390C70;
}
</style>
background-color css
<style>
a { background-color: #390C70; }
a { background-color: rgb(57,12,112); }
div.DivClassName
{
background-color: #390C70;
}
.BgClassName
{
background-color: #390C70;
}
</style>
border-color css
<style>
span { border-color: #390C70; }
span { border-color: rgb(57,12,112); }
td.TdClassName
{
border-color: #390C70;
}
.TagClassName
{
border-color: #390C70;
}
</style>