Shades of Indigo #49098D
Tints of Indigo #49098D
RGB
CMYK
RGB Variations
Color information
#49098D (or 0x49098D) is known color: Indigo. HEX triplet: 49, 09 and 8D. RGB value is (73,9,141). Sum of RGB (Red+Green+Blue) = 73+9+141=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #49098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49098D is #B6F672. Grayscale: #2A2A2A. Windows color (decimal): -11990643 or 9242953. OLE color: 9242953.
HSL color Cylindrical-coordinate representation of color #49098D: hue angle of 269.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #49098D is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 9 | 141 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.45 |
| HSL | 269.09º | 0.88% | 0.29% | - |
| HSV(B) | 269.09º | 0.94% | 0.55% | - |
| XYZ | 7.65 | 3.53 | 25.48 | - |
| YUV | 43.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 141 | 0.48 | 0.94 | 0 | 0.45 | 269.09 | 0.88 | 0.29 |
| Hex | 49 | 9 | 8D | 30 | 5E | 0 | 2D | 10D | 58 | 1D |
| Octal | 111 | 11 | 215 | 60 | 136 | 0 | 55 | 415 | 130 | 35 |
| Binary | 1001001 | 1001 | 10001101 | 110000 | 1011110 | 0 | 101101 | 100001101 | 1011000 | 11101 |
Color Harmonies of #49098D
Complementary color
Monochromatic Colors of #49098D
Black with #49098D
Text Example
Text Example
White with #49098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49098D; }
p { color: rgb(73,9,141); }
H1.HeaderClassName
{
color: #49098D;
}
.AnyTagClassName
{
color: #49098D;
}
</style>
background-color css
<style>
a { background-color: #49098D; }
a { background-color: rgb(73,9,141); }
div.DivClassName
{
background-color: #49098D;
}
.BgClassName
{
background-color: #49098D;
}
</style>
border-color css
<style>
span { border-color: #49098D; }
span { border-color: rgb(73,9,141); }
td.TdClassName
{
border-color: #49098D;
}
.TagClassName
{
border-color: #49098D;
}
</style>