Shades of Indigo #491684
Tints of Indigo #491684
RGB
CMYK
RGB Variations
Color information
#491684 (or 0x491684) is known color: Indigo. HEX triplet: 49, 16 and 84. RGB value is (73,22,132). Sum of RGB (Red+Green+Blue) = 73+22+132=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #491684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491684 is #B6E97B. Grayscale: #313131. Windows color (decimal): -11987324 or 8656457. OLE color: 8656457.
HSL color Cylindrical-coordinate representation of color #491684: hue angle of 267.82º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491684 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 22 | 132 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.48 |
| HSL | 267.82º | 0.71% | 0.3% | - |
| HSV(B) | 267.82º | 0.83% | 0.52% | - |
| XYZ | 7.2 | 3.66 | 22.16 | - |
| YUV | 49.79 | 174.4 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 22 | 132 | 0.45 | 0.83 | 0 | 0.48 | 267.82 | 0.71 | 0.3 |
| Hex | 49 | 16 | 84 | 2D | 53 | 0 | 30 | 10C | 47 | 1E |
| Octal | 111 | 26 | 204 | 55 | 123 | 0 | 60 | 414 | 107 | 36 |
| Binary | 1001001 | 10110 | 10000100 | 101101 | 1010011 | 0 | 110000 | 100001100 | 1000111 | 11110 |
Color Harmonies of #491684
Complementary color
Monochromatic Colors of #491684
Black with #491684
Text Example
Text Example
White with #491684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491684; }
p { color: rgb(73,22,132); }
H1.HeaderClassName
{
color: #491684;
}
.AnyTagClassName
{
color: #491684;
}
</style>
background-color css
<style>
a { background-color: #491684; }
a { background-color: rgb(73,22,132); }
div.DivClassName
{
background-color: #491684;
}
.BgClassName
{
background-color: #491684;
}
</style>
border-color css
<style>
span { border-color: #491684; }
span { border-color: rgb(73,22,132); }
td.TdClassName
{
border-color: #491684;
}
.TagClassName
{
border-color: #491684;
}
</style>