Shades of Indigo #491396
Tints of Indigo #491396
RGB
CMYK
RGB Variations
Color information
#491396 (or 0x491396) is known color: Indigo. HEX triplet: 49, 13 and 96. RGB value is (73,19,150). Sum of RGB (Red+Green+Blue) = 73+19+150=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #491396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491396 is #B6EC69. Grayscale: #313131. Windows color (decimal): -11988074 or 9835337. OLE color: 9835337.
HSL color Cylindrical-coordinate representation of color #491396: hue angle of 264.73º degrees, saturation: 0.78, 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 #491396 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 19 | 150 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.41 |
| HSL | 264.73º | 0.78% | 0.33% | - |
| HSV(B) | 264.73º | 0.87% | 0.59% | - |
| XYZ | 8.49 | 4.08 | 29.2 | - |
| YUV | 50.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 150 | 0.51 | 0.87 | 0 | 0.41 | 264.73 | 0.78 | 0.33 |
| Hex | 49 | 13 | 96 | 33 | 57 | 0 | 29 | 109 | 4E | 21 |
| Octal | 111 | 23 | 226 | 63 | 127 | 0 | 51 | 411 | 116 | 41 |
| Binary | 1001001 | 10011 | 10010110 | 110011 | 1010111 | 0 | 101001 | 100001001 | 1001110 | 100001 |
Color Harmonies of #491396
Complementary color
Monochromatic Colors of #491396
Black with #491396
Text Example
Text Example
White with #491396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491396; }
p { color: rgb(73,19,150); }
H1.HeaderClassName
{
color: #491396;
}
.AnyTagClassName
{
color: #491396;
}
</style>
background-color css
<style>
a { background-color: #491396; }
a { background-color: rgb(73,19,150); }
div.DivClassName
{
background-color: #491396;
}
.BgClassName
{
background-color: #491396;
}
</style>
border-color css
<style>
span { border-color: #491396; }
span { border-color: rgb(73,19,150); }
td.TdClassName
{
border-color: #491396;
}
.TagClassName
{
border-color: #491396;
}
</style>