Shades of Indigo #49038E
Tints of Indigo #49038E
RGB
CMYK
RGB Variations
Color information
#49038E (or 0x49038E) is known color: Indigo. HEX triplet: 49, 03 and 8E. RGB value is (73,3,142). Sum of RGB (Red+Green+Blue) = 73+3+142=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #49038E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49038E is #B6FC71. Grayscale: #272727. Windows color (decimal): -11992178 or 9306953. OLE color: 9306953.
HSL color Cylindrical-coordinate representation of color #49038E: hue angle of 270.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49038E is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 3 | 142 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.44 |
| HSL | 270.22º | 0.96% | 0.28% | - |
| HSV(B) | 270.22º | 0.98% | 0.56% | - |
| XYZ | 7.66 | 3.43 | 25.85 | - |
| YUV | 39.78 | 185.69 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 142 | 0.49 | 0.98 | 0 | 0.44 | 270.22 | 0.96 | 0.28 |
| Hex | 49 | 3 | 8E | 31 | 62 | 0 | 2C | 10E | 60 | 1C |
| Octal | 111 | 3 | 216 | 61 | 142 | 0 | 54 | 416 | 140 | 34 |
| Binary | 1001001 | 11 | 10001110 | 110001 | 1100010 | 0 | 101100 | 100001110 | 1100000 | 11100 |
Color Harmonies of #49038E
Complementary color
Monochromatic Colors of #49038E
Black with #49038E
Text Example
Text Example
White with #49038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49038E; }
p { color: rgb(73,3,142); }
H1.HeaderClassName
{
color: #49038E;
}
.AnyTagClassName
{
color: #49038E;
}
</style>
background-color css
<style>
a { background-color: #49038E; }
a { background-color: rgb(73,3,142); }
div.DivClassName
{
background-color: #49038E;
}
.BgClassName
{
background-color: #49038E;
}
</style>
border-color css
<style>
span { border-color: #49038E; }
span { border-color: rgb(73,3,142); }
td.TdClassName
{
border-color: #49038E;
}
.TagClassName
{
border-color: #49038E;
}
</style>