Shades of Indigo #491282
Tints of Indigo #491282
RGB
CMYK
RGB Variations
Color information
#491282 (or 0x491282) is known color: Indigo. HEX triplet: 49, 12 and 82. RGB value is (73,18,130). Sum of RGB (Red+Green+Blue) = 73+18+130=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #491282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491282 is #B6ED7D. Grayscale: #2E2E2E. Windows color (decimal): -11988350 or 8524361. OLE color: 8524361.
HSL color Cylindrical-coordinate representation of color #491282: hue angle of 269.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491282 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 18 | 130 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.49 |
| HSL | 269.46º | 0.76% | 0.29% | - |
| HSV(B) | 269.46º | 0.86% | 0.51% | - |
| XYZ | 6.99 | 3.46 | 21.42 | - |
| YUV | 47.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 130 | 0.44 | 0.86 | 0 | 0.49 | 269.46 | 0.76 | 0.29 |
| Hex | 49 | 12 | 82 | 2C | 56 | 0 | 31 | 10D | 4C | 1D |
| Octal | 111 | 22 | 202 | 54 | 126 | 0 | 61 | 415 | 114 | 35 |
| Binary | 1001001 | 10010 | 10000010 | 101100 | 1010110 | 0 | 110001 | 100001101 | 1001100 | 11101 |
Color Harmonies of #491282
Complementary color
Monochromatic Colors of #491282
Black with #491282
Text Example
Text Example
White with #491282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491282; }
p { color: rgb(73,18,130); }
H1.HeaderClassName
{
color: #491282;
}
.AnyTagClassName
{
color: #491282;
}
</style>
background-color css
<style>
a { background-color: #491282; }
a { background-color: rgb(73,18,130); }
div.DivClassName
{
background-color: #491282;
}
.BgClassName
{
background-color: #491282;
}
</style>
border-color css
<style>
span { border-color: #491282; }
span { border-color: rgb(73,18,130); }
td.TdClassName
{
border-color: #491282;
}
.TagClassName
{
border-color: #491282;
}
</style>