Shades of Persian Indigo #311D78
Tints of Persian Indigo #311D78
RGB
CMYK
RGB Variations
Color information
#311D78 (or 0x311D78) is known color: Persian Indigo. HEX triplet: 31, 1D and 78. RGB value is (49,29,120). Sum of RGB (Red+Green+Blue) = 49+29+120=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #311D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D78 is #CEE287. Grayscale: #2D2D2D. Windows color (decimal): -13558408 or 7871793. OLE color: 7871793.
HSL color Cylindrical-coordinate representation of color #311D78: hue angle of 253.19º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #311D78 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 29 | 120 | - |
| CMYK | 0.59 | 0.76 | 0 | 0.53 |
| HSL | 253.19º | 0.61% | 0.29% | - |
| HSV(B) | 253.19º | 0.76% | 0.47% | - |
| XYZ | 5.1 | 2.89 | 18.06 | - |
| YUV | 45.35 | 170.13 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 120 | 0.59 | 0.76 | 0 | 0.53 | 253.19 | 0.61 | 0.29 |
| Hex | 31 | 1D | 78 | 3B | 4C | 0 | 35 | FD | 3D | 1D |
| Octal | 61 | 35 | 170 | 73 | 114 | 0 | 65 | 375 | 75 | 35 |
| Binary | 110001 | 11101 | 1111000 | 111011 | 1001100 | 0 | 110101 | 11111101 | 111101 | 11101 |
Color Harmonies of #311D78
Complementary color
Monochromatic Colors of #311D78
Black with #311D78
Text Example
Text Example
White with #311D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D78; }
p { color: rgb(49,29,120); }
H1.HeaderClassName
{
color: #311D78;
}
.AnyTagClassName
{
color: #311D78;
}
</style>
background-color css
<style>
a { background-color: #311D78; }
a { background-color: rgb(49,29,120); }
div.DivClassName
{
background-color: #311D78;
}
.BgClassName
{
background-color: #311D78;
}
</style>
border-color css
<style>
span { border-color: #311D78; }
span { border-color: rgb(49,29,120); }
td.TdClassName
{
border-color: #311D78;
}
.TagClassName
{
border-color: #311D78;
}
</style>