Shades of Persian Indigo #391A72
Tints of Persian Indigo #391A72
RGB
CMYK
RGB Variations
Color information
#391A72 (or 0x391A72) is known color: Persian Indigo. HEX triplet: 39, 1A and 72. RGB value is (57,26,114). Sum of RGB (Red+Green+Blue) = 57+26+114=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #391A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391A72 is #C6E58D. Grayscale: #2C2C2C. Windows color (decimal): -13034894 or 7477817. OLE color: 7477817.
HSL color Cylindrical-coordinate representation of color #391A72: hue angle of 261.14º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #391A72 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 57 | 26 | 114 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.55 |
| HSL | 261.14º | 0.63% | 0.27% | - |
| HSV(B) | 261.14º | 0.77% | 0.45% | - |
| XYZ | 5.09 | 2.82 | 16.2 | - |
| YUV | 45.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 26 | 114 | 0.50 | 0.77 | 0 | 0.55 | 261.14 | 0.63 | 0.27 |
| Hex | 39 | 1A | 72 | 32 | 4D | 0 | 37 | 105 | 3F | 1B |
| Octal | 71 | 32 | 162 | 62 | 115 | 0 | 67 | 405 | 77 | 33 |
| Binary | 111001 | 11010 | 1110010 | 110010 | 1001101 | 0 | 110111 | 100000101 | 111111 | 11011 |
Color Harmonies of #391A72
Complementary color
Monochromatic Colors of #391A72
Black with #391A72
Text Example
Text Example
White with #391A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391A72; }
p { color: rgb(57,26,114); }
H1.HeaderClassName
{
color: #391A72;
}
.AnyTagClassName
{
color: #391A72;
}
</style>
background-color css
<style>
a { background-color: #391A72; }
a { background-color: rgb(57,26,114); }
div.DivClassName
{
background-color: #391A72;
}
.BgClassName
{
background-color: #391A72;
}
</style>
border-color css
<style>
span { border-color: #391A72; }
span { border-color: rgb(57,26,114); }
td.TdClassName
{
border-color: #391A72;
}
.TagClassName
{
border-color: #391A72;
}
</style>