Shades of Indigo #49037F
Tints of Indigo #49037F
RGB
CMYK
RGB Variations
Color information
#49037F (or 0x49037F) is known color: Indigo. HEX triplet: 49, 03 and 7F. RGB value is (73,3,127). Sum of RGB (Red+Green+Blue) = 73+3+127=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #49037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49037F is #B6FC80. Grayscale: #252525. Windows color (decimal): -11992193 or 8323913. OLE color: 8323913.
HSL color Cylindrical-coordinate representation of color #49037F: hue angle of 273.87º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49037F is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 73 | 3 | 127 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.50 |
| HSL | 273.87º | 0.95% | 0.25% | - |
| HSV(B) | 273.87º | 0.98% | 0.5% | - |
| XYZ | 6.61 | 3.01 | 20.31 | - |
| YUV | 38.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 127 | 0.43 | 0.98 | 0 | 0.50 | 273.87 | 0.95 | 0.25 |
| Hex | 49 | 3 | 7F | 2B | 62 | 0 | 32 | 112 | 5F | 19 |
| Octal | 111 | 3 | 177 | 53 | 142 | 0 | 62 | 422 | 137 | 31 |
| Binary | 1001001 | 11 | 1111111 | 101011 | 1100010 | 0 | 110010 | 100010010 | 1011111 | 11001 |
Color Harmonies of #49037F
Complementary color
Monochromatic Colors of #49037F
Black with #49037F
Text Example
Text Example
White with #49037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49037F; }
p { color: rgb(73,3,127); }
H1.HeaderClassName
{
color: #49037F;
}
.AnyTagClassName
{
color: #49037F;
}
</style>
background-color css
<style>
a { background-color: #49037F; }
a { background-color: rgb(73,3,127); }
div.DivClassName
{
background-color: #49037F;
}
.BgClassName
{
background-color: #49037F;
}
</style>
border-color css
<style>
span { border-color: #49037F; }
span { border-color: rgb(73,3,127); }
td.TdClassName
{
border-color: #49037F;
}
.TagClassName
{
border-color: #49037F;
}
</style>