Shades of Indigo #460E71
Tints of Indigo #460E71
RGB
CMYK
RGB Variations
Color information
#460E71 (or 0x460E71) is known color: Indigo. HEX triplet: 46, 0E and 71. RGB value is (70,14,113). Sum of RGB (Red+Green+Blue) = 70+14+113=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #460E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E71 is #B9F18E. Grayscale: #292929. Windows color (decimal): -12185999 or 7409222. OLE color: 7409222.
HSL color Cylindrical-coordinate representation of color #460E71: hue angle of 273.94º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460E71 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 14 | 113 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.56 |
| HSL | 273.94º | 0.78% | 0.25% | - |
| HSV(B) | 273.94º | 0.88% | 0.44% | - |
| XYZ | 5.66 | 2.81 | 15.87 | - |
| YUV | 42.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 113 | 0.38 | 0.88 | 0 | 0.56 | 273.94 | 0.78 | 0.25 |
| Hex | 46 | E | 71 | 26 | 58 | 0 | 38 | 112 | 4E | 19 |
| Octal | 106 | 16 | 161 | 46 | 130 | 0 | 70 | 422 | 116 | 31 |
| Binary | 1000110 | 1110 | 1110001 | 100110 | 1011000 | 0 | 111000 | 100010010 | 1001110 | 11001 |
Color Harmonies of #460E71
Complementary color
Monochromatic Colors of #460E71
Black with #460E71
Text Example
Text Example
White with #460E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E71; }
p { color: rgb(70,14,113); }
H1.HeaderClassName
{
color: #460E71;
}
.AnyTagClassName
{
color: #460E71;
}
</style>
background-color css
<style>
a { background-color: #460E71; }
a { background-color: rgb(70,14,113); }
div.DivClassName
{
background-color: #460E71;
}
.BgClassName
{
background-color: #460E71;
}
</style>
border-color css
<style>
span { border-color: #460E71; }
span { border-color: rgb(70,14,113); }
td.TdClassName
{
border-color: #460E71;
}
.TagClassName
{
border-color: #460E71;
}
</style>