Shades of Indigo #490193
Tints of Indigo #490193
RGB
CMYK
RGB Variations
Color information
#490193 (or 0x490193) is known color: Indigo. HEX triplet: 49, 01 and 93. RGB value is (73,1,147). Sum of RGB (Red+Green+Blue) = 73+1+147=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #490193 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490193 is #B6FE6C. Grayscale: #262626. Windows color (decimal): -11992685 or 9634121. OLE color: 9634121.
HSL color Cylindrical-coordinate representation of color #490193: hue angle of 269.59º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490193 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 1 | 147 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.42 |
| HSL | 269.59º | 0.99% | 0.29% | - |
| HSV(B) | 269.59º | 0.99% | 0.58% | - |
| XYZ | 8.02 | 3.54 | 27.87 | - |
| YUV | 39.17 | 188.85 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 147 | 0.50 | 0.99 | 0 | 0.42 | 269.59 | 0.99 | 0.29 |
| Hex | 49 | 1 | 93 | 32 | 63 | 0 | 2A | 10E | 63 | 1D |
| Octal | 111 | 1 | 223 | 62 | 143 | 0 | 52 | 416 | 143 | 35 |
| Binary | 1001001 | 1 | 10010011 | 110010 | 1100011 | 0 | 101010 | 100001110 | 1100011 | 11101 |
Color Harmonies of #490193
Complementary color
Monochromatic Colors of #490193
Black with #490193
Text Example
Text Example
White with #490193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490193; }
p { color: rgb(73,1,147); }
H1.HeaderClassName
{
color: #490193;
}
.AnyTagClassName
{
color: #490193;
}
</style>
background-color css
<style>
a { background-color: #490193; }
a { background-color: rgb(73,1,147); }
div.DivClassName
{
background-color: #490193;
}
.BgClassName
{
background-color: #490193;
}
</style>
border-color css
<style>
span { border-color: #490193; }
span { border-color: rgb(73,1,147); }
td.TdClassName
{
border-color: #490193;
}
.TagClassName
{
border-color: #490193;
}
</style>