Shades of Indigo #490065
Tints of Indigo #490065
RGB
CMYK
RGB Variations
Color information
#490065 (or 0x490065) is known color: Indigo. HEX triplet: 49, 00 and 65. RGB value is (73,0,101). Sum of RGB (Red+Green+Blue) = 73+0+101=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 101 (39.84% from 255 or 58.05% from 174); Max value from RGB is 101 - color contains mainly: blue. Hex color #490065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490065 is #B6FF9A. Grayscale: #212121. Windows color (decimal): -11992987 or 6619209. OLE color: 6619209.
HSL color Cylindrical-coordinate representation of color #490065: hue angle of 283.37º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #490065 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 0 | 101 | - |
| CMYK | 0.28 | 1 | 0 | 0.60 |
| HSL | 283.37º | 1% | 0.2% | - |
| HSV(B) | 283.37º | 1% | 0.4% | - |
| XYZ | 5.1 | 2.36 | 12.5 | - |
| YUV | 33.34 | 166.18 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 0 | 101 | 0.28 | 1 | 0 | 0.60 | 283.37 | 1 | 0.2 |
| Hex | 49 | 0 | 65 | 1C | 64 | 0 | 3C | 11B | 64 | 14 |
| Octal | 111 | 0 | 145 | 34 | 144 | 0 | 74 | 433 | 144 | 24 |
| Binary | 1001001 | 0 | 1100101 | 11100 | 1100100 | 0 | 111100 | 100011011 | 1100100 | 10100 |
Color Harmonies of #490065
Complementary color
Monochromatic Colors of #490065
Black with #490065
Text Example
Text Example
White with #490065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490065; }
p { color: rgb(73,0,101); }
H1.HeaderClassName
{
color: #490065;
}
.AnyTagClassName
{
color: #490065;
}
</style>
background-color css
<style>
a { background-color: #490065; }
a { background-color: rgb(73,0,101); }
div.DivClassName
{
background-color: #490065;
}
.BgClassName
{
background-color: #490065;
}
</style>
border-color css
<style>
span { border-color: #490065; }
span { border-color: rgb(73,0,101); }
td.TdClassName
{
border-color: #490065;
}
.TagClassName
{
border-color: #490065;
}
</style>