Shades of Indigo #49015B
Tints of Indigo #49015B
RGB
CMYK
RGB Variations
Color information
#49015B (or 0x49015B) is known color: Indigo. HEX triplet: 49, 01 and 5B. RGB value is (73,1,91). Sum of RGB (Red+Green+Blue) = 73+1+91=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #49015B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #49015B is #B6FEA4. Grayscale: #202020. Windows color (decimal): -11992741 or 5964105. OLE color: 5964105.
HSL color Cylindrical-coordinate representation of color #49015B: hue angle of 288º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49015B is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 1 | 91 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.64 |
| HSL | 288º | 0.98% | 0.18% | - |
| HSV(B) | 288º | 0.99% | 0.36% | - |
| XYZ | 4.65 | 2.19 | 10.08 | - |
| YUV | 32.79 | 160.85 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 91 | 0.20 | 0.99 | 0 | 0.64 | 288 | 0.98 | 0.18 |
| Hex | 49 | 1 | 5B | 14 | 63 | 0 | 40 | 120 | 62 | 12 |
| Octal | 111 | 1 | 133 | 24 | 143 | 0 | 100 | 440 | 142 | 22 |
| Binary | 1001001 | 1 | 1011011 | 10100 | 1100011 | 0 | 1000000 | 100100000 | 1100010 | 10010 |
Color Harmonies of #49015B
Complementary color
Monochromatic Colors of #49015B
Black with #49015B
Text Example
Text Example
White with #49015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49015B; }
p { color: rgb(73,1,91); }
H1.HeaderClassName
{
color: #49015B;
}
.AnyTagClassName
{
color: #49015B;
}
</style>
background-color css
<style>
a { background-color: #49015B; }
a { background-color: rgb(73,1,91); }
div.DivClassName
{
background-color: #49015B;
}
.BgClassName
{
background-color: #49015B;
}
</style>
border-color css
<style>
span { border-color: #49015B; }
span { border-color: rgb(73,1,91); }
td.TdClassName
{
border-color: #49015B;
}
.TagClassName
{
border-color: #49015B;
}
</style>