Shades of Indigo #49079D
Tints of Indigo #49079D
RGB
CMYK
RGB Variations
Color information
#49079D (or 0x49079D) is known color: Indigo. HEX triplet: 49, 07 and 9D. RGB value is (73,7,157). Sum of RGB (Red+Green+Blue) = 73+7+157=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #49079D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49079D is #B6F862. Grayscale: #2B2B2B. Windows color (decimal): -11991139 or 10291017. OLE color: 10291017.
HSL color Cylindrical-coordinate representation of color #49079D: hue angle of 266.4º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49079D is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 7 | 157 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.38 |
| HSL | 266.4º | 0.91% | 0.32% | - |
| HSV(B) | 266.4º | 0.96% | 0.62% | - |
| XYZ | 8.91 | 4 | 32.2 | - |
| YUV | 43.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 157 | 0.54 | 0.96 | 0 | 0.38 | 266.4 | 0.91 | 0.32 |
| Hex | 49 | 7 | 9D | 36 | 60 | 0 | 26 | 10A | 5B | 20 |
| Octal | 111 | 7 | 235 | 66 | 140 | 0 | 46 | 412 | 133 | 40 |
| Binary | 1001001 | 111 | 10011101 | 110110 | 1100000 | 0 | 100110 | 100001010 | 1011011 | 100000 |
Color Harmonies of #49079D
Complementary color
Monochromatic Colors of #49079D
Black with #49079D
Text Example
Text Example
White with #49079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49079D; }
p { color: rgb(73,7,157); }
H1.HeaderClassName
{
color: #49079D;
}
.AnyTagClassName
{
color: #49079D;
}
</style>
background-color css
<style>
a { background-color: #49079D; }
a { background-color: rgb(73,7,157); }
div.DivClassName
{
background-color: #49079D;
}
.BgClassName
{
background-color: #49079D;
}
</style>
border-color css
<style>
span { border-color: #49079D; }
span { border-color: rgb(73,7,157); }
td.TdClassName
{
border-color: #49079D;
}
.TagClassName
{
border-color: #49079D;
}
</style>