Shades of Persian Indigo #391C91
Tints of Persian Indigo #391C91
RGB
CMYK
RGB Variations
Color information
#391C91 (or 0x391C91) is known color: Persian Indigo. HEX triplet: 39, 1C and 91. RGB value is (57,28,145). Sum of RGB (Red+Green+Blue) = 57+28+145=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #391C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391C91 is #C6E36E. Grayscale: #313131. Windows color (decimal): -13034351 or 9509945. OLE color: 9509945.
HSL color Cylindrical-coordinate representation of color #391C91: hue angle of 254.87º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391C91 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 28 | 145 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.43 |
| HSL | 254.87º | 0.68% | 0.34% | - |
| HSV(B) | 254.87º | 0.81% | 0.57% | - |
| XYZ | 7.21 | 3.74 | 27.13 | - |
| YUV | 50.01 | 181.61 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 145 | 0.61 | 0.81 | 0 | 0.43 | 254.87 | 0.68 | 0.34 |
| Hex | 39 | 1C | 91 | 3D | 51 | 0 | 2B | FF | 44 | 22 |
| Octal | 71 | 34 | 221 | 75 | 121 | 0 | 53 | 377 | 104 | 42 |
| Binary | 111001 | 11100 | 10010001 | 111101 | 1010001 | 0 | 101011 | 11111111 | 1000100 | 100010 |
Color Harmonies of #391C91
Complementary color
Monochromatic Colors of #391C91
Black with #391C91
Text Example
Text Example
White with #391C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391C91; }
p { color: rgb(57,28,145); }
H1.HeaderClassName
{
color: #391C91;
}
.AnyTagClassName
{
color: #391C91;
}
</style>
background-color css
<style>
a { background-color: #391C91; }
a { background-color: rgb(57,28,145); }
div.DivClassName
{
background-color: #391C91;
}
.BgClassName
{
background-color: #391C91;
}
</style>
border-color css
<style>
span { border-color: #391C91; }
span { border-color: rgb(57,28,145); }
td.TdClassName
{
border-color: #391C91;
}
.TagClassName
{
border-color: #391C91;
}
</style>