Shades of Persian Indigo #31117A
Tints of Persian Indigo #31117A
RGB
CMYK
RGB Variations
Color information
#31117A (or 0x31117A) is known color: Persian Indigo. HEX triplet: 31, 11 and 7A. RGB value is (49,17,122). Sum of RGB (Red+Green+Blue) = 49+17+122=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #31117A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31117A is #CEEE85. Grayscale: #262626. Windows color (decimal): -13561478 or 7999793. OLE color: 7999793.
HSL color Cylindrical-coordinate representation of color #31117A: hue angle of 258.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31117A is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 49 | 17 | 122 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.52 |
| HSL | 258.29º | 0.76% | 0.27% | - |
| HSV(B) | 258.29º | 0.86% | 0.48% | - |
| XYZ | 4.98 | 2.46 | 18.62 | - |
| YUV | 38.54 | 175.1 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 122 | 0.60 | 0.86 | 0 | 0.52 | 258.29 | 0.76 | 0.27 |
| Hex | 31 | 11 | 7A | 3C | 56 | 0 | 34 | 102 | 4C | 1B |
| Octal | 61 | 21 | 172 | 74 | 126 | 0 | 64 | 402 | 114 | 33 |
| Binary | 110001 | 10001 | 1111010 | 111100 | 1010110 | 0 | 110100 | 100000010 | 1001100 | 11011 |
Color Harmonies of #31117A
Complementary color
Monochromatic Colors of #31117A
Black with #31117A
Text Example
Text Example
White with #31117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31117A; }
p { color: rgb(49,17,122); }
H1.HeaderClassName
{
color: #31117A;
}
.AnyTagClassName
{
color: #31117A;
}
</style>
background-color css
<style>
a { background-color: #31117A; }
a { background-color: rgb(49,17,122); }
div.DivClassName
{
background-color: #31117A;
}
.BgClassName
{
background-color: #31117A;
}
</style>
border-color css
<style>
span { border-color: #31117A; }
span { border-color: rgb(49,17,122); }
td.TdClassName
{
border-color: #31117A;
}
.TagClassName
{
border-color: #31117A;
}
</style>