Shades of Indigo #49199B
Tints of Indigo #49199B
RGB
CMYK
RGB Variations
Color information
#49199B (or 0x49199B) is known color: Indigo. HEX triplet: 49, 19 and 9B. RGB value is (73,25,155). Sum of RGB (Red+Green+Blue) = 73+25+155=253 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.85% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #49199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49199B is #B6E664. Grayscale: #353535. Windows color (decimal): -11986533 or 10164553. OLE color: 10164553.
HSL color Cylindrical-coordinate representation of color #49199B: hue angle of 262.15º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49199B is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 25 | 155 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.39 |
| HSL | 262.15º | 0.72% | 0.35% | - |
| HSV(B) | 262.15º | 0.84% | 0.61% | - |
| XYZ | 9.01 | 4.48 | 31.4 | - |
| YUV | 54.17 | 184.9 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 25 | 155 | 0.53 | 0.84 | 0 | 0.39 | 262.15 | 0.72 | 0.35 |
| Hex | 49 | 19 | 9B | 35 | 54 | 0 | 27 | 106 | 48 | 23 |
| Octal | 111 | 31 | 233 | 65 | 124 | 0 | 47 | 406 | 110 | 43 |
| Binary | 1001001 | 11001 | 10011011 | 110101 | 1010100 | 0 | 100111 | 100000110 | 1001000 | 100011 |
Color Harmonies of #49199B
Complementary color
Monochromatic Colors of #49199B
Black with #49199B
Text Example
Text Example
White with #49199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49199B; }
p { color: rgb(73,25,155); }
H1.HeaderClassName
{
color: #49199B;
}
.AnyTagClassName
{
color: #49199B;
}
</style>
background-color css
<style>
a { background-color: #49199B; }
a { background-color: rgb(73,25,155); }
div.DivClassName
{
background-color: #49199B;
}
.BgClassName
{
background-color: #49199B;
}
</style>
border-color css
<style>
span { border-color: #49199B; }
span { border-color: rgb(73,25,155); }
td.TdClassName
{
border-color: #49199B;
}
.TagClassName
{
border-color: #49199B;
}
</style>