Shades of Indigo #490792
Tints of Indigo #490792
RGB
CMYK
RGB Variations
Color information
#490792 (or 0x490792) is known color: Indigo. HEX triplet: 49, 07 and 92. RGB value is (73,7,146). Sum of RGB (Red+Green+Blue) = 73+7+146=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #490792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490792 is #B6F86D. Grayscale: #2A2A2A. Windows color (decimal): -11991150 or 9570121. OLE color: 9570121.
HSL color Cylindrical-coordinate representation of color #490792: hue angle of 268.49º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490792 is Cyan = 0.5, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 7 | 146 | - |
| CMYK | 0.5 | 0.95 | 0 | 0.43 |
| HSL | 268.49º | 0.91% | 0.3% | - |
| HSV(B) | 268.49º | 0.95% | 0.57% | - |
| XYZ | 8.01 | 3.64 | 27.48 | - |
| YUV | 42.58 | 186.37 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 7 | 146 | 0.5 | 0.95 | 0 | 0.43 | 268.49 | 0.91 | 0.3 |
| Hex | 49 | 7 | 92 | 32 | 5F | 0 | 2B | 10C | 5B | 1E |
| Octal | 111 | 7 | 222 | 62 | 137 | 0 | 53 | 414 | 133 | 36 |
| Binary | 1001001 | 111 | 10010010 | 110010 | 1011111 | 0 | 101011 | 100001100 | 1011011 | 11110 |
Color Harmonies of #490792
Complementary color
Monochromatic Colors of #490792
Black with #490792
Text Example
Text Example
White with #490792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490792; }
p { color: rgb(73,7,146); }
H1.HeaderClassName
{
color: #490792;
}
.AnyTagClassName
{
color: #490792;
}
</style>
background-color css
<style>
a { background-color: #490792; }
a { background-color: rgb(73,7,146); }
div.DivClassName
{
background-color: #490792;
}
.BgClassName
{
background-color: #490792;
}
</style>
border-color css
<style>
span { border-color: #490792; }
span { border-color: rgb(73,7,146); }
td.TdClassName
{
border-color: #490792;
}
.TagClassName
{
border-color: #490792;
}
</style>