Shades of Indigo #49096B
Tints of Indigo #49096B
RGB
CMYK
RGB Variations
Color information
#49096B (or 0x49096B) is known color: Indigo. HEX triplet: 49, 09 and 6B. RGB value is (73,9,107). Sum of RGB (Red+Green+Blue) = 73+9+107=189 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.62% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #49096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49096B is #B6F694. Grayscale: #262626. Windows color (decimal): -11990677 or 7014729. OLE color: 7014729.
HSL color Cylindrical-coordinate representation of color #49096B: hue angle of 279.18º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49096B is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 9 | 107 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.58 |
| HSL | 279.18º | 0.84% | 0.23% | - |
| HSV(B) | 279.18º | 0.92% | 0.42% | - |
| XYZ | 5.5 | 2.67 | 14.14 | - |
| YUV | 39.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 9 | 107 | 0.32 | 0.92 | 0 | 0.58 | 279.18 | 0.84 | 0.23 |
| Hex | 49 | 9 | 6B | 20 | 5C | 0 | 3A | 117 | 54 | 17 |
| Octal | 111 | 11 | 153 | 40 | 134 | 0 | 72 | 427 | 124 | 27 |
| Binary | 1001001 | 1001 | 1101011 | 100000 | 1011100 | 0 | 111010 | 100010111 | 1010100 | 10111 |
Color Harmonies of #49096B
Complementary color
Monochromatic Colors of #49096B
Black with #49096B
Text Example
Text Example
White with #49096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49096B; }
p { color: rgb(73,9,107); }
H1.HeaderClassName
{
color: #49096B;
}
.AnyTagClassName
{
color: #49096B;
}
</style>
background-color css
<style>
a { background-color: #49096B; }
a { background-color: rgb(73,9,107); }
div.DivClassName
{
background-color: #49096B;
}
.BgClassName
{
background-color: #49096B;
}
</style>
border-color css
<style>
span { border-color: #49096B; }
span { border-color: rgb(73,9,107); }
td.TdClassName
{
border-color: #49096B;
}
.TagClassName
{
border-color: #49096B;
}
</style>