Shades of Persian Indigo #390C8D
Tints of Persian Indigo #390C8D
RGB
CMYK
RGB Variations
Color information
#390C8D (or 0x390C8D) is known color: Persian Indigo. HEX triplet: 39, 0C and 8D. RGB value is (57,12,141). Sum of RGB (Red+Green+Blue) = 57+12+141=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #390C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390C8D is #C6F372. Grayscale: #272727. Windows color (decimal): -13038451 or 9243705. OLE color: 9243705.
HSL color Cylindrical-coordinate representation of color #390C8D: hue angle of 260.93º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390C8D is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 12 | 141 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.45 |
| HSL | 260.93º | 0.84% | 0.3% | - |
| HSV(B) | 260.93º | 0.91% | 0.55% | - |
| XYZ | 6.63 | 3.06 | 25.44 | - |
| YUV | 40.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 141 | 0.60 | 0.91 | 0 | 0.45 | 260.93 | 0.84 | 0.3 |
| Hex | 39 | C | 8D | 3C | 5B | 0 | 2D | 105 | 54 | 1E |
| Octal | 71 | 14 | 215 | 74 | 133 | 0 | 55 | 405 | 124 | 36 |
| Binary | 111001 | 1100 | 10001101 | 111100 | 1011011 | 0 | 101101 | 100000101 | 1010100 | 11110 |
Color Harmonies of #390C8D
Complementary color
Monochromatic Colors of #390C8D
Black with #390C8D
Text Example
Text Example
White with #390C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C8D; }
p { color: rgb(57,12,141); }
H1.HeaderClassName
{
color: #390C8D;
}
.AnyTagClassName
{
color: #390C8D;
}
</style>
background-color css
<style>
a { background-color: #390C8D; }
a { background-color: rgb(57,12,141); }
div.DivClassName
{
background-color: #390C8D;
}
.BgClassName
{
background-color: #390C8D;
}
</style>
border-color css
<style>
span { border-color: #390C8D; }
span { border-color: rgb(57,12,141); }
td.TdClassName
{
border-color: #390C8D;
}
.TagClassName
{
border-color: #390C8D;
}
</style>