Shades of Indigo #491377
Tints of Indigo #491377
RGB
CMYK
RGB Variations
Color information
#491377 (or 0x491377) is known color: Indigo. HEX triplet: 49, 13 and 77. RGB value is (73,19,119). Sum of RGB (Red+Green+Blue) = 73+19+119=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #491377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491377 is #B6EC88. Grayscale: #2E2E2E. Windows color (decimal): -11988105 or 7803721. OLE color: 7803721.
HSL color Cylindrical-coordinate representation of color #491377: hue angle of 272.4º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491377 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 19 | 119 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.53 |
| HSL | 272.4º | 0.72% | 0.27% | - |
| HSV(B) | 272.4º | 0.84% | 0.47% | - |
| XYZ | 6.31 | 3.21 | 17.74 | - |
| YUV | 46.55 | 168.89 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 119 | 0.39 | 0.84 | 0 | 0.53 | 272.4 | 0.72 | 0.27 |
| Hex | 49 | 13 | 77 | 27 | 54 | 0 | 35 | 110 | 48 | 1B |
| Octal | 111 | 23 | 167 | 47 | 124 | 0 | 65 | 420 | 110 | 33 |
| Binary | 1001001 | 10011 | 1110111 | 100111 | 1010100 | 0 | 110101 | 100010000 | 1001000 | 11011 |
Color Harmonies of #491377
Complementary color
Monochromatic Colors of #491377
Black with #491377
Text Example
Text Example
White with #491377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491377; }
p { color: rgb(73,19,119); }
H1.HeaderClassName
{
color: #491377;
}
.AnyTagClassName
{
color: #491377;
}
</style>
background-color css
<style>
a { background-color: #491377; }
a { background-color: rgb(73,19,119); }
div.DivClassName
{
background-color: #491377;
}
.BgClassName
{
background-color: #491377;
}
</style>
border-color css
<style>
span { border-color: #491377; }
span { border-color: rgb(73,19,119); }
td.TdClassName
{
border-color: #491377;
}
.TagClassName
{
border-color: #491377;
}
</style>