Shades of Indigo #490C88
Tints of Indigo #490C88
RGB
CMYK
RGB Variations
Color information
#490C88 (or 0x490C88) is known color: Indigo. HEX triplet: 49, 0C and 88. RGB value is (73,12,136). Sum of RGB (Red+Green+Blue) = 73+12+136=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #490C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #490C88 is #B6F377. Grayscale: #2B2B2B. Windows color (decimal): -11989880 or 8916041. OLE color: 8916041.
HSL color Cylindrical-coordinate representation of color #490C88: hue angle of 269.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #490C88 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 73 | 12 | 136 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.47 |
| HSL | 269.52º | 0.84% | 0.29% | - |
| HSV(B) | 269.52º | 0.91% | 0.53% | - |
| XYZ | 7.32 | 3.46 | 23.57 | - |
| YUV | 44.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 12 | 136 | 0.46 | 0.91 | 0 | 0.47 | 269.52 | 0.84 | 0.29 |
| Hex | 49 | C | 88 | 2E | 5B | 0 | 2F | 10E | 54 | 1D |
| Octal | 111 | 14 | 210 | 56 | 133 | 0 | 57 | 416 | 124 | 35 |
| Binary | 1001001 | 1100 | 10001000 | 101110 | 1011011 | 0 | 101111 | 100001110 | 1010100 | 11101 |
Color Harmonies of #490C88
Complementary color
Monochromatic Colors of #490C88
Black with #490C88
Text Example
Text Example
White with #490C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #490C88; }
p { color: rgb(73,12,136); }
H1.HeaderClassName
{
color: #490C88;
}
.AnyTagClassName
{
color: #490C88;
}
</style>
background-color css
<style>
a { background-color: #490C88; }
a { background-color: rgb(73,12,136); }
div.DivClassName
{
background-color: #490C88;
}
.BgClassName
{
background-color: #490C88;
}
</style>
border-color css
<style>
span { border-color: #490C88; }
span { border-color: rgb(73,12,136); }
td.TdClassName
{
border-color: #490C88;
}
.TagClassName
{
border-color: #490C88;
}
</style>