Shades of Persian Indigo #390D9F
Tints of Persian Indigo #390D9F
RGB
CMYK
RGB Variations
Color information
#390D9F (or 0x390D9F) is known color: Persian Indigo. HEX triplet: 39, 0D and 9F. RGB value is (57,13,159). Sum of RGB (Red+Green+Blue) = 57+13+159=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #390D9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D9F is #C6F260. Grayscale: #2A2A2A. Windows color (decimal): -13038177 or 10423609. OLE color: 10423609.
HSL color Cylindrical-coordinate representation of color #390D9F: hue angle of 258.08º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390D9F is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 13 | 159 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.38 |
| HSL | 258.08º | 0.85% | 0.34% | - |
| HSV(B) | 258.08º | 0.92% | 0.62% | - |
| XYZ | 8.09 | 3.66 | 33.08 | - |
| YUV | 42.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 159 | 0.64 | 0.92 | 0 | 0.38 | 258.08 | 0.85 | 0.34 |
| Hex | 39 | D | 9F | 40 | 5C | 0 | 26 | 102 | 55 | 22 |
| Octal | 71 | 15 | 237 | 100 | 134 | 0 | 46 | 402 | 125 | 42 |
| Binary | 111001 | 1101 | 10011111 | 1000000 | 1011100 | 0 | 100110 | 100000010 | 1010101 | 100010 |
Color Harmonies of #390D9F
Complementary color
Monochromatic Colors of #390D9F
Black with #390D9F
Text Example
Text Example
White with #390D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D9F; }
p { color: rgb(57,13,159); }
H1.HeaderClassName
{
color: #390D9F;
}
.AnyTagClassName
{
color: #390D9F;
}
</style>
background-color css
<style>
a { background-color: #390D9F; }
a { background-color: rgb(57,13,159); }
div.DivClassName
{
background-color: #390D9F;
}
.BgClassName
{
background-color: #390D9F;
}
</style>
border-color css
<style>
span { border-color: #390D9F; }
span { border-color: rgb(57,13,159); }
td.TdClassName
{
border-color: #390D9F;
}
.TagClassName
{
border-color: #390D9F;
}
</style>