Shades of Persian Indigo #390A70
Tints of Persian Indigo #390A70
RGB
CMYK
RGB Variations
Color information
#390A70 (or 0x390A70) is known color: Persian Indigo. HEX triplet: 39, 0A and 70. RGB value is (57,10,112). Sum of RGB (Red+Green+Blue) = 57+10+112=179 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.84% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 112 (44.14% from 255 or 62.57% from 179); Max value from RGB is 112 - color contains mainly: blue. Hex color #390A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390A70 is #C6F58F. Grayscale: #232323. Windows color (decimal): -13038992 or 7342649. OLE color: 7342649.
HSL color Cylindrical-coordinate representation of color #390A70: hue angle of 267.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390A70 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 10 | 112 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.56 |
| HSL | 267.65º | 0.84% | 0.24% | - |
| HSV(B) | 267.65º | 0.91% | 0.44% | - |
| XYZ | 4.72 | 2.26 | 15.52 | - |
| YUV | 35.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 10 | 112 | 0.49 | 0.91 | 0 | 0.56 | 267.65 | 0.84 | 0.24 |
| Hex | 39 | A | 70 | 31 | 5B | 0 | 38 | 10C | 54 | 18 |
| Octal | 71 | 12 | 160 | 61 | 133 | 0 | 70 | 414 | 124 | 30 |
| Binary | 111001 | 1010 | 1110000 | 110001 | 1011011 | 0 | 111000 | 100001100 | 1010100 | 11000 |
Color Harmonies of #390A70
Complementary color
Monochromatic Colors of #390A70
Black with #390A70
Text Example
Text Example
White with #390A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390A70; }
p { color: rgb(57,10,112); }
H1.HeaderClassName
{
color: #390A70;
}
.AnyTagClassName
{
color: #390A70;
}
</style>
background-color css
<style>
a { background-color: #390A70; }
a { background-color: rgb(57,10,112); }
div.DivClassName
{
background-color: #390A70;
}
.BgClassName
{
background-color: #390A70;
}
</style>
border-color css
<style>
span { border-color: #390A70; }
span { border-color: rgb(57,10,112); }
td.TdClassName
{
border-color: #390A70;
}
.TagClassName
{
border-color: #390A70;
}
</style>