Shades of Indigo #491385
Tints of Indigo #491385
RGB
CMYK
RGB Variations
Color information
#491385 (or 0x491385) is known color: Indigo. HEX triplet: 49, 13 and 85. RGB value is (73,19,133). Sum of RGB (Red+Green+Blue) = 73+19+133=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #491385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491385 is #B6EC7A. Grayscale: #2F2F2F. Windows color (decimal): -11988091 or 8721225. OLE color: 8721225.
HSL color Cylindrical-coordinate representation of color #491385: hue angle of 268.42º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491385 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 73 | 19 | 133 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.48 |
| HSL | 268.42º | 0.75% | 0.3% | - |
| HSV(B) | 268.42º | 0.86% | 0.52% | - |
| XYZ | 7.21 | 3.58 | 22.5 | - |
| YUV | 48.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 133 | 0.45 | 0.86 | 0 | 0.48 | 268.42 | 0.75 | 0.3 |
| Hex | 49 | 13 | 85 | 2D | 56 | 0 | 30 | 10C | 4B | 1E |
| Octal | 111 | 23 | 205 | 55 | 126 | 0 | 60 | 414 | 113 | 36 |
| Binary | 1001001 | 10011 | 10000101 | 101101 | 1010110 | 0 | 110000 | 100001100 | 1001011 | 11110 |
Color Harmonies of #491385
Complementary color
Monochromatic Colors of #491385
Black with #491385
Text Example
Text Example
White with #491385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491385; }
p { color: rgb(73,19,133); }
H1.HeaderClassName
{
color: #491385;
}
.AnyTagClassName
{
color: #491385;
}
</style>
background-color css
<style>
a { background-color: #491385; }
a { background-color: rgb(73,19,133); }
div.DivClassName
{
background-color: #491385;
}
.BgClassName
{
background-color: #491385;
}
</style>
border-color css
<style>
span { border-color: #491385; }
span { border-color: rgb(73,19,133); }
td.TdClassName
{
border-color: #491385;
}
.TagClassName
{
border-color: #491385;
}
</style>