Shades of Persian Indigo #390D73
Tints of Persian Indigo #390D73
RGB
CMYK
RGB Variations
Color information
#390D73 (or 0x390D73) is known color: Persian Indigo. HEX triplet: 39, 0D and 73. RGB value is (57,13,115). Sum of RGB (Red+Green+Blue) = 57+13+115=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #390D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D73 is #C6F28C. Grayscale: #252525. Windows color (decimal): -13038221 or 7540025. OLE color: 7540025.
HSL color Cylindrical-coordinate representation of color #390D73: hue angle of 265.88º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390D73 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 13 | 115 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.55 |
| HSL | 265.88º | 0.8% | 0.25% | - |
| HSV(B) | 265.88º | 0.89% | 0.45% | - |
| XYZ | 4.93 | 2.4 | 16.42 | - |
| YUV | 37.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 115 | 0.50 | 0.89 | 0 | 0.55 | 265.88 | 0.8 | 0.25 |
| Hex | 39 | D | 73 | 32 | 59 | 0 | 37 | 10A | 50 | 19 |
| Octal | 71 | 15 | 163 | 62 | 131 | 0 | 67 | 412 | 120 | 31 |
| Binary | 111001 | 1101 | 1110011 | 110010 | 1011001 | 0 | 110111 | 100001010 | 1010000 | 11001 |
Color Harmonies of #390D73
Complementary color
Monochromatic Colors of #390D73
Black with #390D73
Text Example
Text Example
White with #390D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D73; }
p { color: rgb(57,13,115); }
H1.HeaderClassName
{
color: #390D73;
}
.AnyTagClassName
{
color: #390D73;
}
</style>
background-color css
<style>
a { background-color: #390D73; }
a { background-color: rgb(57,13,115); }
div.DivClassName
{
background-color: #390D73;
}
.BgClassName
{
background-color: #390D73;
}
</style>
border-color css
<style>
span { border-color: #390D73; }
span { border-color: rgb(57,13,115); }
td.TdClassName
{
border-color: #390D73;
}
.TagClassName
{
border-color: #390D73;
}
</style>