Shades of Indigo #490698
Tints of Indigo #490698
RGB
CMYK
RGB Variations
Color information
#490698 (or 0x490698) is known color: Indigo. HEX triplet: 49, 06 and 98. RGB value is (73,6,152). Sum of RGB (Red+Green+Blue) = 73+6+152=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #490698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490698 is #B6F967. Grayscale: #2A2A2A. Windows color (decimal): -11991400 or 9963081. OLE color: 9963081.
HSL color Cylindrical-coordinate representation of color #490698: hue angle of 267.53º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #490698 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 6 | 152 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.40 |
| HSL | 267.53º | 0.92% | 0.31% | - |
| HSV(B) | 267.53º | 0.96% | 0.6% | - |
| XYZ | 8.48 | 3.81 | 29.99 | - |
| YUV | 42.68 | 189.7 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 6 | 152 | 0.52 | 0.96 | 0 | 0.40 | 267.53 | 0.92 | 0.31 |
| Hex | 49 | 6 | 98 | 34 | 60 | 0 | 28 | 10C | 5C | 1F |
| Octal | 111 | 6 | 230 | 64 | 140 | 0 | 50 | 414 | 134 | 37 |
| Binary | 1001001 | 110 | 10011000 | 110100 | 1100000 | 0 | 101000 | 100001100 | 1011100 | 11111 |
Color Harmonies of #490698
Complementary color
Monochromatic Colors of #490698
Black with #490698
Text Example
Text Example
White with #490698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490698; }
p { color: rgb(73,6,152); }
H1.HeaderClassName
{
color: #490698;
}
.AnyTagClassName
{
color: #490698;
}
</style>
background-color css
<style>
a { background-color: #490698; }
a { background-color: rgb(73,6,152); }
div.DivClassName
{
background-color: #490698;
}
.BgClassName
{
background-color: #490698;
}
</style>
border-color css
<style>
span { border-color: #490698; }
span { border-color: rgb(73,6,152); }
td.TdClassName
{
border-color: #490698;
}
.TagClassName
{
border-color: #490698;
}
</style>