Shades of Indigo #491889
Tints of Indigo #491889
RGB
CMYK
RGB Variations
Color information
#491889 (or 0x491889) is known color: Indigo. HEX triplet: 49, 18 and 89. RGB value is (73,24,137). Sum of RGB (Red+Green+Blue) = 73+24+137=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 137 (53.91% from 255 or 58.55% from 234); Max value from RGB is 137 - color contains mainly: blue. Hex color #491889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491889 is #B6E776. Grayscale: #333333. Windows color (decimal): -11986807 or 8984649. OLE color: 8984649.
HSL color Cylindrical-coordinate representation of color #491889: hue angle of 266.02º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491889 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 24 | 137 | - |
| CMYK | 0.47 | 0.82 | 0 | 0.46 |
| HSL | 266.02º | 0.7% | 0.32% | - |
| HSV(B) | 266.02º | 0.82% | 0.54% | - |
| XYZ | 7.59 | 3.88 | 24.02 | - |
| YUV | 51.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 137 | 0.47 | 0.82 | 0 | 0.46 | 266.02 | 0.7 | 0.32 |
| Hex | 49 | 18 | 89 | 2F | 52 | 0 | 2E | 10A | 46 | 20 |
| Octal | 111 | 30 | 211 | 57 | 122 | 0 | 56 | 412 | 106 | 40 |
| Binary | 1001001 | 11000 | 10001001 | 101111 | 1010010 | 0 | 101110 | 100001010 | 1000110 | 100000 |
Color Harmonies of #491889
Complementary color
Monochromatic Colors of #491889
Black with #491889
Text Example
Text Example
White with #491889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491889; }
p { color: rgb(73,24,137); }
H1.HeaderClassName
{
color: #491889;
}
.AnyTagClassName
{
color: #491889;
}
</style>
background-color css
<style>
a { background-color: #491889; }
a { background-color: rgb(73,24,137); }
div.DivClassName
{
background-color: #491889;
}
.BgClassName
{
background-color: #491889;
}
</style>
border-color css
<style>
span { border-color: #491889; }
span { border-color: rgb(73,24,137); }
td.TdClassName
{
border-color: #491889;
}
.TagClassName
{
border-color: #491889;
}
</style>