Shades of Indigo #460059
Tints of Indigo #460059
RGB
CMYK
RGB Variations
Color information
#460059 (or 0x460059) is known color: Indigo. HEX triplet: 46, 00 and 59. RGB value is (70,0,89). Sum of RGB (Red+Green+Blue) = 70+0+89=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #460059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460059 is #B9FFA6. Grayscale: #1E1E1E. Windows color (decimal): -12189607 or 5832774. OLE color: 5832774.
HSL color Cylindrical-coordinate representation of color #460059: hue angle of 287.19º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460059 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 0 | 89 | - |
| CMYK | 0.21 | 1 | 0 | 0.65 |
| HSL | 287.19º | 1% | 0.17% | - |
| HSV(B) | 287.19º | 1% | 0.35% | - |
| XYZ | 4.33 | 2.02 | 9.61 | - |
| YUV | 31.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 89 | 0.21 | 1 | 0 | 0.65 | 287.19 | 1 | 0.17 |
| Hex | 46 | 0 | 59 | 15 | 64 | 0 | 41 | 11F | 64 | 11 |
| Octal | 106 | 0 | 131 | 25 | 144 | 0 | 101 | 437 | 144 | 21 |
| Binary | 1000110 | 0 | 1011001 | 10101 | 1100100 | 0 | 1000001 | 100011111 | 1100100 | 10001 |
Color Harmonies of #460059
Complementary color
Monochromatic Colors of #460059
Black with #460059
Text Example
Text Example
White with #460059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460059; }
p { color: rgb(70,0,89); }
H1.HeaderClassName
{
color: #460059;
}
.AnyTagClassName
{
color: #460059;
}
</style>
background-color css
<style>
a { background-color: #460059; }
a { background-color: rgb(70,0,89); }
div.DivClassName
{
background-color: #460059;
}
.BgClassName
{
background-color: #460059;
}
</style>
border-color css
<style>
span { border-color: #460059; }
span { border-color: rgb(70,0,89); }
td.TdClassName
{
border-color: #460059;
}
.TagClassName
{
border-color: #460059;
}
</style>