Shades of Persian Indigo #311192
Tints of Persian Indigo #311192
RGB
CMYK
RGB Variations
Color information
#311192 (or 0x311192) is known color: Persian Indigo. HEX triplet: 31, 11 and 92. RGB value is (49,17,146). Sum of RGB (Red+Green+Blue) = 49+17+146=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #311192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #311192 is #CEEE6D. Grayscale: #282828. Windows color (decimal): -13561454 or 9572657. OLE color: 9572657.
HSL color Cylindrical-coordinate representation of color #311192: hue angle of 254.88º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311192 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 17 | 146 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.43 |
| HSL | 254.88º | 0.79% | 0.32% | - |
| HSV(B) | 254.88º | 0.88% | 0.57% | - |
| XYZ | 6.66 | 3.13 | 27.45 | - |
| YUV | 41.27 | 187.1 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 146 | 0.66 | 0.88 | 0 | 0.43 | 254.88 | 0.79 | 0.32 |
| Hex | 31 | 11 | 92 | 42 | 58 | 0 | 2B | FF | 4F | 20 |
| Octal | 61 | 21 | 222 | 102 | 130 | 0 | 53 | 377 | 117 | 40 |
| Binary | 110001 | 10001 | 10010010 | 1000010 | 1011000 | 0 | 101011 | 11111111 | 1001111 | 100000 |
Color Harmonies of #311192
Complementary color
Monochromatic Colors of #311192
Black with #311192
Text Example
Text Example
White with #311192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311192; }
p { color: rgb(49,17,146); }
H1.HeaderClassName
{
color: #311192;
}
.AnyTagClassName
{
color: #311192;
}
</style>
background-color css
<style>
a { background-color: #311192; }
a { background-color: rgb(49,17,146); }
div.DivClassName
{
background-color: #311192;
}
.BgClassName
{
background-color: #311192;
}
</style>
border-color css
<style>
span { border-color: #311192; }
span { border-color: rgb(49,17,146); }
td.TdClassName
{
border-color: #311192;
}
.TagClassName
{
border-color: #311192;
}
</style>