Shades of Indigo #491373
Tints of Indigo #491373
RGB
CMYK
RGB Variations
Color information
#491373 (or 0x491373) is known color: Indigo. HEX triplet: 49, 13 and 73. RGB value is (73,19,115). Sum of RGB (Red+Green+Blue) = 73+19+115=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #491373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491373 is #B6EC8C. Grayscale: #2D2D2D. Windows color (decimal): -11988109 or 7541577. OLE color: 7541577.
HSL color Cylindrical-coordinate representation of color #491373: hue angle of 273.75º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491373 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 19 | 115 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.55 |
| HSL | 273.75º | 0.72% | 0.26% | - |
| HSV(B) | 273.75º | 0.83% | 0.45% | - |
| XYZ | 6.08 | 3.12 | 16.5 | - |
| YUV | 46.09 | 166.89 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 115 | 0.37 | 0.83 | 0 | 0.55 | 273.75 | 0.72 | 0.26 |
| Hex | 49 | 13 | 73 | 25 | 53 | 0 | 37 | 112 | 48 | 1A |
| Octal | 111 | 23 | 163 | 45 | 123 | 0 | 67 | 422 | 110 | 32 |
| Binary | 1001001 | 10011 | 1110011 | 100101 | 1010011 | 0 | 110111 | 100010010 | 1001000 | 11010 |
Color Harmonies of #491373
Complementary color
Monochromatic Colors of #491373
Black with #491373
Text Example
Text Example
White with #491373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491373; }
p { color: rgb(73,19,115); }
H1.HeaderClassName
{
color: #491373;
}
.AnyTagClassName
{
color: #491373;
}
</style>
background-color css
<style>
a { background-color: #491373; }
a { background-color: rgb(73,19,115); }
div.DivClassName
{
background-color: #491373;
}
.BgClassName
{
background-color: #491373;
}
</style>
border-color css
<style>
span { border-color: #491373; }
span { border-color: rgb(73,19,115); }
td.TdClassName
{
border-color: #491373;
}
.TagClassName
{
border-color: #491373;
}
</style>