Shades of Indigo #460091
Tints of Indigo #460091
RGB
CMYK
RGB Variations
Color information
#460091 (or 0x460091) is known color: Indigo. HEX triplet: 46, 00 and 91. RGB value is (70,0,145). Sum of RGB (Red+Green+Blue) = 70+0+145=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 145 (57.03% from 255 or 67.44% from 215); Max value from RGB is 145 - color contains mainly: blue. Hex color #460091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460091 is #B9FF6E. Grayscale: #242424. Windows color (decimal): -12189551 or 9502790. OLE color: 9502790.
HSL color Cylindrical-coordinate representation of color #460091: hue angle of 268.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460091 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 0 | 145 | - |
| CMYK | 0.52 | 1 | 0 | 0.43 |
| HSL | 268.97º | 1% | 0.28% | - |
| HSV(B) | 268.97º | 1% | 0.57% | - |
| XYZ | 7.64 | 3.35 | 27.03 | - |
| YUV | 37.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 145 | 0.52 | 1 | 0 | 0.43 | 268.97 | 1 | 0.28 |
| Hex | 46 | 0 | 91 | 34 | 64 | 0 | 2B | 10D | 64 | 1C |
| Octal | 106 | 0 | 221 | 64 | 144 | 0 | 53 | 415 | 144 | 34 |
| Binary | 1000110 | 0 | 10010001 | 110100 | 1100100 | 0 | 101011 | 100001101 | 1100100 | 11100 |
Color Harmonies of #460091
Complementary color
Monochromatic Colors of #460091
Black with #460091
Text Example
Text Example
White with #460091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460091; }
p { color: rgb(70,0,145); }
H1.HeaderClassName
{
color: #460091;
}
.AnyTagClassName
{
color: #460091;
}
</style>
background-color css
<style>
a { background-color: #460091; }
a { background-color: rgb(70,0,145); }
div.DivClassName
{
background-color: #460091;
}
.BgClassName
{
background-color: #460091;
}
</style>
border-color css
<style>
span { border-color: #460091; }
span { border-color: rgb(70,0,145); }
td.TdClassName
{
border-color: #460091;
}
.TagClassName
{
border-color: #460091;
}
</style>