Shades of Persian Indigo #390D9B
Tints of Persian Indigo #390D9B
RGB
CMYK
RGB Variations
Color information
#390D9B (or 0x390D9B) is known color: Persian Indigo. HEX triplet: 39, 0D and 9B. RGB value is (57,13,155). Sum of RGB (Red+Green+Blue) = 57+13+155=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 155 (60.94% from 255 or 68.89% from 225); Max value from RGB is 155 - color contains mainly: blue. Hex color #390D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D9B is #C6F264. Grayscale: #292929. Windows color (decimal): -13038181 or 10161465. OLE color: 10161465.
HSL color Cylindrical-coordinate representation of color #390D9B: hue angle of 258.59º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390D9B is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 13 | 155 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.39 |
| HSL | 258.59º | 0.85% | 0.33% | - |
| HSV(B) | 258.59º | 0.92% | 0.61% | - |
| XYZ | 7.75 | 3.52 | 31.28 | - |
| YUV | 42.34 | 191.58 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 155 | 0.63 | 0.92 | 0 | 0.39 | 258.59 | 0.85 | 0.33 |
| Hex | 39 | D | 9B | 3F | 5C | 0 | 27 | 103 | 55 | 21 |
| Octal | 71 | 15 | 233 | 77 | 134 | 0 | 47 | 403 | 125 | 41 |
| Binary | 111001 | 1101 | 10011011 | 111111 | 1011100 | 0 | 100111 | 100000011 | 1010101 | 100001 |
Color Harmonies of #390D9B
Complementary color
Monochromatic Colors of #390D9B
Black with #390D9B
Text Example
Text Example
White with #390D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D9B; }
p { color: rgb(57,13,155); }
H1.HeaderClassName
{
color: #390D9B;
}
.AnyTagClassName
{
color: #390D9B;
}
</style>
background-color css
<style>
a { background-color: #390D9B; }
a { background-color: rgb(57,13,155); }
div.DivClassName
{
background-color: #390D9B;
}
.BgClassName
{
background-color: #390D9B;
}
</style>
border-color css
<style>
span { border-color: #390D9B; }
span { border-color: rgb(57,13,155); }
td.TdClassName
{
border-color: #390D9B;
}
.TagClassName
{
border-color: #390D9B;
}
</style>