Shades of Indigo #49005B
Tints of Indigo #49005B
RGB
CMYK
RGB Variations
Color information
#49005B (or 0x49005B) is known color: Indigo. HEX triplet: 49, 00 and 5B. RGB value is (73,0,91). Sum of RGB (Red+Green+Blue) = 73+0+91=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #49005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49005B is #B6FFA4. Grayscale: #1F1F1F. Windows color (decimal): -11992997 or 5963849. OLE color: 5963849.
HSL color Cylindrical-coordinate representation of color #49005B: hue angle of 288.13º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49005B is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 0 | 91 | - |
| CMYK | 0.20 | 1 | 0 | 0.64 |
| HSL | 288.13º | 1% | 0.18% | - |
| HSV(B) | 288.13º | 1% | 0.36% | - |
| XYZ | 4.64 | 2.17 | 10.07 | - |
| YUV | 32.2 | 161.18 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 91 | 0.20 | 1 | 0 | 0.64 | 288.13 | 1 | 0.18 |
| Hex | 49 | 0 | 5B | 14 | 64 | 0 | 40 | 120 | 64 | 12 |
| Octal | 111 | 0 | 133 | 24 | 144 | 0 | 100 | 440 | 144 | 22 |
| Binary | 1001001 | 0 | 1011011 | 10100 | 1100100 | 0 | 1000000 | 100100000 | 1100100 | 10010 |
Color Harmonies of #49005B
Complementary color
Monochromatic Colors of #49005B
Black with #49005B
Text Example
Text Example
White with #49005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49005B; }
p { color: rgb(73,0,91); }
H1.HeaderClassName
{
color: #49005B;
}
.AnyTagClassName
{
color: #49005B;
}
</style>
background-color css
<style>
a { background-color: #49005B; }
a { background-color: rgb(73,0,91); }
div.DivClassName
{
background-color: #49005B;
}
.BgClassName
{
background-color: #49005B;
}
</style>
border-color css
<style>
span { border-color: #49005B; }
span { border-color: rgb(73,0,91); }
td.TdClassName
{
border-color: #49005B;
}
.TagClassName
{
border-color: #49005B;
}
</style>