Shades of Persian Indigo #31108F
Tints of Persian Indigo #31108F
RGB
CMYK
RGB Variations
Color information
#31108F (or 0x31108F) is known color: Persian Indigo. HEX triplet: 31, 10 and 8F. RGB value is (49,16,143). Sum of RGB (Red+Green+Blue) = 49+16+143=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 143 (56.25% from 255 or 68.75% from 208); Max value from RGB is 143 - color contains mainly: blue. Hex color #31108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31108F is #CEEF70. Grayscale: #272727. Windows color (decimal): -13561713 or 9375793. OLE color: 9375793.
HSL color Cylindrical-coordinate representation of color #31108F: hue angle of 255.59º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #31108F is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 16 | 143 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.44 |
| HSL | 255.59º | 0.8% | 0.31% | - |
| HSV(B) | 255.59º | 0.89% | 0.56% | - |
| XYZ | 6.41 | 3.01 | 26.23 | - |
| YUV | 40.35 | 185.93 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 143 | 0.66 | 0.89 | 0 | 0.44 | 255.59 | 0.8 | 0.31 |
| Hex | 31 | 10 | 8F | 42 | 59 | 0 | 2C | 100 | 50 | 1F |
| Octal | 61 | 20 | 217 | 102 | 131 | 0 | 54 | 400 | 120 | 37 |
| Binary | 110001 | 10000 | 10001111 | 1000010 | 1011001 | 0 | 101100 | 100000000 | 1010000 | 11111 |
Color Harmonies of #31108F
Complementary color
Monochromatic Colors of #31108F
Black with #31108F
Text Example
Text Example
White with #31108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31108F; }
p { color: rgb(49,16,143); }
H1.HeaderClassName
{
color: #31108F;
}
.AnyTagClassName
{
color: #31108F;
}
</style>
background-color css
<style>
a { background-color: #31108F; }
a { background-color: rgb(49,16,143); }
div.DivClassName
{
background-color: #31108F;
}
.BgClassName
{
background-color: #31108F;
}
</style>
border-color css
<style>
span { border-color: #31108F; }
span { border-color: rgb(49,16,143); }
td.TdClassName
{
border-color: #31108F;
}
.TagClassName
{
border-color: #31108F;
}
</style>