Shades of Indigo #49097E
Tints of Indigo #49097E
RGB
CMYK
RGB Variations
Color information
#49097E (or 0x49097E) is known color: Indigo. HEX triplet: 49, 09 and 7E. RGB value is (73,9,126). Sum of RGB (Red+Green+Blue) = 73+9+126=208 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.10% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 126 (49.61% from 255 or 60.58% from 208); Max value from RGB is 126 - color contains mainly: blue. Hex color #49097E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49097E is #B6F681. Grayscale: #292929. Windows color (decimal): -11990658 or 8259913. OLE color: 8259913.
HSL color Cylindrical-coordinate representation of color #49097E: hue angle of 272.82º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49097E is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 9 | 126 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.51 |
| HSL | 272.82º | 0.87% | 0.26% | - |
| HSV(B) | 272.82º | 0.93% | 0.49% | - |
| XYZ | 6.61 | 3.12 | 19.99 | - |
| YUV | 41.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 126 | 0.42 | 0.93 | 0 | 0.51 | 272.82 | 0.87 | 0.26 |
| Hex | 49 | 9 | 7E | 2A | 5D | 0 | 33 | 111 | 57 | 1A |
| Octal | 111 | 11 | 176 | 52 | 135 | 0 | 63 | 421 | 127 | 32 |
| Binary | 1001001 | 1001 | 1111110 | 101010 | 1011101 | 0 | 110011 | 100010001 | 1010111 | 11010 |
Color Harmonies of #49097E
Complementary color
Monochromatic Colors of #49097E
Black with #49097E
Text Example
Text Example
White with #49097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49097E; }
p { color: rgb(73,9,126); }
H1.HeaderClassName
{
color: #49097E;
}
.AnyTagClassName
{
color: #49097E;
}
</style>
background-color css
<style>
a { background-color: #49097E; }
a { background-color: rgb(73,9,126); }
div.DivClassName
{
background-color: #49097E;
}
.BgClassName
{
background-color: #49097E;
}
</style>
border-color css
<style>
span { border-color: #49097E; }
span { border-color: rgb(73,9,126); }
td.TdClassName
{
border-color: #49097E;
}
.TagClassName
{
border-color: #49097E;
}
</style>