Shades of Indigo #491272
Tints of Indigo #491272
RGB
CMYK
RGB Variations
Color information
#491272 (or 0x491272) is known color: Indigo. HEX triplet: 49, 12 and 72. RGB value is (73,18,114). Sum of RGB (Red+Green+Blue) = 73+18+114=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #491272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491272 is #B6ED8D. Grayscale: #2D2D2D. Windows color (decimal): -11988366 or 7475785. OLE color: 7475785.
HSL color Cylindrical-coordinate representation of color #491272: hue angle of 274.38º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491272 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 18 | 114 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.55 |
| HSL | 274.38º | 0.73% | 0.26% | - |
| HSV(B) | 274.38º | 0.84% | 0.45% | - |
| XYZ | 6 | 3.06 | 16.19 | - |
| YUV | 45.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 114 | 0.36 | 0.84 | 0 | 0.55 | 274.38 | 0.73 | 0.26 |
| Hex | 49 | 12 | 72 | 24 | 54 | 0 | 37 | 112 | 49 | 1A |
| Octal | 111 | 22 | 162 | 44 | 124 | 0 | 67 | 422 | 111 | 32 |
| Binary | 1001001 | 10010 | 1110010 | 100100 | 1010100 | 0 | 110111 | 100010010 | 1001001 | 11010 |
Color Harmonies of #491272
Complementary color
Monochromatic Colors of #491272
Black with #491272
Text Example
Text Example
White with #491272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491272; }
p { color: rgb(73,18,114); }
H1.HeaderClassName
{
color: #491272;
}
.AnyTagClassName
{
color: #491272;
}
</style>
background-color css
<style>
a { background-color: #491272; }
a { background-color: rgb(73,18,114); }
div.DivClassName
{
background-color: #491272;
}
.BgClassName
{
background-color: #491272;
}
</style>
border-color css
<style>
span { border-color: #491272; }
span { border-color: rgb(73,18,114); }
td.TdClassName
{
border-color: #491272;
}
.TagClassName
{
border-color: #491272;
}
</style>