Shades of Indigo #490761
Tints of Indigo #490761
RGB
CMYK
RGB Variations
Color information
#490761 (or 0x490761) is known color: Indigo. HEX triplet: 49, 07 and 61. RGB value is (73,7,97). Sum of RGB (Red+Green+Blue) = 73+7+97=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #490761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490761 is #B6F89E. Grayscale: #242424. Windows color (decimal): -11991199 or 6358857. OLE color: 6358857.
HSL color Cylindrical-coordinate representation of color #490761: hue angle of 284º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490761 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 7 | 97 | - |
| CMYK | 0.25 | 0.93 | 0 | 0.62 |
| HSL | 284º | 0.87% | 0.2% | - |
| HSV(B) | 284º | 0.93% | 0.38% | - |
| XYZ | 4.98 | 2.43 | 11.52 | - |
| YUV | 36.99 | 161.87 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 97 | 0.25 | 0.93 | 0 | 0.62 | 284 | 0.87 | 0.2 |
| Hex | 49 | 7 | 61 | 19 | 5D | 0 | 3E | 11C | 57 | 14 |
| Octal | 111 | 7 | 141 | 31 | 135 | 0 | 76 | 434 | 127 | 24 |
| Binary | 1001001 | 111 | 1100001 | 11001 | 1011101 | 0 | 111110 | 100011100 | 1010111 | 10100 |
Color Harmonies of #490761
Complementary color
Monochromatic Colors of #490761
Black with #490761
Text Example
Text Example
White with #490761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490761; }
p { color: rgb(73,7,97); }
H1.HeaderClassName
{
color: #490761;
}
.AnyTagClassName
{
color: #490761;
}
</style>
background-color css
<style>
a { background-color: #490761; }
a { background-color: rgb(73,7,97); }
div.DivClassName
{
background-color: #490761;
}
.BgClassName
{
background-color: #490761;
}
</style>
border-color css
<style>
span { border-color: #490761; }
span { border-color: rgb(73,7,97); }
td.TdClassName
{
border-color: #490761;
}
.TagClassName
{
border-color: #490761;
}
</style>