Shades of Persian Indigo #390C8A
Tints of Persian Indigo #390C8A
RGB
CMYK
RGB Variations
Color information
#390C8A (or 0x390C8A) is known color: Persian Indigo. HEX triplet: 39, 0C and 8A. RGB value is (57,12,138). Sum of RGB (Red+Green+Blue) = 57+12+138=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #390C8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390C8A is #C6F375. Grayscale: #272727. Windows color (decimal): -13038454 or 9047097. OLE color: 9047097.
HSL color Cylindrical-coordinate representation of color #390C8A: hue angle of 261.43º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390C8A is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 12 | 138 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.46 |
| HSL | 261.43º | 0.84% | 0.29% | - |
| HSV(B) | 261.43º | 0.91% | 0.54% | - |
| XYZ | 6.41 | 2.97 | 24.28 | - |
| YUV | 39.82 | 183.41 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 138 | 0.59 | 0.91 | 0 | 0.46 | 261.43 | 0.84 | 0.29 |
| Hex | 39 | C | 8A | 3B | 5B | 0 | 2E | 105 | 54 | 1D |
| Octal | 71 | 14 | 212 | 73 | 133 | 0 | 56 | 405 | 124 | 35 |
| Binary | 111001 | 1100 | 10001010 | 111011 | 1011011 | 0 | 101110 | 100000101 | 1010100 | 11101 |
Color Harmonies of #390C8A
Complementary color
Monochromatic Colors of #390C8A
Black with #390C8A
Text Example
Text Example
White with #390C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C8A; }
p { color: rgb(57,12,138); }
H1.HeaderClassName
{
color: #390C8A;
}
.AnyTagClassName
{
color: #390C8A;
}
</style>
background-color css
<style>
a { background-color: #390C8A; }
a { background-color: rgb(57,12,138); }
div.DivClassName
{
background-color: #390C8A;
}
.BgClassName
{
background-color: #390C8A;
}
</style>
border-color css
<style>
span { border-color: #390C8A; }
span { border-color: rgb(57,12,138); }
td.TdClassName
{
border-color: #390C8A;
}
.TagClassName
{
border-color: #390C8A;
}
</style>