Shades of Persian Indigo #311E7C
Tints of Persian Indigo #311E7C
RGB
CMYK
RGB Variations
Color information
#311E7C (or 0x311E7C) is known color: Persian Indigo. HEX triplet: 31, 1E and 7C. RGB value is (49,30,124). Sum of RGB (Red+Green+Blue) = 49+30+124=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #311E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311E7C is #CEE183. Grayscale: #2E2E2E. Windows color (decimal): -13558148 or 8134193. OLE color: 8134193.
HSL color Cylindrical-coordinate representation of color #311E7C: hue angle of 252.13º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311E7C is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 30 | 124 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.51 |
| HSL | 252.13º | 0.61% | 0.3% | - |
| HSV(B) | 252.13º | 0.76% | 0.49% | - |
| XYZ | 5.37 | 3.04 | 19.37 | - |
| YUV | 46.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 124 | 0.60 | 0.76 | 0 | 0.51 | 252.13 | 0.61 | 0.3 |
| Hex | 31 | 1E | 7C | 3C | 4C | 0 | 33 | FC | 3D | 1E |
| Octal | 61 | 36 | 174 | 74 | 114 | 0 | 63 | 374 | 75 | 36 |
| Binary | 110001 | 11110 | 1111100 | 111100 | 1001100 | 0 | 110011 | 11111100 | 111101 | 11110 |
Color Harmonies of #311E7C
Complementary color
Monochromatic Colors of #311E7C
Black with #311E7C
Text Example
Text Example
White with #311E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E7C; }
p { color: rgb(49,30,124); }
H1.HeaderClassName
{
color: #311E7C;
}
.AnyTagClassName
{
color: #311E7C;
}
</style>
background-color css
<style>
a { background-color: #311E7C; }
a { background-color: rgb(49,30,124); }
div.DivClassName
{
background-color: #311E7C;
}
.BgClassName
{
background-color: #311E7C;
}
</style>
border-color css
<style>
span { border-color: #311E7C; }
span { border-color: rgb(49,30,124); }
td.TdClassName
{
border-color: #311E7C;
}
.TagClassName
{
border-color: #311E7C;
}
</style>