Shades of Indigo #490894
Tints of Indigo #490894
RGB
CMYK
RGB Variations
Color information
#490894 (or 0x490894) is known color: Indigo. HEX triplet: 49, 08 and 94. RGB value is (73,8,148). Sum of RGB (Red+Green+Blue) = 73+8+148=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #490894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490894 is #B6F76B. Grayscale: #2A2A2A. Windows color (decimal): -11990892 or 9701449. OLE color: 9701449.
HSL color Cylindrical-coordinate representation of color #490894: hue angle of 267.86º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490894 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 8 | 148 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.42 |
| HSL | 267.86º | 0.9% | 0.31% | - |
| HSV(B) | 267.86º | 0.95% | 0.58% | - |
| XYZ | 8.18 | 3.73 | 28.31 | - |
| YUV | 43.4 | 187.03 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 8 | 148 | 0.51 | 0.95 | 0 | 0.42 | 267.86 | 0.9 | 0.31 |
| Hex | 49 | 8 | 94 | 33 | 5F | 0 | 2A | 10C | 5A | 1F |
| Octal | 111 | 10 | 224 | 63 | 137 | 0 | 52 | 414 | 132 | 37 |
| Binary | 1001001 | 1000 | 10010100 | 110011 | 1011111 | 0 | 101010 | 100001100 | 1011010 | 11111 |
Color Harmonies of #490894
Complementary color
Monochromatic Colors of #490894
Black with #490894
Text Example
Text Example
White with #490894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490894; }
p { color: rgb(73,8,148); }
H1.HeaderClassName
{
color: #490894;
}
.AnyTagClassName
{
color: #490894;
}
</style>
background-color css
<style>
a { background-color: #490894; }
a { background-color: rgb(73,8,148); }
div.DivClassName
{
background-color: #490894;
}
.BgClassName
{
background-color: #490894;
}
</style>
border-color css
<style>
span { border-color: #490894; }
span { border-color: rgb(73,8,148); }
td.TdClassName
{
border-color: #490894;
}
.TagClassName
{
border-color: #490894;
}
</style>