Shades of Persian Indigo #311C73
Tints of Persian Indigo #311C73
RGB
CMYK
RGB Variations
Color information
#311C73 (or 0x311C73) is known color: Persian Indigo. HEX triplet: 31, 1C and 73. RGB value is (49,28,115). Sum of RGB (Red+Green+Blue) = 49+28+115=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #311C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C73 is #CEE38C. Grayscale: #2B2B2B. Windows color (decimal): -13558669 or 7543857. OLE color: 7543857.
HSL color Cylindrical-coordinate representation of color #311C73: hue angle of 254.48º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311C73 is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 49 | 28 | 115 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.55 |
| HSL | 254.48º | 0.61% | 0.28% | - |
| HSV(B) | 254.48º | 0.76% | 0.45% | - |
| XYZ | 4.78 | 2.72 | 16.49 | - |
| YUV | 44.2 | 167.96 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 115 | 0.57 | 0.76 | 0 | 0.55 | 254.48 | 0.61 | 0.28 |
| Hex | 31 | 1C | 73 | 39 | 4C | 0 | 37 | FE | 3D | 1C |
| Octal | 61 | 34 | 163 | 71 | 114 | 0 | 67 | 376 | 75 | 34 |
| Binary | 110001 | 11100 | 1110011 | 111001 | 1001100 | 0 | 110111 | 11111110 | 111101 | 11100 |
Color Harmonies of #311C73
Complementary color
Monochromatic Colors of #311C73
Black with #311C73
Text Example
Text Example
White with #311C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C73; }
p { color: rgb(49,28,115); }
H1.HeaderClassName
{
color: #311C73;
}
.AnyTagClassName
{
color: #311C73;
}
</style>
background-color css
<style>
a { background-color: #311C73; }
a { background-color: rgb(49,28,115); }
div.DivClassName
{
background-color: #311C73;
}
.BgClassName
{
background-color: #311C73;
}
</style>
border-color css
<style>
span { border-color: #311C73; }
span { border-color: rgb(49,28,115); }
td.TdClassName
{
border-color: #311C73;
}
.TagClassName
{
border-color: #311C73;
}
</style>