Shades of Indigo #490E74
Tints of Indigo #490E74
RGB
CMYK
RGB Variations
Color information
#490E74 (or 0x490E74) is known color: Indigo. HEX triplet: 49, 0E and 74. RGB value is (73,14,116). Sum of RGB (Red+Green+Blue) = 73+14+116=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #490E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490E74 is #B6F18B. Grayscale: #2A2A2A. Windows color (decimal): -11989388 or 7605833. OLE color: 7605833.
HSL color Cylindrical-coordinate representation of color #490E74: hue angle of 274.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490E74 is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 14 | 116 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.55 |
| HSL | 274.71º | 0.78% | 0.25% | - |
| HSV(B) | 274.71º | 0.88% | 0.45% | - |
| XYZ | 6.06 | 2.99 | 16.78 | - |
| YUV | 43.27 | 169.05 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 14 | 116 | 0.37 | 0.88 | 0 | 0.55 | 274.71 | 0.78 | 0.25 |
| Hex | 49 | E | 74 | 25 | 58 | 0 | 37 | 113 | 4E | 19 |
| Octal | 111 | 16 | 164 | 45 | 130 | 0 | 67 | 423 | 116 | 31 |
| Binary | 1001001 | 1110 | 1110100 | 100101 | 1011000 | 0 | 110111 | 100010011 | 1001110 | 11001 |
Color Harmonies of #490E74
Complementary color
Monochromatic Colors of #490E74
Black with #490E74
Text Example
Text Example
White with #490E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490E74; }
p { color: rgb(73,14,116); }
H1.HeaderClassName
{
color: #490E74;
}
.AnyTagClassName
{
color: #490E74;
}
</style>
background-color css
<style>
a { background-color: #490E74; }
a { background-color: rgb(73,14,116); }
div.DivClassName
{
background-color: #490E74;
}
.BgClassName
{
background-color: #490E74;
}
</style>
border-color css
<style>
span { border-color: #490E74; }
span { border-color: rgb(73,14,116); }
td.TdClassName
{
border-color: #490E74;
}
.TagClassName
{
border-color: #490E74;
}
</style>