Shades of Persian Indigo #390C81
Tints of Persian Indigo #390C81
RGB
CMYK
RGB Variations
Color information
#390C81 (or 0x390C81) is known color: Persian Indigo. HEX triplet: 39, 0C and 81. RGB value is (57,12,129). Sum of RGB (Red+Green+Blue) = 57+12+129=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 129 (50.78% from 255 or 65.15% from 198); Max value from RGB is 129 - color contains mainly: blue. Hex color #390C81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390C81 is #C6F37E. Grayscale: #262626. Windows color (decimal): -13038463 or 8457273. OLE color: 8457273.
HSL color Cylindrical-coordinate representation of color #390C81: hue angle of 263.08º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #390C81 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 12 | 129 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.49 |
| HSL | 263.08º | 0.83% | 0.28% | - |
| HSV(B) | 263.08º | 0.91% | 0.51% | - |
| XYZ | 5.78 | 2.72 | 20.99 | - |
| YUV | 38.79 | 178.91 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 129 | 0.56 | 0.91 | 0 | 0.49 | 263.08 | 0.83 | 0.28 |
| Hex | 39 | C | 81 | 38 | 5B | 0 | 31 | 107 | 53 | 1C |
| Octal | 71 | 14 | 201 | 70 | 133 | 0 | 61 | 407 | 123 | 34 |
| Binary | 111001 | 1100 | 10000001 | 111000 | 1011011 | 0 | 110001 | 100000111 | 1010011 | 11100 |
Color Harmonies of #390C81
Complementary color
Monochromatic Colors of #390C81
Black with #390C81
Text Example
Text Example
White with #390C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C81; }
p { color: rgb(57,12,129); }
H1.HeaderClassName
{
color: #390C81;
}
.AnyTagClassName
{
color: #390C81;
}
</style>
background-color css
<style>
a { background-color: #390C81; }
a { background-color: rgb(57,12,129); }
div.DivClassName
{
background-color: #390C81;
}
.BgClassName
{
background-color: #390C81;
}
</style>
border-color css
<style>
span { border-color: #390C81; }
span { border-color: rgb(57,12,129); }
td.TdClassName
{
border-color: #390C81;
}
.TagClassName
{
border-color: #390C81;
}
</style>