Shades of Indigo #490262
Tints of Indigo #490262
RGB
CMYK
RGB Variations
Color information
#490262 (or 0x490262) is known color: Indigo. HEX triplet: 49, 02 and 62. RGB value is (73,2,98). Sum of RGB (Red+Green+Blue) = 73+2+98=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #490262 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490262 is #B6FD9D. Grayscale: #212121. Windows color (decimal): -11992478 or 6423113. OLE color: 6423113.
HSL color Cylindrical-coordinate representation of color #490262: hue angle of 284.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #490262 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 2 | 98 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.62 |
| HSL | 284.38º | 0.96% | 0.2% | - |
| HSV(B) | 284.38º | 0.98% | 0.38% | - |
| XYZ | 4.97 | 2.34 | 11.75 | - |
| YUV | 34.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 2 | 98 | 0.26 | 0.98 | 0 | 0.62 | 284.38 | 0.96 | 0.2 |
| Hex | 49 | 2 | 62 | 1A | 62 | 0 | 3E | 11C | 60 | 14 |
| Octal | 111 | 2 | 142 | 32 | 142 | 0 | 76 | 434 | 140 | 24 |
| Binary | 1001001 | 10 | 1100010 | 11010 | 1100010 | 0 | 111110 | 100011100 | 1100000 | 10100 |
Color Harmonies of #490262
Complementary color
Monochromatic Colors of #490262
Black with #490262
Text Example
Text Example
White with #490262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490262; }
p { color: rgb(73,2,98); }
H1.HeaderClassName
{
color: #490262;
}
.AnyTagClassName
{
color: #490262;
}
</style>
background-color css
<style>
a { background-color: #490262; }
a { background-color: rgb(73,2,98); }
div.DivClassName
{
background-color: #490262;
}
.BgClassName
{
background-color: #490262;
}
</style>
border-color css
<style>
span { border-color: #490262; }
span { border-color: rgb(73,2,98); }
td.TdClassName
{
border-color: #490262;
}
.TagClassName
{
border-color: #490262;
}
</style>