Shades of Indigo #49026C
Tints of Indigo #49026C
RGB
CMYK
RGB Variations
Color information
#49026C (or 0x49026C) is known color: Indigo. HEX triplet: 49, 02 and 6C. RGB value is (73,2,108). Sum of RGB (Red+Green+Blue) = 73+2+108=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 108 (42.58% from 255 or 59.02% from 183); Max value from RGB is 108 - color contains mainly: blue. Hex color #49026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49026C is #B6FD93. Grayscale: #222222. Windows color (decimal): -11992468 or 7078473. OLE color: 7078473.
HSL color Cylindrical-coordinate representation of color #49026C: hue angle of 280.19º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49026C is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 2 | 108 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.58 |
| HSL | 280.19º | 0.96% | 0.22% | - |
| HSV(B) | 280.19º | 0.98% | 0.42% | - |
| XYZ | 5.48 | 2.54 | 14.39 | - |
| YUV | 35.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 108 | 0.32 | 0.98 | 0 | 0.58 | 280.19 | 0.96 | 0.22 |
| Hex | 49 | 2 | 6C | 20 | 62 | 0 | 3A | 118 | 60 | 16 |
| Octal | 111 | 2 | 154 | 40 | 142 | 0 | 72 | 430 | 140 | 26 |
| Binary | 1001001 | 10 | 1101100 | 100000 | 1100010 | 0 | 111010 | 100011000 | 1100000 | 10110 |
Color Harmonies of #49026C
Complementary color
Monochromatic Colors of #49026C
Black with #49026C
Text Example
Text Example
White with #49026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49026C; }
p { color: rgb(73,2,108); }
H1.HeaderClassName
{
color: #49026C;
}
.AnyTagClassName
{
color: #49026C;
}
</style>
background-color css
<style>
a { background-color: #49026C; }
a { background-color: rgb(73,2,108); }
div.DivClassName
{
background-color: #49026C;
}
.BgClassName
{
background-color: #49026C;
}
</style>
border-color css
<style>
span { border-color: #49026C; }
span { border-color: rgb(73,2,108); }
td.TdClassName
{
border-color: #49026C;
}
.TagClassName
{
border-color: #49026C;
}
</style>