Shades of Indigo #460160
Tints of Indigo #460160
RGB
CMYK
RGB Variations
Color information
#460160 (or 0x460160) is known color: Indigo. HEX triplet: 46, 01 and 60. RGB value is (70,1,96). Sum of RGB (Red+Green+Blue) = 70+1+96=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #460160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460160 is #B9FE9F. Grayscale: #202020. Windows color (decimal): -12189344 or 6291782. OLE color: 6291782.
HSL color Cylindrical-coordinate representation of color #460160: hue angle of 283.58º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460160 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 1 | 96 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.62 |
| HSL | 283.58º | 0.98% | 0.19% | - |
| HSV(B) | 283.58º | 0.99% | 0.38% | - |
| XYZ | 4.65 | 2.17 | 11.24 | - |
| YUV | 32.46 | 163.86 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 96 | 0.27 | 0.99 | 0 | 0.62 | 283.58 | 0.98 | 0.19 |
| Hex | 46 | 1 | 60 | 1B | 63 | 0 | 3E | 11C | 62 | 13 |
| Octal | 106 | 1 | 140 | 33 | 143 | 0 | 76 | 434 | 142 | 23 |
| Binary | 1000110 | 1 | 1100000 | 11011 | 1100011 | 0 | 111110 | 100011100 | 1100010 | 10011 |
Color Harmonies of #460160
Complementary color
Monochromatic Colors of #460160
Black with #460160
Text Example
Text Example
White with #460160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460160; }
p { color: rgb(70,1,96); }
H1.HeaderClassName
{
color: #460160;
}
.AnyTagClassName
{
color: #460160;
}
</style>
background-color css
<style>
a { background-color: #460160; }
a { background-color: rgb(70,1,96); }
div.DivClassName
{
background-color: #460160;
}
.BgClassName
{
background-color: #460160;
}
</style>
border-color css
<style>
span { border-color: #460160; }
span { border-color: rgb(70,1,96); }
td.TdClassName
{
border-color: #460160;
}
.TagClassName
{
border-color: #460160;
}
</style>