Shades of Persian Indigo #31109D
Tints of Persian Indigo #31109D
RGB
CMYK
RGB Variations
Color information
#31109D (or 0x31109D) is known color: Persian Indigo. HEX triplet: 31, 10 and 9D. RGB value is (49,16,157). Sum of RGB (Red+Green+Blue) = 49+16+157=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 157 (61.72% from 255 or 70.72% from 222); Max value from RGB is 157 - color contains mainly: blue. Hex color #31109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31109D is #CEEF62. Grayscale: #292929. Windows color (decimal): -13561699 or 10293297. OLE color: 10293297.
HSL color Cylindrical-coordinate representation of color #31109D: hue angle of 254.04º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31109D is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 16 | 157 | - |
| CMYK | 0.69 | 0.90 | 0 | 0.38 |
| HSL | 254.04º | 0.82% | 0.34% | - |
| HSV(B) | 254.04º | 0.9% | 0.62% | - |
| XYZ | 7.54 | 3.46 | 32.17 | - |
| YUV | 41.94 | 192.93 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 157 | 0.69 | 0.90 | 0 | 0.38 | 254.04 | 0.82 | 0.34 |
| Hex | 31 | 10 | 9D | 45 | 5A | 0 | 26 | FE | 52 | 22 |
| Octal | 61 | 20 | 235 | 105 | 132 | 0 | 46 | 376 | 122 | 42 |
| Binary | 110001 | 10000 | 10011101 | 1000101 | 1011010 | 0 | 100110 | 11111110 | 1010010 | 100010 |
Color Harmonies of #31109D
Complementary color
Monochromatic Colors of #31109D
Black with #31109D
Text Example
Text Example
White with #31109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31109D; }
p { color: rgb(49,16,157); }
H1.HeaderClassName
{
color: #31109D;
}
.AnyTagClassName
{
color: #31109D;
}
</style>
background-color css
<style>
a { background-color: #31109D; }
a { background-color: rgb(49,16,157); }
div.DivClassName
{
background-color: #31109D;
}
.BgClassName
{
background-color: #31109D;
}
</style>
border-color css
<style>
span { border-color: #31109D; }
span { border-color: rgb(49,16,157); }
td.TdClassName
{
border-color: #31109D;
}
.TagClassName
{
border-color: #31109D;
}
</style>