Shades of Indigo #49106C
Tints of Indigo #49106C
RGB
CMYK
RGB Variations
Color information
#49106C (or 0x49106C) is known color: Indigo. HEX triplet: 49, 10 and 6C. RGB value is (73,16,108). Sum of RGB (Red+Green+Blue) = 73+16+108=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #49106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49106C is #B6EF93. Grayscale: #2B2B2B. Windows color (decimal): -11988884 or 7082057. OLE color: 7082057.
HSL color Cylindrical-coordinate representation of color #49106C: hue angle of 277.17º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49106C is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 16 | 108 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.58 |
| HSL | 277.17º | 0.74% | 0.24% | - |
| HSV(B) | 277.17º | 0.85% | 0.42% | - |
| XYZ | 5.64 | 2.87 | 14.44 | - |
| YUV | 43.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 16 | 108 | 0.32 | 0.85 | 0 | 0.58 | 277.17 | 0.74 | 0.24 |
| Hex | 49 | 10 | 6C | 20 | 55 | 0 | 3A | 115 | 4A | 18 |
| Octal | 111 | 20 | 154 | 40 | 125 | 0 | 72 | 425 | 112 | 30 |
| Binary | 1001001 | 10000 | 1101100 | 100000 | 1010101 | 0 | 111010 | 100010101 | 1001010 | 11000 |
Color Harmonies of #49106C
Complementary color
Monochromatic Colors of #49106C
Black with #49106C
Text Example
Text Example
White with #49106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49106C; }
p { color: rgb(73,16,108); }
H1.HeaderClassName
{
color: #49106C;
}
.AnyTagClassName
{
color: #49106C;
}
</style>
background-color css
<style>
a { background-color: #49106C; }
a { background-color: rgb(73,16,108); }
div.DivClassName
{
background-color: #49106C;
}
.BgClassName
{
background-color: #49106C;
}
</style>
border-color css
<style>
span { border-color: #49106C; }
span { border-color: rgb(73,16,108); }
td.TdClassName
{
border-color: #49106C;
}
.TagClassName
{
border-color: #49106C;
}
</style>