Shades of Indigo #490682
Tints of Indigo #490682
RGB
CMYK
RGB Variations
Color information
#490682 (or 0x490682) is known color: Indigo. HEX triplet: 49, 06 and 82. RGB value is (73,6,130). Sum of RGB (Red+Green+Blue) = 73+6+130=209 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.93% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 130 (51.17% from 255 or 62.20% from 209); Max value from RGB is 130 - color contains mainly: blue. Hex color #490682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490682 is #B6F97D. Grayscale: #272727. Windows color (decimal): -11991422 or 8521289. OLE color: 8521289.
HSL color Cylindrical-coordinate representation of color #490682: hue angle of 272.42º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490682 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 73 | 6 | 130 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.49 |
| HSL | 272.42º | 0.91% | 0.27% | - |
| HSV(B) | 272.42º | 0.95% | 0.51% | - |
| XYZ | 6.84 | 3.16 | 21.37 | - |
| YUV | 40.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 130 | 0.44 | 0.95 | 0 | 0.49 | 272.42 | 0.91 | 0.27 |
| Hex | 49 | 6 | 82 | 2C | 5F | 0 | 31 | 110 | 5B | 1B |
| Octal | 111 | 6 | 202 | 54 | 137 | 0 | 61 | 420 | 133 | 33 |
| Binary | 1001001 | 110 | 10000010 | 101100 | 1011111 | 0 | 110001 | 100010000 | 1011011 | 11011 |
Color Harmonies of #490682
Complementary color
Monochromatic Colors of #490682
Black with #490682
Text Example
Text Example
White with #490682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490682; }
p { color: rgb(73,6,130); }
H1.HeaderClassName
{
color: #490682;
}
.AnyTagClassName
{
color: #490682;
}
</style>
background-color css
<style>
a { background-color: #490682; }
a { background-color: rgb(73,6,130); }
div.DivClassName
{
background-color: #490682;
}
.BgClassName
{
background-color: #490682;
}
</style>
border-color css
<style>
span { border-color: #490682; }
span { border-color: rgb(73,6,130); }
td.TdClassName
{
border-color: #490682;
}
.TagClassName
{
border-color: #490682;
}
</style>