Shades of Persian Indigo #390D9D
Tints of Persian Indigo #390D9D
RGB
CMYK
RGB Variations
Color information
#390D9D (or 0x390D9D) is known color: Persian Indigo. HEX triplet: 39, 0D and 9D. RGB value is (57,13,157). Sum of RGB (Red+Green+Blue) = 57+13+157=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 157 (61.72% from 255 or 69.16% from 227); Max value from RGB is 157 - color contains mainly: blue. Hex color #390D9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D9D is #C6F262. Grayscale: #2A2A2A. Windows color (decimal): -13038179 or 10292537. OLE color: 10292537.
HSL color Cylindrical-coordinate representation of color #390D9D: hue angle of 258.33º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390D9D is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 13 | 157 | - |
| CMYK | 0.64 | 0.92 | 0 | 0.38 |
| HSL | 258.33º | 0.85% | 0.33% | - |
| HSV(B) | 258.33º | 0.92% | 0.62% | - |
| XYZ | 7.92 | 3.59 | 32.17 | - |
| YUV | 42.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 157 | 0.64 | 0.92 | 0 | 0.38 | 258.33 | 0.85 | 0.33 |
| Hex | 39 | D | 9D | 40 | 5C | 0 | 26 | 102 | 55 | 21 |
| Octal | 71 | 15 | 235 | 100 | 134 | 0 | 46 | 402 | 125 | 41 |
| Binary | 111001 | 1101 | 10011101 | 1000000 | 1011100 | 0 | 100110 | 100000010 | 1010101 | 100001 |
Color Harmonies of #390D9D
Complementary color
Monochromatic Colors of #390D9D
Black with #390D9D
Text Example
Text Example
White with #390D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D9D; }
p { color: rgb(57,13,157); }
H1.HeaderClassName
{
color: #390D9D;
}
.AnyTagClassName
{
color: #390D9D;
}
</style>
background-color css
<style>
a { background-color: #390D9D; }
a { background-color: rgb(57,13,157); }
div.DivClassName
{
background-color: #390D9D;
}
.BgClassName
{
background-color: #390D9D;
}
</style>
border-color css
<style>
span { border-color: #390D9D; }
span { border-color: rgb(57,13,157); }
td.TdClassName
{
border-color: #390D9D;
}
.TagClassName
{
border-color: #390D9D;
}
</style>