Shades of Persian Indigo #311C78
Tints of Persian Indigo #311C78
RGB
CMYK
RGB Variations
Color information
#311C78 (or 0x311C78) is known color: Persian Indigo. HEX triplet: 31, 1C and 78. RGB value is (49,28,120). Sum of RGB (Red+Green+Blue) = 49+28+120=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #311C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C78 is #CEE387. Grayscale: #2C2C2C. Windows color (decimal): -13558664 or 7871537. OLE color: 7871537.
HSL color Cylindrical-coordinate representation of color #311C78: hue angle of 253.7º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311C78 is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 49 | 28 | 120 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.53 |
| HSL | 253.7º | 0.62% | 0.29% | - |
| HSV(B) | 253.7º | 0.77% | 0.47% | - |
| XYZ | 5.07 | 2.84 | 18.05 | - |
| YUV | 44.77 | 170.46 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 120 | 0.59 | 0.77 | 0 | 0.53 | 253.7 | 0.62 | 0.29 |
| Hex | 31 | 1C | 78 | 3B | 4D | 0 | 35 | FE | 3E | 1D |
| Octal | 61 | 34 | 170 | 73 | 115 | 0 | 65 | 376 | 76 | 35 |
| Binary | 110001 | 11100 | 1111000 | 111011 | 1001101 | 0 | 110101 | 11111110 | 111110 | 11101 |
Color Harmonies of #311C78
Complementary color
Monochromatic Colors of #311C78
Black with #311C78
Text Example
Text Example
White with #311C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C78; }
p { color: rgb(49,28,120); }
H1.HeaderClassName
{
color: #311C78;
}
.AnyTagClassName
{
color: #311C78;
}
</style>
background-color css
<style>
a { background-color: #311C78; }
a { background-color: rgb(49,28,120); }
div.DivClassName
{
background-color: #311C78;
}
.BgClassName
{
background-color: #311C78;
}
</style>
border-color css
<style>
span { border-color: #311C78; }
span { border-color: rgb(49,28,120); }
td.TdClassName
{
border-color: #311C78;
}
.TagClassName
{
border-color: #311C78;
}
</style>