Shades of Indigo #490270
Tints of Indigo #490270
RGB
CMYK
RGB Variations
Color information
#490270 (or 0x490270) is known color: Indigo. HEX triplet: 49, 02 and 70. RGB value is (73,2,112). Sum of RGB (Red+Green+Blue) = 73+2+112=187 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.04% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 112 (44.14% from 255 or 59.89% from 187); Max value from RGB is 112 - color contains mainly: blue. Hex color #490270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490270 is #B6FD8F. Grayscale: #232323. Windows color (decimal): -11992464 or 7340617. OLE color: 7340617.
HSL color Cylindrical-coordinate representation of color #490270: hue angle of 278.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490270 is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 2 | 112 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.56 |
| HSL | 278.73º | 0.96% | 0.22% | - |
| HSV(B) | 278.73º | 0.98% | 0.44% | - |
| XYZ | 5.69 | 2.63 | 15.54 | - |
| YUV | 35.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 112 | 0.35 | 0.98 | 0 | 0.56 | 278.73 | 0.96 | 0.22 |
| Hex | 49 | 2 | 70 | 23 | 62 | 0 | 38 | 117 | 60 | 16 |
| Octal | 111 | 2 | 160 | 43 | 142 | 0 | 70 | 427 | 140 | 26 |
| Binary | 1001001 | 10 | 1110000 | 100011 | 1100010 | 0 | 111000 | 100010111 | 1100000 | 10110 |
Color Harmonies of #490270
Complementary color
Monochromatic Colors of #490270
Black with #490270
Text Example
Text Example
White with #490270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490270; }
p { color: rgb(73,2,112); }
H1.HeaderClassName
{
color: #490270;
}
.AnyTagClassName
{
color: #490270;
}
</style>
background-color css
<style>
a { background-color: #490270; }
a { background-color: rgb(73,2,112); }
div.DivClassName
{
background-color: #490270;
}
.BgClassName
{
background-color: #490270;
}
</style>
border-color css
<style>
span { border-color: #490270; }
span { border-color: rgb(73,2,112); }
td.TdClassName
{
border-color: #490270;
}
.TagClassName
{
border-color: #490270;
}
</style>