Shades of Indigo #490497
Tints of Indigo #490497
RGB
CMYK
RGB Variations
Color information
#490497 (or 0x490497) is known color: Indigo. HEX triplet: 49, 04 and 97. RGB value is (73,4,151). Sum of RGB (Red+Green+Blue) = 73+4+151=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #490497 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490497 is #B6FB68. Grayscale: #282828. Windows color (decimal): -11991913 or 9897033. OLE color: 9897033.
HSL color Cylindrical-coordinate representation of color #490497: hue angle of 268.16º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490497 is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 4 | 151 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.41 |
| HSL | 268.16º | 0.95% | 0.3% | - |
| HSV(B) | 268.16º | 0.97% | 0.59% | - |
| XYZ | 8.38 | 3.74 | 29.56 | - |
| YUV | 41.39 | 189.86 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 4 | 151 | 0.52 | 0.97 | 0 | 0.41 | 268.16 | 0.95 | 0.3 |
| Hex | 49 | 4 | 97 | 34 | 61 | 0 | 29 | 10C | 5F | 1E |
| Octal | 111 | 4 | 227 | 64 | 141 | 0 | 51 | 414 | 137 | 36 |
| Binary | 1001001 | 100 | 10010111 | 110100 | 1100001 | 0 | 101001 | 100001100 | 1011111 | 11110 |
Color Harmonies of #490497
Complementary color
Monochromatic Colors of #490497
Black with #490497
Text Example
Text Example
White with #490497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490497; }
p { color: rgb(73,4,151); }
H1.HeaderClassName
{
color: #490497;
}
.AnyTagClassName
{
color: #490497;
}
</style>
background-color css
<style>
a { background-color: #490497; }
a { background-color: rgb(73,4,151); }
div.DivClassName
{
background-color: #490497;
}
.BgClassName
{
background-color: #490497;
}
</style>
border-color css
<style>
span { border-color: #490497; }
span { border-color: rgb(73,4,151); }
td.TdClassName
{
border-color: #490497;
}
.TagClassName
{
border-color: #490497;
}
</style>