Shades of Indigo #49086F
Tints of Indigo #49086F
RGB
CMYK
RGB Variations
Color information
#49086F (or 0x49086F) is known color: Indigo. HEX triplet: 49, 08 and 6F. RGB value is (73,8,111). Sum of RGB (Red+Green+Blue) = 73+8+111=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 8 (3.52% from 255 or 4.17% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #49086F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49086F is #B6F790. Grayscale: #262626. Windows color (decimal): -11990929 or 7276617. OLE color: 7276617.
HSL color Cylindrical-coordinate representation of color #49086F: hue angle of 277.86º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #49086F is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 8 | 111 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.56 |
| HSL | 277.86º | 0.87% | 0.23% | - |
| HSV(B) | 277.86º | 0.93% | 0.44% | - |
| XYZ | 5.7 | 2.74 | 15.27 | - |
| YUV | 39.18 | 168.53 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 111 | 0.34 | 0.93 | 0 | 0.56 | 277.86 | 0.87 | 0.23 |
| Hex | 49 | 8 | 6F | 22 | 5D | 0 | 38 | 116 | 57 | 17 |
| Octal | 111 | 10 | 157 | 42 | 135 | 0 | 70 | 426 | 127 | 27 |
| Binary | 1001001 | 1000 | 1101111 | 100010 | 1011101 | 0 | 111000 | 100010110 | 1010111 | 10111 |
Color Harmonies of #49086F
Complementary color
Monochromatic Colors of #49086F
Black with #49086F
Text Example
Text Example
White with #49086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49086F; }
p { color: rgb(73,8,111); }
H1.HeaderClassName
{
color: #49086F;
}
.AnyTagClassName
{
color: #49086F;
}
</style>
background-color css
<style>
a { background-color: #49086F; }
a { background-color: rgb(73,8,111); }
div.DivClassName
{
background-color: #49086F;
}
.BgClassName
{
background-color: #49086F;
}
</style>
border-color css
<style>
span { border-color: #49086F; }
span { border-color: rgb(73,8,111); }
td.TdClassName
{
border-color: #49086F;
}
.TagClassName
{
border-color: #49086F;
}
</style>