Shades of Persian Indigo #31199D
Tints of Persian Indigo #31199D
RGB
CMYK
RGB Variations
Color information
#31199D (or 0x31199D) is known color: Persian Indigo. HEX triplet: 31, 19 and 9D. RGB value is (49,25,157). Sum of RGB (Red+Green+Blue) = 49+25+157=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #31199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31199D is #CEE662. Grayscale: #2E2E2E. Windows color (decimal): -13559395 or 10295601. OLE color: 10295601.
HSL color Cylindrical-coordinate representation of color #31199D: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31199D is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 25 | 157 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.38 |
| HSL | 250.91º | 0.73% | 0.36% | - |
| HSV(B) | 250.91º | 0.84% | 0.62% | - |
| XYZ | 7.7 | 3.78 | 32.22 | - |
| YUV | 47.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 157 | 0.69 | 0.84 | 0 | 0.38 | 250.91 | 0.73 | 0.36 |
| Hex | 31 | 19 | 9D | 45 | 54 | 0 | 26 | FB | 49 | 24 |
| Octal | 61 | 31 | 235 | 105 | 124 | 0 | 46 | 373 | 111 | 44 |
| Binary | 110001 | 11001 | 10011101 | 1000101 | 1010100 | 0 | 100110 | 11111011 | 1001001 | 100100 |
Color Harmonies of #31199D
Complementary color
Monochromatic Colors of #31199D
Black with #31199D
Text Example
Text Example
White with #31199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31199D; }
p { color: rgb(49,25,157); }
H1.HeaderClassName
{
color: #31199D;
}
.AnyTagClassName
{
color: #31199D;
}
</style>
background-color css
<style>
a { background-color: #31199D; }
a { background-color: rgb(49,25,157); }
div.DivClassName
{
background-color: #31199D;
}
.BgClassName
{
background-color: #31199D;
}
</style>
border-color css
<style>
span { border-color: #31199D; }
span { border-color: rgb(49,25,157); }
td.TdClassName
{
border-color: #31199D;
}
.TagClassName
{
border-color: #31199D;
}
</style>