Shades of Persian Indigo #31198A
Tints of Persian Indigo #31198A
RGB
CMYK
RGB Variations
Color information
#31198A (or 0x31198A) is known color: Persian Indigo. HEX triplet: 31, 19 and 8A. RGB value is (49,25,138). Sum of RGB (Red+Green+Blue) = 49+25+138=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #31198A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31198A is #CEE675. Grayscale: #2C2C2C. Windows color (decimal): -13559414 or 9050417. OLE color: 9050417.
HSL color Cylindrical-coordinate representation of color #31198A: hue angle of 252.74º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31198A is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 25 | 138 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.46 |
| HSL | 252.74º | 0.69% | 0.32% | - |
| HSV(B) | 252.74º | 0.82% | 0.54% | - |
| XYZ | 6.2 | 3.18 | 24.33 | - |
| YUV | 45.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 138 | 0.64 | 0.82 | 0 | 0.46 | 252.74 | 0.69 | 0.32 |
| Hex | 31 | 19 | 8A | 40 | 52 | 0 | 2E | FD | 45 | 20 |
| Octal | 61 | 31 | 212 | 100 | 122 | 0 | 56 | 375 | 105 | 40 |
| Binary | 110001 | 11001 | 10001010 | 1000000 | 1010010 | 0 | 101110 | 11111101 | 1000101 | 100000 |
Color Harmonies of #31198A
Complementary color
Monochromatic Colors of #31198A
Black with #31198A
Text Example
Text Example
White with #31198A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31198A; }
p { color: rgb(49,25,138); }
H1.HeaderClassName
{
color: #31198A;
}
.AnyTagClassName
{
color: #31198A;
}
</style>
background-color css
<style>
a { background-color: #31198A; }
a { background-color: rgb(49,25,138); }
div.DivClassName
{
background-color: #31198A;
}
.BgClassName
{
background-color: #31198A;
}
</style>
border-color css
<style>
span { border-color: #31198A; }
span { border-color: rgb(49,25,138); }
td.TdClassName
{
border-color: #31198A;
}
.TagClassName
{
border-color: #31198A;
}
</style>