Shades of Indigo #491297
Tints of Indigo #491297
RGB
CMYK
RGB Variations
Color information
#491297 (or 0x491297) is known color: Indigo. HEX triplet: 49, 12 and 97. RGB value is (73,18,151). Sum of RGB (Red+Green+Blue) = 73+18+151=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 151 (59.38% from 255 or 62.40% from 242); Max value from RGB is 151 - color contains mainly: blue. Hex color #491297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491297 is #B6ED68. Grayscale: #313131. Windows color (decimal): -11988329 or 9900617. OLE color: 9900617.
HSL color Cylindrical-coordinate representation of color #491297: hue angle of 264.81º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #491297 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 18 | 151 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.41 |
| HSL | 264.81º | 0.79% | 0.33% | - |
| HSV(B) | 264.81º | 0.88% | 0.59% | - |
| XYZ | 8.55 | 4.08 | 29.62 | - |
| YUV | 49.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 18 | 151 | 0.52 | 0.88 | 0 | 0.41 | 264.81 | 0.79 | 0.33 |
| Hex | 49 | 12 | 97 | 34 | 58 | 0 | 29 | 109 | 4F | 21 |
| Octal | 111 | 22 | 227 | 64 | 130 | 0 | 51 | 411 | 117 | 41 |
| Binary | 1001001 | 10010 | 10010111 | 110100 | 1011000 | 0 | 101001 | 100001001 | 1001111 | 100001 |
Color Harmonies of #491297
Complementary color
Monochromatic Colors of #491297
Black with #491297
Text Example
Text Example
White with #491297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491297; }
p { color: rgb(73,18,151); }
H1.HeaderClassName
{
color: #491297;
}
.AnyTagClassName
{
color: #491297;
}
</style>
background-color css
<style>
a { background-color: #491297; }
a { background-color: rgb(73,18,151); }
div.DivClassName
{
background-color: #491297;
}
.BgClassName
{
background-color: #491297;
}
</style>
border-color css
<style>
span { border-color: #491297; }
span { border-color: rgb(73,18,151); }
td.TdClassName
{
border-color: #491297;
}
.TagClassName
{
border-color: #491297;
}
</style>