Shades of Indigo #49086E
Tints of Indigo #49086E
RGB
CMYK
RGB Variations
Color information
#49086E (or 0x49086E) is known color: Indigo. HEX triplet: 49, 08 and 6E. RGB value is (73,8,110). Sum of RGB (Red+Green+Blue) = 73+8+110=191 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.22% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #49086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49086E is #B6F791. Grayscale: #262626. Windows color (decimal): -11990930 or 7211081. OLE color: 7211081.
HSL color Cylindrical-coordinate representation of color #49086E: hue angle of 278.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49086E is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 8 | 110 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.57 |
| HSL | 278.24º | 0.86% | 0.23% | - |
| HSV(B) | 278.24º | 0.93% | 0.43% | - |
| XYZ | 5.65 | 2.72 | 14.98 | - |
| YUV | 39.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 110 | 0.34 | 0.93 | 0 | 0.57 | 278.24 | 0.86 | 0.23 |
| Hex | 49 | 8 | 6E | 22 | 5D | 0 | 39 | 116 | 56 | 17 |
| Octal | 111 | 10 | 156 | 42 | 135 | 0 | 71 | 426 | 126 | 27 |
| Binary | 1001001 | 1000 | 1101110 | 100010 | 1011101 | 0 | 111001 | 100010110 | 1010110 | 10111 |
Color Harmonies of #49086E
Complementary color
Monochromatic Colors of #49086E
Black with #49086E
Text Example
Text Example
White with #49086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49086E; }
p { color: rgb(73,8,110); }
H1.HeaderClassName
{
color: #49086E;
}
.AnyTagClassName
{
color: #49086E;
}
</style>
background-color css
<style>
a { background-color: #49086E; }
a { background-color: rgb(73,8,110); }
div.DivClassName
{
background-color: #49086E;
}
.BgClassName
{
background-color: #49086E;
}
</style>
border-color css
<style>
span { border-color: #49086E; }
span { border-color: rgb(73,8,110); }
td.TdClassName
{
border-color: #49086E;
}
.TagClassName
{
border-color: #49086E;
}
</style>