Shades of Indigo #49168A
Tints of Indigo #49168A
RGB
CMYK
RGB Variations
Color information
#49168A (or 0x49168A) is known color: Indigo. HEX triplet: 49, 16 and 8A. RGB value is (73,22,138). Sum of RGB (Red+Green+Blue) = 73+22+138=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #49168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #49168A is #B6E975. Grayscale: #323232. Windows color (decimal): -11987318 or 9049673. OLE color: 9049673.
HSL color Cylindrical-coordinate representation of color #49168A: hue angle of 266.38º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49168A is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 22 | 138 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.46 |
| HSL | 266.38º | 0.73% | 0.31% | - |
| HSV(B) | 266.38º | 0.84% | 0.54% | - |
| XYZ | 7.62 | 3.83 | 24.38 | - |
| YUV | 50.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 138 | 0.47 | 0.84 | 0 | 0.46 | 266.38 | 0.73 | 0.31 |
| Hex | 49 | 16 | 8A | 2F | 54 | 0 | 2E | 10A | 48 | 1F |
| Octal | 111 | 26 | 212 | 57 | 124 | 0 | 56 | 412 | 110 | 37 |
| Binary | 1001001 | 10110 | 10001010 | 101111 | 1010100 | 0 | 101110 | 100001010 | 1001000 | 11111 |
Color Harmonies of #49168A
Complementary color
Monochromatic Colors of #49168A
Black with #49168A
Text Example
Text Example
White with #49168A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49168A; }
p { color: rgb(73,22,138); }
H1.HeaderClassName
{
color: #49168A;
}
.AnyTagClassName
{
color: #49168A;
}
</style>
background-color css
<style>
a { background-color: #49168A; }
a { background-color: rgb(73,22,138); }
div.DivClassName
{
background-color: #49168A;
}
.BgClassName
{
background-color: #49168A;
}
</style>
border-color css
<style>
span { border-color: #49168A; }
span { border-color: rgb(73,22,138); }
td.TdClassName
{
border-color: #49168A;
}
.TagClassName
{
border-color: #49168A;
}
</style>