Shades of Indigo #490168
Tints of Indigo #490168
RGB
CMYK
RGB Variations
Color information
#490168 (or 0x490168) is known color: Indigo. HEX triplet: 49, 01 and 68. RGB value is (73,1,104). Sum of RGB (Red+Green+Blue) = 73+1+104=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #490168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #490168 is #B6FE97. Grayscale: #212121. Windows color (decimal): -11992728 or 6816073. OLE color: 6816073.
HSL color Cylindrical-coordinate representation of color #490168: hue angle of 281.94º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #490168 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 1 | 104 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.59 |
| HSL | 281.94º | 0.98% | 0.21% | - |
| HSV(B) | 281.94º | 0.99% | 0.41% | - |
| XYZ | 5.26 | 2.44 | 13.29 | - |
| YUV | 34.27 | 167.35 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 1 | 104 | 0.30 | 0.99 | 0 | 0.59 | 281.94 | 0.98 | 0.21 |
| Hex | 49 | 1 | 68 | 1E | 63 | 0 | 3B | 11A | 62 | 15 |
| Octal | 111 | 1 | 150 | 36 | 143 | 0 | 73 | 432 | 142 | 25 |
| Binary | 1001001 | 1 | 1101000 | 11110 | 1100011 | 0 | 111011 | 100011010 | 1100010 | 10101 |
Color Harmonies of #490168
Complementary color
Monochromatic Colors of #490168
Black with #490168
Text Example
Text Example
White with #490168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490168; }
p { color: rgb(73,1,104); }
H1.HeaderClassName
{
color: #490168;
}
.AnyTagClassName
{
color: #490168;
}
</style>
background-color css
<style>
a { background-color: #490168; }
a { background-color: rgb(73,1,104); }
div.DivClassName
{
background-color: #490168;
}
.BgClassName
{
background-color: #490168;
}
</style>
border-color css
<style>
span { border-color: #490168; }
span { border-color: rgb(73,1,104); }
td.TdClassName
{
border-color: #490168;
}
.TagClassName
{
border-color: #490168;
}
</style>