Shades of Persian Indigo #311E8E
Tints of Persian Indigo #311E8E
RGB
CMYK
RGB Variations
Color information
#311E8E (or 0x311E8E) is known color: Persian Indigo. HEX triplet: 31, 1E and 8E. RGB value is (49,30,142). Sum of RGB (Red+Green+Blue) = 49+30+142=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #311E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311E8E is #CEE171. Grayscale: #303030. Windows color (decimal): -13558130 or 9313841. OLE color: 9313841.
HSL color Cylindrical-coordinate representation of color #311E8E: hue angle of 250.18º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311E8E is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 30 | 142 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.44 |
| HSL | 250.18º | 0.65% | 0.34% | - |
| HSV(B) | 250.18º | 0.79% | 0.56% | - |
| XYZ | 6.61 | 3.53 | 25.92 | - |
| YUV | 48.45 | 180.79 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 142 | 0.65 | 0.79 | 0 | 0.44 | 250.18 | 0.65 | 0.34 |
| Hex | 31 | 1E | 8E | 41 | 4F | 0 | 2C | FA | 41 | 22 |
| Octal | 61 | 36 | 216 | 101 | 117 | 0 | 54 | 372 | 101 | 42 |
| Binary | 110001 | 11110 | 10001110 | 1000001 | 1001111 | 0 | 101100 | 11111010 | 1000001 | 100010 |
Color Harmonies of #311E8E
Complementary color
Monochromatic Colors of #311E8E
Black with #311E8E
Text Example
Text Example
White with #311E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E8E; }
p { color: rgb(49,30,142); }
H1.HeaderClassName
{
color: #311E8E;
}
.AnyTagClassName
{
color: #311E8E;
}
</style>
background-color css
<style>
a { background-color: #311E8E; }
a { background-color: rgb(49,30,142); }
div.DivClassName
{
background-color: #311E8E;
}
.BgClassName
{
background-color: #311E8E;
}
</style>
border-color css
<style>
span { border-color: #311E8E; }
span { border-color: rgb(49,30,142); }
td.TdClassName
{
border-color: #311E8E;
}
.TagClassName
{
border-color: #311E8E;
}
</style>