Shades of Indigo #460177
Tints of Indigo #460177
RGB
CMYK
RGB Variations
Color information
#460177 (or 0x460177) is known color: Indigo. HEX triplet: 46, 01 and 77. RGB value is (70,1,119). Sum of RGB (Red+Green+Blue) = 70+1+119=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 119 (46.88% from 255 or 62.63% from 190); Max value from RGB is 119 - color contains mainly: blue. Hex color #460177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460177 is #B9FE88. Grayscale: #222222. Windows color (decimal): -12189321 or 7799110. OLE color: 7799110.
HSL color Cylindrical-coordinate representation of color #460177: hue angle of 275.08º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460177 is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 1 | 119 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.53 |
| HSL | 275.08º | 0.98% | 0.24% | - |
| HSV(B) | 275.08º | 0.99% | 0.47% | - |
| XYZ | 5.87 | 2.66 | 17.66 | - |
| YUV | 35.08 | 175.36 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 119 | 0.41 | 0.99 | 0 | 0.53 | 275.08 | 0.98 | 0.24 |
| Hex | 46 | 1 | 77 | 29 | 63 | 0 | 35 | 113 | 62 | 18 |
| Octal | 106 | 1 | 167 | 51 | 143 | 0 | 65 | 423 | 142 | 30 |
| Binary | 1000110 | 1 | 1110111 | 101001 | 1100011 | 0 | 110101 | 100010011 | 1100010 | 11000 |
Color Harmonies of #460177
Complementary color
Monochromatic Colors of #460177
Black with #460177
Text Example
Text Example
White with #460177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460177; }
p { color: rgb(70,1,119); }
H1.HeaderClassName
{
color: #460177;
}
.AnyTagClassName
{
color: #460177;
}
</style>
background-color css
<style>
a { background-color: #460177; }
a { background-color: rgb(70,1,119); }
div.DivClassName
{
background-color: #460177;
}
.BgClassName
{
background-color: #460177;
}
</style>
border-color css
<style>
span { border-color: #460177; }
span { border-color: rgb(70,1,119); }
td.TdClassName
{
border-color: #460177;
}
.TagClassName
{
border-color: #460177;
}
</style>