Shades of Indigo #491898
Tints of Indigo #491898
RGB
CMYK
RGB Variations
Color information
#491898 (or 0x491898) is known color: Indigo. HEX triplet: 49, 18 and 98. RGB value is (73,24,152). Sum of RGB (Red+Green+Blue) = 73+24+152=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 152 (59.77% from 255 or 61.04% from 249); Max value from RGB is 152 - color contains mainly: blue. Hex color #491898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491898 is #B6E767. Grayscale: #343434. Windows color (decimal): -11986792 or 9967689. OLE color: 9967689.
HSL color Cylindrical-coordinate representation of color #491898: hue angle of 262.97º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491898 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 24 | 152 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.40 |
| HSL | 262.97º | 0.73% | 0.35% | - |
| HSV(B) | 262.97º | 0.84% | 0.6% | - |
| XYZ | 8.74 | 4.34 | 30.08 | - |
| YUV | 53.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 152 | 0.52 | 0.84 | 0 | 0.40 | 262.97 | 0.73 | 0.35 |
| Hex | 49 | 18 | 98 | 34 | 54 | 0 | 28 | 107 | 49 | 23 |
| Octal | 111 | 30 | 230 | 64 | 124 | 0 | 50 | 407 | 111 | 43 |
| Binary | 1001001 | 11000 | 10011000 | 110100 | 1010100 | 0 | 101000 | 100000111 | 1001001 | 100011 |
Color Harmonies of #491898
Complementary color
Monochromatic Colors of #491898
Black with #491898
Text Example
Text Example
White with #491898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491898; }
p { color: rgb(73,24,152); }
H1.HeaderClassName
{
color: #491898;
}
.AnyTagClassName
{
color: #491898;
}
</style>
background-color css
<style>
a { background-color: #491898; }
a { background-color: rgb(73,24,152); }
div.DivClassName
{
background-color: #491898;
}
.BgClassName
{
background-color: #491898;
}
</style>
border-color css
<style>
span { border-color: #491898; }
span { border-color: rgb(73,24,152); }
td.TdClassName
{
border-color: #491898;
}
.TagClassName
{
border-color: #491898;
}
</style>