Shades of Indigo #491382
Tints of Indigo #491382
RGB
CMYK
RGB Variations
Color information
#491382 (or 0x491382) is known color: Indigo. HEX triplet: 49, 13 and 82. RGB value is (73,19,130). Sum of RGB (Red+Green+Blue) = 73+19+130=222 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.88% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 130 (51.17% from 255 or 58.56% from 222); Max value from RGB is 130 - color contains mainly: blue. Hex color #491382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491382 is #B6EC7D. Grayscale: #2F2F2F. Windows color (decimal): -11988094 or 8524617. OLE color: 8524617.
HSL color Cylindrical-coordinate representation of color #491382: hue angle of 269.19º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491382 is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 19 | 130 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.49 |
| HSL | 269.19º | 0.74% | 0.29% | - |
| HSV(B) | 269.19º | 0.85% | 0.51% | - |
| XYZ | 7.01 | 3.49 | 21.42 | - |
| YUV | 47.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 130 | 0.44 | 0.85 | 0 | 0.49 | 269.19 | 0.74 | 0.29 |
| Hex | 49 | 13 | 82 | 2C | 55 | 0 | 31 | 10D | 4A | 1D |
| Octal | 111 | 23 | 202 | 54 | 125 | 0 | 61 | 415 | 112 | 35 |
| Binary | 1001001 | 10011 | 10000010 | 101100 | 1010101 | 0 | 110001 | 100001101 | 1001010 | 11101 |
Color Harmonies of #491382
Complementary color
Monochromatic Colors of #491382
Black with #491382
Text Example
Text Example
White with #491382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491382; }
p { color: rgb(73,19,130); }
H1.HeaderClassName
{
color: #491382;
}
.AnyTagClassName
{
color: #491382;
}
</style>
background-color css
<style>
a { background-color: #491382; }
a { background-color: rgb(73,19,130); }
div.DivClassName
{
background-color: #491382;
}
.BgClassName
{
background-color: #491382;
}
</style>
border-color css
<style>
span { border-color: #491382; }
span { border-color: rgb(73,19,130); }
td.TdClassName
{
border-color: #491382;
}
.TagClassName
{
border-color: #491382;
}
</style>