Shades of Indigo #490878
Tints of Indigo #490878
RGB
CMYK
RGB Variations
Color information
#490878 (or 0x490878) is known color: Indigo. HEX triplet: 49, 08 and 78. RGB value is (73,8,120). Sum of RGB (Red+Green+Blue) = 73+8+120=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #490878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490878 is #B6F787. Grayscale: #272727. Windows color (decimal): -11990920 or 7866441. OLE color: 7866441.
HSL color Cylindrical-coordinate representation of color #490878: hue angle of 274.82º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490878 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 8 | 120 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.53 |
| HSL | 274.82º | 0.88% | 0.25% | - |
| HSV(B) | 274.82º | 0.93% | 0.47% | - |
| XYZ | 6.22 | 2.95 | 18.01 | - |
| YUV | 40.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 120 | 0.39 | 0.93 | 0 | 0.53 | 274.82 | 0.88 | 0.25 |
| Hex | 49 | 8 | 78 | 27 | 5D | 0 | 35 | 113 | 58 | 19 |
| Octal | 111 | 10 | 170 | 47 | 135 | 0 | 65 | 423 | 130 | 31 |
| Binary | 1001001 | 1000 | 1111000 | 100111 | 1011101 | 0 | 110101 | 100010011 | 1011000 | 11001 |
Color Harmonies of #490878
Complementary color
Monochromatic Colors of #490878
Black with #490878
Text Example
Text Example
White with #490878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490878; }
p { color: rgb(73,8,120); }
H1.HeaderClassName
{
color: #490878;
}
.AnyTagClassName
{
color: #490878;
}
</style>
background-color css
<style>
a { background-color: #490878; }
a { background-color: rgb(73,8,120); }
div.DivClassName
{
background-color: #490878;
}
.BgClassName
{
background-color: #490878;
}
</style>
border-color css
<style>
span { border-color: #490878; }
span { border-color: rgb(73,8,120); }
td.TdClassName
{
border-color: #490878;
}
.TagClassName
{
border-color: #490878;
}
</style>