Shades of Indigo #49058F
Tints of Indigo #49058F
RGB
CMYK
RGB Variations
Color information
#49058F (or 0x49058F) is known color: Indigo. HEX triplet: 49, 05 and 8F. RGB value is (73,5,143). Sum of RGB (Red+Green+Blue) = 73+5+143=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 143 (56.25% from 255 or 64.71% from 221); Max value from RGB is 143 - color contains mainly: blue. Hex color #49058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49058F is #B6FA70. Grayscale: #282828. Windows color (decimal): -11991665 or 9373001. OLE color: 9373001.
HSL color Cylindrical-coordinate representation of color #49058F: hue angle of 269.57º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49058F is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 5 | 143 | - |
| CMYK | 0.49 | 0.97 | 0 | 0.44 |
| HSL | 269.57º | 0.93% | 0.29% | - |
| HSV(B) | 269.57º | 0.97% | 0.56% | - |
| XYZ | 7.76 | 3.51 | 26.25 | - |
| YUV | 41.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 143 | 0.49 | 0.97 | 0 | 0.44 | 269.57 | 0.93 | 0.29 |
| Hex | 49 | 5 | 8F | 31 | 61 | 0 | 2C | 10E | 5D | 1D |
| Octal | 111 | 5 | 217 | 61 | 141 | 0 | 54 | 416 | 135 | 35 |
| Binary | 1001001 | 101 | 10001111 | 110001 | 1100001 | 0 | 101100 | 100001110 | 1011101 | 11101 |
Color Harmonies of #49058F
Complementary color
Monochromatic Colors of #49058F
Black with #49058F
Text Example
Text Example
White with #49058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49058F; }
p { color: rgb(73,5,143); }
H1.HeaderClassName
{
color: #49058F;
}
.AnyTagClassName
{
color: #49058F;
}
</style>
background-color css
<style>
a { background-color: #49058F; }
a { background-color: rgb(73,5,143); }
div.DivClassName
{
background-color: #49058F;
}
.BgClassName
{
background-color: #49058F;
}
</style>
border-color css
<style>
span { border-color: #49058F; }
span { border-color: rgb(73,5,143); }
td.TdClassName
{
border-color: #49058F;
}
.TagClassName
{
border-color: #49058F;
}
</style>