Shades of Indigo #491798
Tints of Indigo #491798
RGB
CMYK
RGB Variations
Color information
#491798 (or 0x491798) is known color: Indigo. HEX triplet: 49, 17 and 98. RGB value is (73,23,152). Sum of RGB (Red+Green+Blue) = 73+23+152=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #491798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491798 is #B6E867. Grayscale: #343434. Windows color (decimal): -11987048 or 9967433. OLE color: 9967433.
HSL color Cylindrical-coordinate representation of color #491798: hue angle of 263.26º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491798 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 23 | 152 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.40 |
| HSL | 263.26º | 0.74% | 0.34% | - |
| HSV(B) | 263.26º | 0.85% | 0.6% | - |
| XYZ | 8.72 | 4.3 | 30.08 | - |
| YUV | 52.66 | 184.07 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 23 | 152 | 0.52 | 0.85 | 0 | 0.40 | 263.26 | 0.74 | 0.34 |
| Hex | 49 | 17 | 98 | 34 | 55 | 0 | 28 | 107 | 4A | 22 |
| Octal | 111 | 27 | 230 | 64 | 125 | 0 | 50 | 407 | 112 | 42 |
| Binary | 1001001 | 10111 | 10011000 | 110100 | 1010101 | 0 | 101000 | 100000111 | 1001010 | 100010 |
Color Harmonies of #491798
Complementary color
Monochromatic Colors of #491798
Black with #491798
Text Example
Text Example
White with #491798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491798; }
p { color: rgb(73,23,152); }
H1.HeaderClassName
{
color: #491798;
}
.AnyTagClassName
{
color: #491798;
}
</style>
background-color css
<style>
a { background-color: #491798; }
a { background-color: rgb(73,23,152); }
div.DivClassName
{
background-color: #491798;
}
.BgClassName
{
background-color: #491798;
}
</style>
border-color css
<style>
span { border-color: #491798; }
span { border-color: rgb(73,23,152); }
td.TdClassName
{
border-color: #491798;
}
.TagClassName
{
border-color: #491798;
}
</style>