Shades of Indigo #49189B
Tints of Indigo #49189B
RGB
CMYK
RGB Variations
Color information
#49189B (or 0x49189B) is known color: Indigo. HEX triplet: 49, 18 and 9B. RGB value is (73,24,155). Sum of RGB (Red+Green+Blue) = 73+24+155=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #49189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49189B is #B6E764. Grayscale: #353535. Windows color (decimal): -11986789 or 10164297. OLE color: 10164297.
HSL color Cylindrical-coordinate representation of color #49189B: hue angle of 262.44º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49189B is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 24 | 155 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.39 |
| HSL | 262.44º | 0.73% | 0.35% | - |
| HSV(B) | 262.44º | 0.85% | 0.61% | - |
| XYZ | 8.99 | 4.44 | 31.39 | - |
| YUV | 53.59 | 185.23 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 155 | 0.53 | 0.85 | 0 | 0.39 | 262.44 | 0.73 | 0.35 |
| Hex | 49 | 18 | 9B | 35 | 55 | 0 | 27 | 106 | 49 | 23 |
| Octal | 111 | 30 | 233 | 65 | 125 | 0 | 47 | 406 | 111 | 43 |
| Binary | 1001001 | 11000 | 10011011 | 110101 | 1010101 | 0 | 100111 | 100000110 | 1001001 | 100011 |
Color Harmonies of #49189B
Complementary color
Monochromatic Colors of #49189B
Black with #49189B
Text Example
Text Example
White with #49189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49189B; }
p { color: rgb(73,24,155); }
H1.HeaderClassName
{
color: #49189B;
}
.AnyTagClassName
{
color: #49189B;
}
</style>
background-color css
<style>
a { background-color: #49189B; }
a { background-color: rgb(73,24,155); }
div.DivClassName
{
background-color: #49189B;
}
.BgClassName
{
background-color: #49189B;
}
</style>
border-color css
<style>
span { border-color: #49189B; }
span { border-color: rgb(73,24,155); }
td.TdClassName
{
border-color: #49189B;
}
.TagClassName
{
border-color: #49189B;
}
</style>