Shades of Indigo #460166
Tints of Indigo #460166
RGB
CMYK
RGB Variations
Color information
#460166 (or 0x460166) is known color: Indigo. HEX triplet: 46, 01 and 66. RGB value is (70,1,102). Sum of RGB (Red+Green+Blue) = 70+1+102=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 102 (40.23% from 255 or 58.96% from 173); Max value from RGB is 102 - color contains mainly: blue. Hex color #460166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460166 is #B9FE99. Grayscale: #202020. Windows color (decimal): -12189338 or 6684998. OLE color: 6684998.
HSL color Cylindrical-coordinate representation of color #460166: hue angle of 280.99º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460166 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 1 | 102 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.6 |
| HSL | 280.99º | 0.98% | 0.2% | - |
| HSV(B) | 280.99º | 0.99% | 0.4% | - |
| XYZ | 4.93 | 2.28 | 12.75 | - |
| YUV | 33.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 102 | 0.31 | 0.99 | 0 | 0.6 | 280.99 | 0.98 | 0.2 |
| Hex | 46 | 1 | 66 | 1F | 63 | 0 | 3C | 119 | 62 | 14 |
| Octal | 106 | 1 | 146 | 37 | 143 | 0 | 74 | 431 | 142 | 24 |
| Binary | 1000110 | 1 | 1100110 | 11111 | 1100011 | 0 | 111100 | 100011001 | 1100010 | 10100 |
Color Harmonies of #460166
Complementary color
Monochromatic Colors of #460166
Black with #460166
Text Example
Text Example
White with #460166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460166; }
p { color: rgb(70,1,102); }
H1.HeaderClassName
{
color: #460166;
}
.AnyTagClassName
{
color: #460166;
}
</style>
background-color css
<style>
a { background-color: #460166; }
a { background-color: rgb(70,1,102); }
div.DivClassName
{
background-color: #460166;
}
.BgClassName
{
background-color: #460166;
}
</style>
border-color css
<style>
span { border-color: #460166; }
span { border-color: rgb(70,1,102); }
td.TdClassName
{
border-color: #460166;
}
.TagClassName
{
border-color: #460166;
}
</style>