Shades of Indigo #491476
Tints of Indigo #491476
RGB
CMYK
RGB Variations
Color information
#491476 (or 0x491476) is known color: Indigo. HEX triplet: 49, 14 and 76. RGB value is (73,20,118). Sum of RGB (Red+Green+Blue) = 73+20+118=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #491476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491476 is #B6EB89. Grayscale: #2E2E2E. Windows color (decimal): -11987850 or 7738441. OLE color: 7738441.
HSL color Cylindrical-coordinate representation of color #491476: hue angle of 272.45º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491476 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 20 | 118 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.54 |
| HSL | 272.45º | 0.71% | 0.27% | - |
| HSV(B) | 272.45º | 0.83% | 0.46% | - |
| XYZ | 6.27 | 3.22 | 17.43 | - |
| YUV | 47.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 118 | 0.38 | 0.83 | 0 | 0.54 | 272.45 | 0.71 | 0.27 |
| Hex | 49 | 14 | 76 | 26 | 53 | 0 | 36 | 110 | 47 | 1B |
| Octal | 111 | 24 | 166 | 46 | 123 | 0 | 66 | 420 | 107 | 33 |
| Binary | 1001001 | 10100 | 1110110 | 100110 | 1010011 | 0 | 110110 | 100010000 | 1000111 | 11011 |
Color Harmonies of #491476
Complementary color
Monochromatic Colors of #491476
Black with #491476
Text Example
Text Example
White with #491476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491476; }
p { color: rgb(73,20,118); }
H1.HeaderClassName
{
color: #491476;
}
.AnyTagClassName
{
color: #491476;
}
</style>
background-color css
<style>
a { background-color: #491476; }
a { background-color: rgb(73,20,118); }
div.DivClassName
{
background-color: #491476;
}
.BgClassName
{
background-color: #491476;
}
</style>
border-color css
<style>
span { border-color: #491476; }
span { border-color: rgb(73,20,118); }
td.TdClassName
{
border-color: #491476;
}
.TagClassName
{
border-color: #491476;
}
</style>