Shades of Persian Indigo #31149D
Tints of Persian Indigo #31149D
RGB
CMYK
RGB Variations
Color information
#31149D (or 0x31149D) is known color: Persian Indigo. HEX triplet: 31, 14 and 9D. RGB value is (49,20,157). Sum of RGB (Red+Green+Blue) = 49+20+157=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #31149D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #31149D is #CEEB62. Grayscale: #2B2B2B. Windows color (decimal): -13560675 or 10294321. OLE color: 10294321.
HSL color Cylindrical-coordinate representation of color #31149D: hue angle of 252.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31149D is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 20 | 157 | - |
| CMYK | 0.69 | 0.87 | 0 | 0.38 |
| HSL | 252.7º | 0.77% | 0.35% | - |
| HSV(B) | 252.7º | 0.87% | 0.62% | - |
| XYZ | 7.6 | 3.59 | 32.19 | - |
| YUV | 44.29 | 191.61 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 157 | 0.69 | 0.87 | 0 | 0.38 | 252.7 | 0.77 | 0.35 |
| Hex | 31 | 14 | 9D | 45 | 57 | 0 | 26 | FD | 4D | 23 |
| Octal | 61 | 24 | 235 | 105 | 127 | 0 | 46 | 375 | 115 | 43 |
| Binary | 110001 | 10100 | 10011101 | 1000101 | 1010111 | 0 | 100110 | 11111101 | 1001101 | 100011 |
Color Harmonies of #31149D
Complementary color
Monochromatic Colors of #31149D
Black with #31149D
Text Example
Text Example
White with #31149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31149D; }
p { color: rgb(49,20,157); }
H1.HeaderClassName
{
color: #31149D;
}
.AnyTagClassName
{
color: #31149D;
}
</style>
background-color css
<style>
a { background-color: #31149D; }
a { background-color: rgb(49,20,157); }
div.DivClassName
{
background-color: #31149D;
}
.BgClassName
{
background-color: #31149D;
}
</style>
border-color css
<style>
span { border-color: #31149D; }
span { border-color: rgb(49,20,157); }
td.TdClassName
{
border-color: #31149D;
}
.TagClassName
{
border-color: #31149D;
}
</style>