Shades of Indigo #49046B
Tints of Indigo #49046B
RGB
CMYK
RGB Variations
Color information
#49046B (or 0x49046B) is known color: Indigo. HEX triplet: 49, 04 and 6B. RGB value is (73,4,107). Sum of RGB (Red+Green+Blue) = 73+4+107=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 4 (1.95% from 255 or 2.17% from 184); Blue value is 107 (42.19% from 255 or 58.15% from 184); Max value from RGB is 107 - color contains mainly: blue. Hex color #49046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49046B is #B6FB94. Grayscale: #242424. Windows color (decimal): -11991957 or 7013449. OLE color: 7013449.
HSL color Cylindrical-coordinate representation of color #49046B: hue angle of 280.19º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49046B is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 4 | 107 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.58 |
| HSL | 280.19º | 0.93% | 0.22% | - |
| HSV(B) | 280.19º | 0.96% | 0.42% | - |
| XYZ | 5.44 | 2.56 | 14.12 | - |
| YUV | 36.37 | 167.86 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 107 | 0.32 | 0.96 | 0 | 0.58 | 280.19 | 0.93 | 0.22 |
| Hex | 49 | 4 | 6B | 20 | 60 | 0 | 3A | 118 | 5D | 16 |
| Octal | 111 | 4 | 153 | 40 | 140 | 0 | 72 | 430 | 135 | 26 |
| Binary | 1001001 | 100 | 1101011 | 100000 | 1100000 | 0 | 111010 | 100011000 | 1011101 | 10110 |
Color Harmonies of #49046B
Complementary color
Monochromatic Colors of #49046B
Black with #49046B
Text Example
Text Example
White with #49046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49046B; }
p { color: rgb(73,4,107); }
H1.HeaderClassName
{
color: #49046B;
}
.AnyTagClassName
{
color: #49046B;
}
</style>
background-color css
<style>
a { background-color: #49046B; }
a { background-color: rgb(73,4,107); }
div.DivClassName
{
background-color: #49046B;
}
.BgClassName
{
background-color: #49046B;
}
</style>
border-color css
<style>
span { border-color: #49046B; }
span { border-color: rgb(73,4,107); }
td.TdClassName
{
border-color: #49046B;
}
.TagClassName
{
border-color: #49046B;
}
</style>