Shades of Indigo #49047E
Tints of Indigo #49047E
RGB
CMYK
RGB Variations
Color information
#49047E (or 0x49047E) is known color: Indigo. HEX triplet: 49, 04 and 7E. RGB value is (73,4,126). Sum of RGB (Red+Green+Blue) = 73+4+126=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #49047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49047E is #B6FB81. Grayscale: #262626. Windows color (decimal): -11991938 or 8258633. OLE color: 8258633.
HSL color Cylindrical-coordinate representation of color #49047E: hue angle of 273.93º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49047E is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 4 | 126 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.51 |
| HSL | 273.93º | 0.94% | 0.25% | - |
| HSV(B) | 273.93º | 0.97% | 0.49% | - |
| XYZ | 6.56 | 3.01 | 19.97 | - |
| YUV | 38.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 126 | 0.42 | 0.97 | 0 | 0.51 | 273.93 | 0.94 | 0.25 |
| Hex | 49 | 4 | 7E | 2A | 61 | 0 | 33 | 112 | 5E | 19 |
| Octal | 111 | 4 | 176 | 52 | 141 | 0 | 63 | 422 | 136 | 31 |
| Binary | 1001001 | 100 | 1111110 | 101010 | 1100001 | 0 | 110011 | 100010010 | 1011110 | 11001 |
Color Harmonies of #49047E
Complementary color
Monochromatic Colors of #49047E
Black with #49047E
Text Example
Text Example
White with #49047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49047E; }
p { color: rgb(73,4,126); }
H1.HeaderClassName
{
color: #49047E;
}
.AnyTagClassName
{
color: #49047E;
}
</style>
background-color css
<style>
a { background-color: #49047E; }
a { background-color: rgb(73,4,126); }
div.DivClassName
{
background-color: #49047E;
}
.BgClassName
{
background-color: #49047E;
}
</style>
border-color css
<style>
span { border-color: #49047E; }
span { border-color: rgb(73,4,126); }
td.TdClassName
{
border-color: #49047E;
}
.TagClassName
{
border-color: #49047E;
}
</style>