Shades of Indigo #490361
Tints of Indigo #490361
RGB
CMYK
RGB Variations
Color information
#490361 (or 0x490361) is known color: Indigo. HEX triplet: 49, 03 and 61. RGB value is (73,3,97). Sum of RGB (Red+Green+Blue) = 73+3+97=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #490361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490361 is #B6FC9E. Grayscale: #222222. Windows color (decimal): -11992223 or 6357833. OLE color: 6357833.
HSL color Cylindrical-coordinate representation of color #490361: hue angle of 284.68º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490361 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 3 | 97 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.62 |
| HSL | 284.68º | 0.94% | 0.2% | - |
| HSV(B) | 284.68º | 0.97% | 0.38% | - |
| XYZ | 4.94 | 2.34 | 11.5 | - |
| YUV | 34.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 3 | 97 | 0.25 | 0.97 | 0 | 0.62 | 284.68 | 0.94 | 0.2 |
| Hex | 49 | 3 | 61 | 19 | 61 | 0 | 3E | 11D | 5E | 14 |
| Octal | 111 | 3 | 141 | 31 | 141 | 0 | 76 | 435 | 136 | 24 |
| Binary | 1001001 | 11 | 1100001 | 11001 | 1100001 | 0 | 111110 | 100011101 | 1011110 | 10100 |
Color Harmonies of #490361
Complementary color
Monochromatic Colors of #490361
Black with #490361
Text Example
Text Example
White with #490361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490361; }
p { color: rgb(73,3,97); }
H1.HeaderClassName
{
color: #490361;
}
.AnyTagClassName
{
color: #490361;
}
</style>
background-color css
<style>
a { background-color: #490361; }
a { background-color: rgb(73,3,97); }
div.DivClassName
{
background-color: #490361;
}
.BgClassName
{
background-color: #490361;
}
</style>
border-color css
<style>
span { border-color: #490361; }
span { border-color: rgb(73,3,97); }
td.TdClassName
{
border-color: #490361;
}
.TagClassName
{
border-color: #490361;
}
</style>