Shades of Indigo #490679
Tints of Indigo #490679
RGB
CMYK
RGB Variations
Color information
#490679 (or 0x490679) is known color: Indigo. HEX triplet: 49, 06 and 79. RGB value is (73,6,121). Sum of RGB (Red+Green+Blue) = 73+6+121=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 121 (47.66% from 255 or 60.5% from 200); Max value from RGB is 121 - color contains mainly: blue. Hex color #490679 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490679 is #B6F986. Grayscale: #262626. Windows color (decimal): -11991431 or 7931465. OLE color: 7931465.
HSL color Cylindrical-coordinate representation of color #490679: hue angle of 274.96º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490679 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 6 | 121 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.53 |
| HSL | 274.96º | 0.91% | 0.25% | - |
| HSV(B) | 274.96º | 0.95% | 0.47% | - |
| XYZ | 6.26 | 2.93 | 18.32 | - |
| YUV | 39.14 | 174.2 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 121 | 0.40 | 0.95 | 0 | 0.53 | 274.96 | 0.91 | 0.25 |
| Hex | 49 | 6 | 79 | 28 | 5F | 0 | 35 | 113 | 5B | 19 |
| Octal | 111 | 6 | 171 | 50 | 137 | 0 | 65 | 423 | 133 | 31 |
| Binary | 1001001 | 110 | 1111001 | 101000 | 1011111 | 0 | 110101 | 100010011 | 1011011 | 11001 |
Color Harmonies of #490679
Complementary color
Monochromatic Colors of #490679
Black with #490679
Text Example
Text Example
White with #490679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490679; }
p { color: rgb(73,6,121); }
H1.HeaderClassName
{
color: #490679;
}
.AnyTagClassName
{
color: #490679;
}
</style>
background-color css
<style>
a { background-color: #490679; }
a { background-color: rgb(73,6,121); }
div.DivClassName
{
background-color: #490679;
}
.BgClassName
{
background-color: #490679;
}
</style>
border-color css
<style>
span { border-color: #490679; }
span { border-color: rgb(73,6,121); }
td.TdClassName
{
border-color: #490679;
}
.TagClassName
{
border-color: #490679;
}
</style>