Shades of Indigo #49097F
Tints of Indigo #49097F
RGB
CMYK
RGB Variations
Color information
#49097F (or 0x49097F) is known color: Indigo. HEX triplet: 49, 09 and 7F. RGB value is (73,9,127). Sum of RGB (Red+Green+Blue) = 73+9+127=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #49097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49097F is #B6F680. Grayscale: #292929. Windows color (decimal): -11990657 or 8325449. OLE color: 8325449.
HSL color Cylindrical-coordinate representation of color #49097F: hue angle of 272.54º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49097F is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 9 | 127 | - |
| CMYK | 0.43 | 0.93 | 0 | 0.50 |
| HSL | 272.54º | 0.87% | 0.27% | - |
| HSV(B) | 272.54º | 0.93% | 0.5% | - |
| XYZ | 6.68 | 3.14 | 20.33 | - |
| YUV | 41.59 | 176.2 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 127 | 0.43 | 0.93 | 0 | 0.50 | 272.54 | 0.87 | 0.27 |
| Hex | 49 | 9 | 7F | 2B | 5D | 0 | 32 | 111 | 57 | 1B |
| Octal | 111 | 11 | 177 | 53 | 135 | 0 | 62 | 421 | 127 | 33 |
| Binary | 1001001 | 1001 | 1111111 | 101011 | 1011101 | 0 | 110010 | 100010001 | 1010111 | 11011 |
Color Harmonies of #49097F
Complementary color
Monochromatic Colors of #49097F
Black with #49097F
Text Example
Text Example
White with #49097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49097F; }
p { color: rgb(73,9,127); }
H1.HeaderClassName
{
color: #49097F;
}
.AnyTagClassName
{
color: #49097F;
}
</style>
background-color css
<style>
a { background-color: #49097F; }
a { background-color: rgb(73,9,127); }
div.DivClassName
{
background-color: #49097F;
}
.BgClassName
{
background-color: #49097F;
}
</style>
border-color css
<style>
span { border-color: #49097F; }
span { border-color: rgb(73,9,127); }
td.TdClassName
{
border-color: #49097F;
}
.TagClassName
{
border-color: #49097F;
}
</style>