Shades of Indigo #490778
Tints of Indigo #490778
RGB
CMYK
RGB Variations
Color information
#490778 (or 0x490778) is known color: Indigo. HEX triplet: 49, 07 and 78. RGB value is (73,7,120). Sum of RGB (Red+Green+Blue) = 73+7+120=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 7 (3.12% from 255 or 3.5% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #490778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490778 is #B6F887. Grayscale: #272727. Windows color (decimal): -11991176 or 7866185. OLE color: 7866185.
HSL color Cylindrical-coordinate representation of color #490778: hue angle of 275.04º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #490778 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 7 | 120 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.53 |
| HSL | 275.04º | 0.89% | 0.25% | - |
| HSV(B) | 275.04º | 0.94% | 0.47% | - |
| XYZ | 6.21 | 2.92 | 18.01 | - |
| YUV | 39.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 120 | 0.39 | 0.94 | 0 | 0.53 | 275.04 | 0.89 | 0.25 |
| Hex | 49 | 7 | 78 | 27 | 5E | 0 | 35 | 113 | 59 | 19 |
| Octal | 111 | 7 | 170 | 47 | 136 | 0 | 65 | 423 | 131 | 31 |
| Binary | 1001001 | 111 | 1111000 | 100111 | 1011110 | 0 | 110101 | 100010011 | 1011001 | 11001 |
Color Harmonies of #490778
Complementary color
Monochromatic Colors of #490778
Black with #490778
Text Example
Text Example
White with #490778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490778; }
p { color: rgb(73,7,120); }
H1.HeaderClassName
{
color: #490778;
}
.AnyTagClassName
{
color: #490778;
}
</style>
background-color css
<style>
a { background-color: #490778; }
a { background-color: rgb(73,7,120); }
div.DivClassName
{
background-color: #490778;
}
.BgClassName
{
background-color: #490778;
}
</style>
border-color css
<style>
span { border-color: #490778; }
span { border-color: rgb(73,7,120); }
td.TdClassName
{
border-color: #490778;
}
.TagClassName
{
border-color: #490778;
}
</style>