Shades of Persian Indigo #31108D
Tints of Persian Indigo #31108D
RGB
CMYK
RGB Variations
Color information
#31108D (or 0x31108D) is known color: Persian Indigo. HEX triplet: 31, 10 and 8D. RGB value is (49,16,141). Sum of RGB (Red+Green+Blue) = 49+16+141=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 141 (55.47% from 255 or 68.45% from 206); Max value from RGB is 141 - color contains mainly: blue. Hex color #31108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31108D is #CEEF72. Grayscale: #272727. Windows color (decimal): -13561715 or 9244721. OLE color: 9244721.
HSL color Cylindrical-coordinate representation of color #31108D: hue angle of 255.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31108D is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 16 | 141 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.45 |
| HSL | 255.84º | 0.8% | 0.31% | - |
| HSV(B) | 255.84º | 0.89% | 0.55% | - |
| XYZ | 6.26 | 2.95 | 25.44 | - |
| YUV | 40.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 141 | 0.65 | 0.89 | 0 | 0.45 | 255.84 | 0.8 | 0.31 |
| Hex | 31 | 10 | 8D | 41 | 59 | 0 | 2D | 100 | 50 | 1F |
| Octal | 61 | 20 | 215 | 101 | 131 | 0 | 55 | 400 | 120 | 37 |
| Binary | 110001 | 10000 | 10001101 | 1000001 | 1011001 | 0 | 101101 | 100000000 | 1010000 | 11111 |
Color Harmonies of #31108D
Complementary color
Monochromatic Colors of #31108D
Black with #31108D
Text Example
Text Example
White with #31108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31108D; }
p { color: rgb(49,16,141); }
H1.HeaderClassName
{
color: #31108D;
}
.AnyTagClassName
{
color: #31108D;
}
</style>
background-color css
<style>
a { background-color: #31108D; }
a { background-color: rgb(49,16,141); }
div.DivClassName
{
background-color: #31108D;
}
.BgClassName
{
background-color: #31108D;
}
</style>
border-color css
<style>
span { border-color: #31108D; }
span { border-color: rgb(49,16,141); }
td.TdClassName
{
border-color: #31108D;
}
.TagClassName
{
border-color: #31108D;
}
</style>