Shades of Indigo #49067E
Tints of Indigo #49067E
RGB
CMYK
RGB Variations
Color information
#49067E (or 0x49067E) is known color: Indigo. HEX triplet: 49, 06 and 7E. RGB value is (73,6,126). Sum of RGB (Red+Green+Blue) = 73+6+126=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #49067E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49067E is #B6F981. Grayscale: #272727. Windows color (decimal): -11991426 or 8259145. OLE color: 8259145.
HSL color Cylindrical-coordinate representation of color #49067E: hue angle of 273.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49067E is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 6 | 126 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.51 |
| HSL | 273.5º | 0.91% | 0.26% | - |
| HSV(B) | 273.5º | 0.95% | 0.49% | - |
| XYZ | 6.58 | 3.05 | 19.98 | - |
| YUV | 39.71 | 176.7 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 126 | 0.42 | 0.95 | 0 | 0.51 | 273.5 | 0.91 | 0.26 |
| Hex | 49 | 6 | 7E | 2A | 5F | 0 | 33 | 112 | 5B | 1A |
| Octal | 111 | 6 | 176 | 52 | 137 | 0 | 63 | 422 | 133 | 32 |
| Binary | 1001001 | 110 | 1111110 | 101010 | 1011111 | 0 | 110011 | 100010010 | 1011011 | 11010 |
Color Harmonies of #49067E
Complementary color
Monochromatic Colors of #49067E
Black with #49067E
Text Example
Text Example
White with #49067E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49067E; }
p { color: rgb(73,6,126); }
H1.HeaderClassName
{
color: #49067E;
}
.AnyTagClassName
{
color: #49067E;
}
</style>
background-color css
<style>
a { background-color: #49067E; }
a { background-color: rgb(73,6,126); }
div.DivClassName
{
background-color: #49067E;
}
.BgClassName
{
background-color: #49067E;
}
</style>
border-color css
<style>
span { border-color: #49067E; }
span { border-color: rgb(73,6,126); }
td.TdClassName
{
border-color: #49067E;
}
.TagClassName
{
border-color: #49067E;
}
</style>