Shades of Indigo #460171
Tints of Indigo #460171
RGB
CMYK
RGB Variations
Color information
#460171 (or 0x460171) is known color: Indigo. HEX triplet: 46, 01 and 71. RGB value is (70,1,113). Sum of RGB (Red+Green+Blue) = 70+1+113=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #460171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460171 is #B9FE8E. Grayscale: #222222. Windows color (decimal): -12189327 or 7405894. OLE color: 7405894.
HSL color Cylindrical-coordinate representation of color #460171: hue angle of 276.96º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460171 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 70 | 1 | 113 | - |
| CMYK | 0.38 | 0.99 | 0 | 0.56 |
| HSL | 276.96º | 0.98% | 0.22% | - |
| HSV(B) | 276.96º | 0.99% | 0.44% | - |
| XYZ | 5.52 | 2.52 | 15.82 | - |
| YUV | 34.4 | 172.36 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 113 | 0.38 | 0.99 | 0 | 0.56 | 276.96 | 0.98 | 0.22 |
| Hex | 46 | 1 | 71 | 26 | 63 | 0 | 38 | 115 | 62 | 16 |
| Octal | 106 | 1 | 161 | 46 | 143 | 0 | 70 | 425 | 142 | 26 |
| Binary | 1000110 | 1 | 1110001 | 100110 | 1100011 | 0 | 111000 | 100010101 | 1100010 | 10110 |
Color Harmonies of #460171
Complementary color
Monochromatic Colors of #460171
Black with #460171
Text Example
Text Example
White with #460171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460171; }
p { color: rgb(70,1,113); }
H1.HeaderClassName
{
color: #460171;
}
.AnyTagClassName
{
color: #460171;
}
</style>
background-color css
<style>
a { background-color: #460171; }
a { background-color: rgb(70,1,113); }
div.DivClassName
{
background-color: #460171;
}
.BgClassName
{
background-color: #460171;
}
</style>
border-color css
<style>
span { border-color: #460171; }
span { border-color: rgb(70,1,113); }
td.TdClassName
{
border-color: #460171;
}
.TagClassName
{
border-color: #460171;
}
</style>