Shades of Persian Indigo #390D96
Tints of Persian Indigo #390D96
RGB
CMYK
RGB Variations
Color information
#390D96 (or 0x390D96) is known color: Persian Indigo. HEX triplet: 39, 0D and 96. RGB value is (57,13,150). Sum of RGB (Red+Green+Blue) = 57+13+150=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 150 (58.98% from 255 or 68.18% from 220); Max value from RGB is 150 - color contains mainly: blue. Hex color #390D96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D96 is #C6F269. Grayscale: #292929. Windows color (decimal): -13038186 or 9833785. OLE color: 9833785.
HSL color Cylindrical-coordinate representation of color #390D96: hue angle of 259.27º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390D96 is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 13 | 150 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.41 |
| HSL | 259.27º | 0.84% | 0.32% | - |
| HSV(B) | 259.27º | 0.91% | 0.59% | - |
| XYZ | 7.34 | 3.36 | 29.12 | - |
| YUV | 41.77 | 189.08 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 150 | 0.62 | 0.91 | 0 | 0.41 | 259.27 | 0.84 | 0.32 |
| Hex | 39 | D | 96 | 3E | 5B | 0 | 29 | 103 | 54 | 20 |
| Octal | 71 | 15 | 226 | 76 | 133 | 0 | 51 | 403 | 124 | 40 |
| Binary | 111001 | 1101 | 10010110 | 111110 | 1011011 | 0 | 101001 | 100000011 | 1010100 | 100000 |
Color Harmonies of #390D96
Complementary color
Monochromatic Colors of #390D96
Black with #390D96
Text Example
Text Example
White with #390D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D96; }
p { color: rgb(57,13,150); }
H1.HeaderClassName
{
color: #390D96;
}
.AnyTagClassName
{
color: #390D96;
}
</style>
background-color css
<style>
a { background-color: #390D96; }
a { background-color: rgb(57,13,150); }
div.DivClassName
{
background-color: #390D96;
}
.BgClassName
{
background-color: #390D96;
}
</style>
border-color css
<style>
span { border-color: #390D96; }
span { border-color: rgb(57,13,150); }
td.TdClassName
{
border-color: #390D96;
}
.TagClassName
{
border-color: #390D96;
}
</style>