Shades of Indigo #490461
Tints of Indigo #490461
RGB
CMYK
RGB Variations
Color information
#490461 (or 0x490461) is known color: Indigo. HEX triplet: 49, 04 and 61. RGB value is (73,4,97). Sum of RGB (Red+Green+Blue) = 73+4+97=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 97 (38.28% from 255 or 55.75% from 174); Max value from RGB is 97 - color contains mainly: blue. Hex color #490461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490461 is #B6FB9E. Grayscale: #222222. Windows color (decimal): -11991967 or 6358089. OLE color: 6358089.
HSL color Cylindrical-coordinate representation of color #490461: hue angle of 284.52º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490461 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 4 | 97 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.62 |
| HSL | 284.52º | 0.92% | 0.2% | - |
| HSV(B) | 284.52º | 0.96% | 0.38% | - |
| XYZ | 4.95 | 2.37 | 11.51 | - |
| YUV | 35.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 97 | 0.25 | 0.96 | 0 | 0.62 | 284.52 | 0.92 | 0.2 |
| Hex | 49 | 4 | 61 | 19 | 60 | 0 | 3E | 11D | 5C | 14 |
| Octal | 111 | 4 | 141 | 31 | 140 | 0 | 76 | 435 | 134 | 24 |
| Binary | 1001001 | 100 | 1100001 | 11001 | 1100000 | 0 | 111110 | 100011101 | 1011100 | 10100 |
Color Harmonies of #490461
Complementary color
Monochromatic Colors of #490461
Black with #490461
Text Example
Text Example
White with #490461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490461; }
p { color: rgb(73,4,97); }
H1.HeaderClassName
{
color: #490461;
}
.AnyTagClassName
{
color: #490461;
}
</style>
background-color css
<style>
a { background-color: #490461; }
a { background-color: rgb(73,4,97); }
div.DivClassName
{
background-color: #490461;
}
.BgClassName
{
background-color: #490461;
}
</style>
border-color css
<style>
span { border-color: #490461; }
span { border-color: rgb(73,4,97); }
td.TdClassName
{
border-color: #490461;
}
.TagClassName
{
border-color: #490461;
}
</style>