Shades of Indigo #491782
Tints of Indigo #491782
RGB
CMYK
RGB Variations
Color information
#491782 (or 0x491782) is known color: Indigo. HEX triplet: 49, 17 and 82. RGB value is (73,23,130). Sum of RGB (Red+Green+Blue) = 73+23+130=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #491782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491782 is #B6E87D. Grayscale: #313131. Windows color (decimal): -11987070 or 8525641. OLE color: 8525641.
HSL color Cylindrical-coordinate representation of color #491782: hue angle of 268.04º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491782 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 23 | 130 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.49 |
| HSL | 268.04º | 0.7% | 0.3% | - |
| HSV(B) | 268.04º | 0.82% | 0.51% | - |
| XYZ | 7.08 | 3.64 | 21.45 | - |
| YUV | 50.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 130 | 0.44 | 0.82 | 0 | 0.49 | 268.04 | 0.7 | 0.3 |
| Hex | 49 | 17 | 82 | 2C | 52 | 0 | 31 | 10C | 46 | 1E |
| Octal | 111 | 27 | 202 | 54 | 122 | 0 | 61 | 414 | 106 | 36 |
| Binary | 1001001 | 10111 | 10000010 | 101100 | 1010010 | 0 | 110001 | 100001100 | 1000110 | 11110 |
Color Harmonies of #491782
Complementary color
Monochromatic Colors of #491782
Black with #491782
Text Example
Text Example
White with #491782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491782; }
p { color: rgb(73,23,130); }
H1.HeaderClassName
{
color: #491782;
}
.AnyTagClassName
{
color: #491782;
}
</style>
background-color css
<style>
a { background-color: #491782; }
a { background-color: rgb(73,23,130); }
div.DivClassName
{
background-color: #491782;
}
.BgClassName
{
background-color: #491782;
}
</style>
border-color css
<style>
span { border-color: #491782; }
span { border-color: rgb(73,23,130); }
td.TdClassName
{
border-color: #491782;
}
.TagClassName
{
border-color: #491782;
}
</style>