Shades of Indigo #460F71
Tints of Indigo #460F71
RGB
CMYK
RGB Variations
Color information
#460F71 (or 0x460F71) is known color: Indigo. HEX triplet: 46, 0F and 71. RGB value is (70,15,113). Sum of RGB (Red+Green+Blue) = 70+15+113=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 15 (6.25% from 255 or 7.58% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #460F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F71 is #B9F08E. Grayscale: #2A2A2A. Windows color (decimal): -12185743 or 7409478. OLE color: 7409478.
HSL color Cylindrical-coordinate representation of color #460F71: hue angle of 273.67º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460F71 is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 15 | 113 | - |
| CMYK | 0.38 | 0.87 | 0 | 0.56 |
| HSL | 273.67º | 0.77% | 0.25% | - |
| HSV(B) | 273.67º | 0.87% | 0.44% | - |
| XYZ | 5.68 | 2.84 | 15.87 | - |
| YUV | 42.62 | 167.72 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 113 | 0.38 | 0.87 | 0 | 0.56 | 273.67 | 0.77 | 0.25 |
| Hex | 46 | F | 71 | 26 | 57 | 0 | 38 | 112 | 4D | 19 |
| Octal | 106 | 17 | 161 | 46 | 127 | 0 | 70 | 422 | 115 | 31 |
| Binary | 1000110 | 1111 | 1110001 | 100110 | 1010111 | 0 | 111000 | 100010010 | 1001101 | 11001 |
Color Harmonies of #460F71
Complementary color
Monochromatic Colors of #460F71
Black with #460F71
Text Example
Text Example
White with #460F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F71; }
p { color: rgb(70,15,113); }
H1.HeaderClassName
{
color: #460F71;
}
.AnyTagClassName
{
color: #460F71;
}
</style>
background-color css
<style>
a { background-color: #460F71; }
a { background-color: rgb(70,15,113); }
div.DivClassName
{
background-color: #460F71;
}
.BgClassName
{
background-color: #460F71;
}
</style>
border-color css
<style>
span { border-color: #460F71; }
span { border-color: rgb(70,15,113); }
td.TdClassName
{
border-color: #460F71;
}
.TagClassName
{
border-color: #460F71;
}
</style>