Shades of Indigo #49007C
Tints of Indigo #49007C
RGB
CMYK
RGB Variations
Color information
#49007C (or 0x49007C) is known color: Indigo. HEX triplet: 49, 00 and 7C. RGB value is (73,0,124). Sum of RGB (Red+Green+Blue) = 73+0+124=197 (26% of max value = 765). Red value is 73 (28.91% from 255 or 37.06% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 124 (48.83% from 255 or 62.94% from 197); Max value from RGB is 124 - color contains mainly: blue. Hex color #49007C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49007C is #B6FF83. Grayscale: #232323. Windows color (decimal): -11992964 or 8126537. OLE color: 8126537.
HSL color Cylindrical-coordinate representation of color #49007C: hue angle of 275.32º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49007C is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 0 | 124 | - |
| CMYK | 0.41 | 1 | 0 | 0.51 |
| HSL | 275.32º | 1% | 0.24% | - |
| HSV(B) | 275.32º | 1% | 0.49% | - |
| XYZ | 6.39 | 2.87 | 19.29 | - |
| YUV | 35.96 | 177.68 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 124 | 0.41 | 1 | 0 | 0.51 | 275.32 | 1 | 0.24 |
| Hex | 49 | 0 | 7C | 29 | 64 | 0 | 33 | 113 | 64 | 18 |
| Octal | 111 | 0 | 174 | 51 | 144 | 0 | 63 | 423 | 144 | 30 |
| Binary | 1001001 | 0 | 1111100 | 101001 | 1100100 | 0 | 110011 | 100010011 | 1100100 | 11000 |
Color Harmonies of #49007C
Complementary color
Monochromatic Colors of #49007C
Black with #49007C
Text Example
Text Example
White with #49007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49007C; }
p { color: rgb(73,0,124); }
H1.HeaderClassName
{
color: #49007C;
}
.AnyTagClassName
{
color: #49007C;
}
</style>
background-color css
<style>
a { background-color: #49007C; }
a { background-color: rgb(73,0,124); }
div.DivClassName
{
background-color: #49007C;
}
.BgClassName
{
background-color: #49007C;
}
</style>
border-color css
<style>
span { border-color: #49007C; }
span { border-color: rgb(73,0,124); }
td.TdClassName
{
border-color: #49007C;
}
.TagClassName
{
border-color: #49007C;
}
</style>