Shades of Indigo #49005A
Tints of Indigo #49005A
RGB
CMYK
RGB Variations
Color information
#49005A (or 0x49005A) is known color: Indigo. HEX triplet: 49, 00 and 5A. RGB value is (73,0,90). Sum of RGB (Red+Green+Blue) = 73+0+90=163 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.79% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #49005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49005A is #B6FFA5. Grayscale: #1F1F1F. Windows color (decimal): -11992998 or 5898313. OLE color: 5898313.
HSL color Cylindrical-coordinate representation of color #49005A: hue angle of 288.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49005A is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 0 | 90 | - |
| CMYK | 0.19 | 1 | 0 | 0.65 |
| HSL | 288.67º | 1% | 0.18% | - |
| HSV(B) | 288.67º | 1% | 0.35% | - |
| XYZ | 4.59 | 2.15 | 9.85 | - |
| YUV | 32.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 90 | 0.19 | 1 | 0 | 0.65 | 288.67 | 1 | 0.18 |
| Hex | 49 | 0 | 5A | 13 | 64 | 0 | 41 | 121 | 64 | 12 |
| Octal | 111 | 0 | 132 | 23 | 144 | 0 | 101 | 441 | 144 | 22 |
| Binary | 1001001 | 0 | 1011010 | 10011 | 1100100 | 0 | 1000001 | 100100001 | 1100100 | 10010 |
Color Harmonies of #49005A
Complementary color
Monochromatic Colors of #49005A
Black with #49005A
Text Example
Text Example
White with #49005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49005A; }
p { color: rgb(73,0,90); }
H1.HeaderClassName
{
color: #49005A;
}
.AnyTagClassName
{
color: #49005A;
}
</style>
background-color css
<style>
a { background-color: #49005A; }
a { background-color: rgb(73,0,90); }
div.DivClassName
{
background-color: #49005A;
}
.BgClassName
{
background-color: #49005A;
}
</style>
border-color css
<style>
span { border-color: #49005A; }
span { border-color: rgb(73,0,90); }
td.TdClassName
{
border-color: #49005A;
}
.TagClassName
{
border-color: #49005A;
}
</style>