Shades of Persian Indigo #390D85
Tints of Persian Indigo #390D85
RGB
CMYK
RGB Variations
Color information
#390D85 (or 0x390D85) is known color: Persian Indigo. HEX triplet: 39, 0D and 85. RGB value is (57,13,133). Sum of RGB (Red+Green+Blue) = 57+13+133=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #390D85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390D85 is #C6F27A. Grayscale: #272727. Windows color (decimal): -13038203 or 8719673. OLE color: 8719673.
HSL color Cylindrical-coordinate representation of color #390D85: hue angle of 262º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #390D85 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 13 | 133 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.48 |
| HSL | 262º | 0.82% | 0.29% | - |
| HSV(B) | 262º | 0.9% | 0.52% | - |
| XYZ | 6.06 | 2.85 | 22.42 | - |
| YUV | 39.84 | 180.58 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 13 | 133 | 0.57 | 0.90 | 0 | 0.48 | 262 | 0.82 | 0.29 |
| Hex | 39 | D | 85 | 39 | 5A | 0 | 30 | 106 | 52 | 1D |
| Octal | 71 | 15 | 205 | 71 | 132 | 0 | 60 | 406 | 122 | 35 |
| Binary | 111001 | 1101 | 10000101 | 111001 | 1011010 | 0 | 110000 | 100000110 | 1010010 | 11101 |
Color Harmonies of #390D85
Complementary color
Monochromatic Colors of #390D85
Black with #390D85
Text Example
Text Example
White with #390D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390D85; }
p { color: rgb(57,13,133); }
H1.HeaderClassName
{
color: #390D85;
}
.AnyTagClassName
{
color: #390D85;
}
</style>
background-color css
<style>
a { background-color: #390D85; }
a { background-color: rgb(57,13,133); }
div.DivClassName
{
background-color: #390D85;
}
.BgClassName
{
background-color: #390D85;
}
</style>
border-color css
<style>
span { border-color: #390D85; }
span { border-color: rgb(57,13,133); }
td.TdClassName
{
border-color: #390D85;
}
.TagClassName
{
border-color: #390D85;
}
</style>