Shades of Indigo #491496
Tints of Indigo #491496
RGB
CMYK
RGB Variations
Color information
#491496 (or 0x491496) is known color: Indigo. HEX triplet: 49, 14 and 96. RGB value is (73,20,150). Sum of RGB (Red+Green+Blue) = 73+20+150=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #491496 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491496 is #B6EB69. Grayscale: #323232. Windows color (decimal): -11987818 or 9835593. OLE color: 9835593.
HSL color Cylindrical-coordinate representation of color #491496: hue angle of 264.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491496 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 20 | 150 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.41 |
| HSL | 264.46º | 0.76% | 0.33% | - |
| HSV(B) | 264.46º | 0.87% | 0.59% | - |
| XYZ | 8.5 | 4.12 | 29.2 | - |
| YUV | 50.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 150 | 0.51 | 0.87 | 0 | 0.41 | 264.46 | 0.76 | 0.33 |
| Hex | 49 | 14 | 96 | 33 | 57 | 0 | 29 | 108 | 4C | 21 |
| Octal | 111 | 24 | 226 | 63 | 127 | 0 | 51 | 410 | 114 | 41 |
| Binary | 1001001 | 10100 | 10010110 | 110011 | 1010111 | 0 | 101001 | 100001000 | 1001100 | 100001 |
Color Harmonies of #491496
Complementary color
Monochromatic Colors of #491496
Black with #491496
Text Example
Text Example
White with #491496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491496; }
p { color: rgb(73,20,150); }
H1.HeaderClassName
{
color: #491496;
}
.AnyTagClassName
{
color: #491496;
}
</style>
background-color css
<style>
a { background-color: #491496; }
a { background-color: rgb(73,20,150); }
div.DivClassName
{
background-color: #491496;
}
.BgClassName
{
background-color: #491496;
}
</style>
border-color css
<style>
span { border-color: #491496; }
span { border-color: rgb(73,20,150); }
td.TdClassName
{
border-color: #491496;
}
.TagClassName
{
border-color: #491496;
}
</style>