Shades of Indigo #490861
Tints of Indigo #490861
RGB
CMYK
RGB Variations
Color information
#490861 (or 0x490861) is known color: Indigo. HEX triplet: 49, 08 and 61. RGB value is (73,8,97). Sum of RGB (Red+Green+Blue) = 73+8+97=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #490861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490861 is #B6F79E. Grayscale: #252525. Windows color (decimal): -11990943 or 6359113. OLE color: 6359113.
HSL color Cylindrical-coordinate representation of color #490861: hue angle of 283.82º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #490861 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 8 | 97 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.62 |
| HSL | 283.82º | 0.85% | 0.21% | - |
| HSV(B) | 283.82º | 0.92% | 0.38% | - |
| XYZ | 4.99 | 2.45 | 11.52 | - |
| YUV | 37.58 | 161.53 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 97 | 0.25 | 0.92 | 0 | 0.62 | 283.82 | 0.85 | 0.21 |
| Hex | 49 | 8 | 61 | 19 | 5C | 0 | 3E | 11C | 55 | 15 |
| Octal | 111 | 10 | 141 | 31 | 134 | 0 | 76 | 434 | 125 | 25 |
| Binary | 1001001 | 1000 | 1100001 | 11001 | 1011100 | 0 | 111110 | 100011100 | 1010101 | 10101 |
Color Harmonies of #490861
Complementary color
Monochromatic Colors of #490861
Black with #490861
Text Example
Text Example
White with #490861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490861; }
p { color: rgb(73,8,97); }
H1.HeaderClassName
{
color: #490861;
}
.AnyTagClassName
{
color: #490861;
}
</style>
background-color css
<style>
a { background-color: #490861; }
a { background-color: rgb(73,8,97); }
div.DivClassName
{
background-color: #490861;
}
.BgClassName
{
background-color: #490861;
}
</style>
border-color css
<style>
span { border-color: #490861; }
span { border-color: rgb(73,8,97); }
td.TdClassName
{
border-color: #490861;
}
.TagClassName
{
border-color: #490861;
}
</style>