Shades of Persian Indigo #31008D
Tints of Persian Indigo #31008D
RGB
CMYK
RGB Variations
Color information
#31008D (or 0x31008D) is known color: Persian Indigo. HEX triplet: 31, 00 and 8D. RGB value is (49,0,141). Sum of RGB (Red+Green+Blue) = 49+0+141=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 0 (0.39% from 255 or 0% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #31008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31008D is #CEFF72. Grayscale: #1E1E1E. Windows color (decimal): -13565811 or 9240625. OLE color: 9240625.
HSL color Cylindrical-coordinate representation of color #31008D: hue angle of 260.85º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31008D is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 0 | 141 | - |
| CMYK | 0.65 | 1 | 0 | 0.45 |
| HSL | 260.85º | 1% | 0.28% | - |
| HSV(B) | 260.85º | 1% | 0.55% | - |
| XYZ | 6.07 | 2.58 | 25.38 | - |
| YUV | 30.73 | 190.23 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 141 | 0.65 | 1 | 0 | 0.45 | 260.85 | 1 | 0.28 |
| Hex | 31 | 0 | 8D | 41 | 64 | 0 | 2D | 105 | 64 | 1C |
| Octal | 61 | 0 | 215 | 101 | 144 | 0 | 55 | 405 | 144 | 34 |
| Binary | 110001 | 0 | 10001101 | 1000001 | 1100100 | 0 | 101101 | 100000101 | 1100100 | 11100 |
Color Harmonies of #31008D
Complementary color
Monochromatic Colors of #31008D
Black with #31008D
Text Example
Text Example
White with #31008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31008D; }
p { color: rgb(49,0,141); }
H1.HeaderClassName
{
color: #31008D;
}
.AnyTagClassName
{
color: #31008D;
}
</style>
background-color css
<style>
a { background-color: #31008D; }
a { background-color: rgb(49,0,141); }
div.DivClassName
{
background-color: #31008D;
}
.BgClassName
{
background-color: #31008D;
}
</style>
border-color css
<style>
span { border-color: #31008D; }
span { border-color: rgb(49,0,141); }
td.TdClassName
{
border-color: #31008D;
}
.TagClassName
{
border-color: #31008D;
}
</style>