Shades of Persian Indigo #390D75
Tints of Persian Indigo #390D75
RGB
CMYK
RGB Variations
Color information
#390D75 (or 0x390D75) is known color: Persian Indigo. HEX triplet: 39, 0D and 75. RGB value is (57,13,117). Sum of RGB (Red+Green+Blue) = 57+13+117=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 117 (46.09% from 255 or 62.57% from 187); Max value from RGB is 117 - color contains mainly: blue. Hex color #390D75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #390D75 is #C6F28A. Grayscale: #252525. Windows color (decimal): -13038219 or 7671097. OLE color: 7671097.
HSL color Cylindrical-coordinate representation of color #390D75: hue angle of 265.38º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #390D75 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 57 | 13 | 117 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.54 |
| HSL | 265.38º | 0.8% | 0.25% | - |
| HSV(B) | 265.38º | 0.89% | 0.46% | - |
| XYZ | 5.04 | 2.44 | 17.04 | - |
| YUV | 38.01 | 172.58 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 117 | 0.51 | 0.89 | 0 | 0.54 | 265.38 | 0.8 | 0.25 |
| Hex | 39 | D | 75 | 33 | 59 | 0 | 36 | 109 | 50 | 19 |
| Octal | 71 | 15 | 165 | 63 | 131 | 0 | 66 | 411 | 120 | 31 |
| Binary | 111001 | 1101 | 1110101 | 110011 | 1011001 | 0 | 110110 | 100001001 | 1010000 | 11001 |
Color Harmonies of #390D75
Complementary color
Monochromatic Colors of #390D75
Black with #390D75
Text Example
Text Example
White with #390D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D75; }
p { color: rgb(57,13,117); }
H1.HeaderClassName
{
color: #390D75;
}
.AnyTagClassName
{
color: #390D75;
}
</style>
background-color css
<style>
a { background-color: #390D75; }
a { background-color: rgb(57,13,117); }
div.DivClassName
{
background-color: #390D75;
}
.BgClassName
{
background-color: #390D75;
}
</style>
border-color css
<style>
span { border-color: #390D75; }
span { border-color: rgb(57,13,117); }
td.TdClassName
{
border-color: #390D75;
}
.TagClassName
{
border-color: #390D75;
}
</style>