Shades of Indigo #490694
Tints of Indigo #490694
RGB
CMYK
RGB Variations
Color information
#490694 (or 0x490694) is known color: Indigo. HEX triplet: 49, 06 and 94. RGB value is (73,6,148). Sum of RGB (Red+Green+Blue) = 73+6+148=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #490694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490694 is #B6F96B. Grayscale: #292929. Windows color (decimal): -11991404 or 9700937. OLE color: 9700937.
HSL color Cylindrical-coordinate representation of color #490694: hue angle of 268.31º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490694 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 6 | 148 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.42 |
| HSL | 268.31º | 0.92% | 0.3% | - |
| HSV(B) | 268.31º | 0.96% | 0.58% | - |
| XYZ | 8.16 | 3.68 | 28.3 | - |
| YUV | 42.22 | 187.7 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 148 | 0.51 | 0.96 | 0 | 0.42 | 268.31 | 0.92 | 0.3 |
| Hex | 49 | 6 | 94 | 33 | 60 | 0 | 2A | 10C | 5C | 1E |
| Octal | 111 | 6 | 224 | 63 | 140 | 0 | 52 | 414 | 134 | 36 |
| Binary | 1001001 | 110 | 10010100 | 110011 | 1100000 | 0 | 101010 | 100001100 | 1011100 | 11110 |
Color Harmonies of #490694
Complementary color
Monochromatic Colors of #490694
Black with #490694
Text Example
Text Example
White with #490694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490694; }
p { color: rgb(73,6,148); }
H1.HeaderClassName
{
color: #490694;
}
.AnyTagClassName
{
color: #490694;
}
</style>
background-color css
<style>
a { background-color: #490694; }
a { background-color: rgb(73,6,148); }
div.DivClassName
{
background-color: #490694;
}
.BgClassName
{
background-color: #490694;
}
</style>
border-color css
<style>
span { border-color: #490694; }
span { border-color: rgb(73,6,148); }
td.TdClassName
{
border-color: #490694;
}
.TagClassName
{
border-color: #490694;
}
</style>