Shades of Persian Indigo #390D71
Tints of Persian Indigo #390D71
RGB
CMYK
RGB Variations
Color information
#390D71 (or 0x390D71) is known color: Persian Indigo. HEX triplet: 39, 0D and 71. RGB value is (57,13,113). Sum of RGB (Red+Green+Blue) = 57+13+113=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #390D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D71 is #C6F28E. Grayscale: #252525. Windows color (decimal): -13038223 or 7408953. OLE color: 7408953.
HSL color Cylindrical-coordinate representation of color #390D71: hue angle of 266.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #390D71 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 57 | 13 | 113 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.56 |
| HSL | 266.4º | 0.79% | 0.25% | - |
| HSV(B) | 266.4º | 0.88% | 0.44% | - |
| XYZ | 4.81 | 2.35 | 15.82 | - |
| YUV | 37.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 113 | 0.50 | 0.88 | 0 | 0.56 | 266.4 | 0.79 | 0.25 |
| Hex | 39 | D | 71 | 32 | 58 | 0 | 38 | 10A | 4F | 19 |
| Octal | 71 | 15 | 161 | 62 | 130 | 0 | 70 | 412 | 117 | 31 |
| Binary | 111001 | 1101 | 1110001 | 110010 | 1011000 | 0 | 111000 | 100001010 | 1001111 | 11001 |
Color Harmonies of #390D71
Complementary color
Monochromatic Colors of #390D71
Black with #390D71
Text Example
Text Example
White with #390D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D71; }
p { color: rgb(57,13,113); }
H1.HeaderClassName
{
color: #390D71;
}
.AnyTagClassName
{
color: #390D71;
}
</style>
background-color css
<style>
a { background-color: #390D71; }
a { background-color: rgb(57,13,113); }
div.DivClassName
{
background-color: #390D71;
}
.BgClassName
{
background-color: #390D71;
}
</style>
border-color css
<style>
span { border-color: #390D71; }
span { border-color: rgb(57,13,113); }
td.TdClassName
{
border-color: #390D71;
}
.TagClassName
{
border-color: #390D71;
}
</style>