Shades of Persian Indigo #311C71
Tints of Persian Indigo #311C71
RGB
CMYK
RGB Variations
Color information
#311C71 (or 0x311C71) is known color: Persian Indigo. HEX triplet: 31, 1C and 71. RGB value is (49,28,113). Sum of RGB (Red+Green+Blue) = 49+28+113=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 28 (11.33% from 255 or 14.74% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #311C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C71 is #CEE38E. Grayscale: #2B2B2B. Windows color (decimal): -13558671 or 7412785. OLE color: 7412785.
HSL color Cylindrical-coordinate representation of color #311C71: hue angle of 254.82º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311C71 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 49 | 28 | 113 | - |
| CMYK | 0.57 | 0.75 | 0 | 0.56 |
| HSL | 254.82º | 0.6% | 0.28% | - |
| HSV(B) | 254.82º | 0.75% | 0.44% | - |
| XYZ | 4.66 | 2.68 | 15.89 | - |
| YUV | 43.97 | 166.96 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 113 | 0.57 | 0.75 | 0 | 0.56 | 254.82 | 0.6 | 0.28 |
| Hex | 31 | 1C | 71 | 39 | 4B | 0 | 38 | FF | 3C | 1C |
| Octal | 61 | 34 | 161 | 71 | 113 | 0 | 70 | 377 | 74 | 34 |
| Binary | 110001 | 11100 | 1110001 | 111001 | 1001011 | 0 | 111000 | 11111111 | 111100 | 11100 |
Color Harmonies of #311C71
Complementary color
Monochromatic Colors of #311C71
Black with #311C71
Text Example
Text Example
White with #311C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C71; }
p { color: rgb(49,28,113); }
H1.HeaderClassName
{
color: #311C71;
}
.AnyTagClassName
{
color: #311C71;
}
</style>
background-color css
<style>
a { background-color: #311C71; }
a { background-color: rgb(49,28,113); }
div.DivClassName
{
background-color: #311C71;
}
.BgClassName
{
background-color: #311C71;
}
</style>
border-color css
<style>
span { border-color: #311C71; }
span { border-color: rgb(49,28,113); }
td.TdClassName
{
border-color: #311C71;
}
.TagClassName
{
border-color: #311C71;
}
</style>