Shades of Persian Indigo #31088E
Tints of Persian Indigo #31088E
RGB
CMYK
RGB Variations
Color information
#31088E (or 0x31088E) is known color: Persian Indigo. HEX triplet: 31, 08 and 8E. RGB value is (49,8,142). Sum of RGB (Red+Green+Blue) = 49+8+142=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 142 (55.86% from 255 or 71.36% from 199); Max value from RGB is 142 - color contains mainly: blue. Hex color #31088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31088E is #CEF771. Grayscale: #232323. Windows color (decimal): -13563762 or 9308209. OLE color: 9308209.
HSL color Cylindrical-coordinate representation of color #31088E: hue angle of 258.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31088E is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 8 | 142 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.44 |
| HSL | 258.36º | 0.89% | 0.29% | - |
| HSV(B) | 258.36º | 0.94% | 0.56% | - |
| XYZ | 6.24 | 2.78 | 25.8 | - |
| YUV | 35.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 8 | 142 | 0.65 | 0.94 | 0 | 0.44 | 258.36 | 0.89 | 0.29 |
| Hex | 31 | 8 | 8E | 41 | 5E | 0 | 2C | 102 | 59 | 1D |
| Octal | 61 | 10 | 216 | 101 | 136 | 0 | 54 | 402 | 131 | 35 |
| Binary | 110001 | 1000 | 10001110 | 1000001 | 1011110 | 0 | 101100 | 100000010 | 1011001 | 11101 |
Color Harmonies of #31088E
Complementary color
Monochromatic Colors of #31088E
Black with #31088E
Text Example
Text Example
White with #31088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31088E; }
p { color: rgb(49,8,142); }
H1.HeaderClassName
{
color: #31088E;
}
.AnyTagClassName
{
color: #31088E;
}
</style>
background-color css
<style>
a { background-color: #31088E; }
a { background-color: rgb(49,8,142); }
div.DivClassName
{
background-color: #31088E;
}
.BgClassName
{
background-color: #31088E;
}
</style>
border-color css
<style>
span { border-color: #31088E; }
span { border-color: rgb(49,8,142); }
td.TdClassName
{
border-color: #31088E;
}
.TagClassName
{
border-color: #31088E;
}
</style>