Shades of Persian Indigo #31116C
Tints of Persian Indigo #31116C
RGB
CMYK
RGB Variations
Color information
#31116C (or 0x31116C) is known color: Persian Indigo. HEX triplet: 31, 11 and 6C. RGB value is (49,17,108). Sum of RGB (Red+Green+Blue) = 49+17+108=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 108 (42.58% from 255 or 62.07% from 174); Max value from RGB is 108 - color contains mainly: blue. Hex color #31116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31116C is #CEEE93. Grayscale: #242424. Windows color (decimal): -13561492 or 7082289. OLE color: 7082289.
HSL color Cylindrical-coordinate representation of color #31116C: hue angle of 261.1º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31116C is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 49 | 17 | 108 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.58 |
| HSL | 261.1º | 0.73% | 0.25% | - |
| HSV(B) | 261.1º | 0.84% | 0.42% | - |
| XYZ | 4.17 | 2.14 | 14.38 | - |
| YUV | 36.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 108 | 0.55 | 0.84 | 0 | 0.58 | 261.1 | 0.73 | 0.25 |
| Hex | 31 | 11 | 6C | 37 | 54 | 0 | 3A | 105 | 49 | 19 |
| Octal | 61 | 21 | 154 | 67 | 124 | 0 | 72 | 405 | 111 | 31 |
| Binary | 110001 | 10001 | 1101100 | 110111 | 1010100 | 0 | 111010 | 100000101 | 1001001 | 11001 |
Color Harmonies of #31116C
Complementary color
Monochromatic Colors of #31116C
Black with #31116C
Text Example
Text Example
White with #31116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31116C; }
p { color: rgb(49,17,108); }
H1.HeaderClassName
{
color: #31116C;
}
.AnyTagClassName
{
color: #31116C;
}
</style>
background-color css
<style>
a { background-color: #31116C; }
a { background-color: rgb(49,17,108); }
div.DivClassName
{
background-color: #31116C;
}
.BgClassName
{
background-color: #31116C;
}
</style>
border-color css
<style>
span { border-color: #31116C; }
span { border-color: rgb(49,17,108); }
td.TdClassName
{
border-color: #31116C;
}
.TagClassName
{
border-color: #31116C;
}
</style>