Shades of Indigo #490078
Tints of Indigo #490078
RGB
CMYK
RGB Variations
Color information
#490078 (or 0x490078) is known color: Indigo. HEX triplet: 49, 00 and 78. RGB value is (73,0,120). Sum of RGB (Red+Green+Blue) = 73+0+120=193 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.82% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #490078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490078 is #B6FF87. Grayscale: #232323. Windows color (decimal): -11992968 or 7864393. OLE color: 7864393.
HSL color Cylindrical-coordinate representation of color #490078: hue angle of 276.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490078 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 0 | 120 | - |
| CMYK | 0.39 | 1 | 0 | 0.53 |
| HSL | 276.5º | 1% | 0.24% | - |
| HSV(B) | 276.5º | 1% | 0.47% | - |
| XYZ | 6.14 | 2.77 | 17.98 | - |
| YUV | 35.51 | 175.68 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 120 | 0.39 | 1 | 0 | 0.53 | 276.5 | 1 | 0.24 |
| Hex | 49 | 0 | 78 | 27 | 64 | 0 | 35 | 114 | 64 | 18 |
| Octal | 111 | 0 | 170 | 47 | 144 | 0 | 65 | 424 | 144 | 30 |
| Binary | 1001001 | 0 | 1111000 | 100111 | 1100100 | 0 | 110101 | 100010100 | 1100100 | 11000 |
Color Harmonies of #490078
Complementary color
Monochromatic Colors of #490078
Black with #490078
Text Example
Text Example
White with #490078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490078; }
p { color: rgb(73,0,120); }
H1.HeaderClassName
{
color: #490078;
}
.AnyTagClassName
{
color: #490078;
}
</style>
background-color css
<style>
a { background-color: #490078; }
a { background-color: rgb(73,0,120); }
div.DivClassName
{
background-color: #490078;
}
.BgClassName
{
background-color: #490078;
}
</style>
border-color css
<style>
span { border-color: #490078; }
span { border-color: rgb(73,0,120); }
td.TdClassName
{
border-color: #490078;
}
.TagClassName
{
border-color: #490078;
}
</style>