Shades of Indigo #49079F
Tints of Indigo #49079F
RGB
CMYK
RGB Variations
Color information
#49079F (or 0x49079F) is known color: Indigo. HEX triplet: 49, 07 and 9F. RGB value is (73,7,159). Sum of RGB (Red+Green+Blue) = 73+7+159=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #49079F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49079F is #B6F860. Grayscale: #2B2B2B. Windows color (decimal): -11991137 or 10422089. OLE color: 10422089.
HSL color Cylindrical-coordinate representation of color #49079F: hue angle of 266.05º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49079F is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 7 | 159 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.38 |
| HSL | 266.05º | 0.92% | 0.33% | - |
| HSV(B) | 266.05º | 0.96% | 0.62% | - |
| XYZ | 9.08 | 4.07 | 33.11 | - |
| YUV | 44.06 | 192.87 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 159 | 0.54 | 0.96 | 0 | 0.38 | 266.05 | 0.92 | 0.33 |
| Hex | 49 | 7 | 9F | 36 | 60 | 0 | 26 | 10A | 5C | 21 |
| Octal | 111 | 7 | 237 | 66 | 140 | 0 | 46 | 412 | 134 | 41 |
| Binary | 1001001 | 111 | 10011111 | 110110 | 1100000 | 0 | 100110 | 100001010 | 1011100 | 100001 |
Color Harmonies of #49079F
Complementary color
Monochromatic Colors of #49079F
Black with #49079F
Text Example
Text Example
White with #49079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49079F; }
p { color: rgb(73,7,159); }
H1.HeaderClassName
{
color: #49079F;
}
.AnyTagClassName
{
color: #49079F;
}
</style>
background-color css
<style>
a { background-color: #49079F; }
a { background-color: rgb(73,7,159); }
div.DivClassName
{
background-color: #49079F;
}
.BgClassName
{
background-color: #49079F;
}
</style>
border-color css
<style>
span { border-color: #49079F; }
span { border-color: rgb(73,7,159); }
td.TdClassName
{
border-color: #49079F;
}
.TagClassName
{
border-color: #49079F;
}
</style>