Shades of Indigo #490A65
Tints of Indigo #490A65
RGB
CMYK
RGB Variations
Color information
#490A65 (or 0x490A65) is known color: Indigo. HEX triplet: 49, 0A and 65. RGB value is (73,10,101). Sum of RGB (Red+Green+Blue) = 73+10+101=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 10 (4.30% from 255 or 5.43% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #490A65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490A65 is #B6F59A. Grayscale: #262626. Windows color (decimal): -11990427 or 6621769. OLE color: 6621769.
HSL color Cylindrical-coordinate representation of color #490A65: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #490A65 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 10 | 101 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.60 |
| HSL | 281.54º | 0.82% | 0.22% | - |
| HSV(B) | 281.54º | 0.9% | 0.4% | - |
| XYZ | 5.21 | 2.57 | 12.53 | - |
| YUV | 39.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 10 | 101 | 0.28 | 0.90 | 0 | 0.60 | 281.54 | 0.82 | 0.22 |
| Hex | 49 | A | 65 | 1C | 5A | 0 | 3C | 11A | 52 | 16 |
| Octal | 111 | 12 | 145 | 34 | 132 | 0 | 74 | 432 | 122 | 26 |
| Binary | 1001001 | 1010 | 1100101 | 11100 | 1011010 | 0 | 111100 | 100011010 | 1010010 | 10110 |
Color Harmonies of #490A65
Complementary color
Monochromatic Colors of #490A65
Black with #490A65
Text Example
Text Example
White with #490A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490A65; }
p { color: rgb(73,10,101); }
H1.HeaderClassName
{
color: #490A65;
}
.AnyTagClassName
{
color: #490A65;
}
</style>
background-color css
<style>
a { background-color: #490A65; }
a { background-color: rgb(73,10,101); }
div.DivClassName
{
background-color: #490A65;
}
.BgClassName
{
background-color: #490A65;
}
</style>
border-color css
<style>
span { border-color: #490A65; }
span { border-color: rgb(73,10,101); }
td.TdClassName
{
border-color: #490A65;
}
.TagClassName
{
border-color: #490A65;
}
</style>