Shades of Indigo #460D66
Tints of Indigo #460D66
RGB
CMYK
RGB Variations
Color information
#460D66 (or 0x460D66) is known color: Indigo. HEX triplet: 46, 0D and 66. RGB value is (70,13,102). Sum of RGB (Red+Green+Blue) = 70+13+102=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 13 (5.47% from 255 or 7.03% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #460D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D66 is #B9F299. Grayscale: #272727. Windows color (decimal): -12186266 or 6688070. OLE color: 6688070.
HSL color Cylindrical-coordinate representation of color #460D66: hue angle of 278.43º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460D66 is Cyan = 0.31, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 13 | 102 | - |
| CMYK | 0.31 | 0.87 | 0 | 0.6 |
| HSL | 278.43º | 0.77% | 0.23% | - |
| HSV(B) | 278.43º | 0.87% | 0.4% | - |
| XYZ | 5.07 | 2.55 | 12.8 | - |
| YUV | 40.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 102 | 0.31 | 0.87 | 0 | 0.6 | 278.43 | 0.77 | 0.23 |
| Hex | 46 | D | 66 | 1F | 57 | 0 | 3C | 116 | 4D | 17 |
| Octal | 106 | 15 | 146 | 37 | 127 | 0 | 74 | 426 | 115 | 27 |
| Binary | 1000110 | 1101 | 1100110 | 11111 | 1010111 | 0 | 111100 | 100010110 | 1001101 | 10111 |
Color Harmonies of #460D66
Complementary color
Monochromatic Colors of #460D66
Black with #460D66
Text Example
Text Example
White with #460D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D66; }
p { color: rgb(70,13,102); }
H1.HeaderClassName
{
color: #460D66;
}
.AnyTagClassName
{
color: #460D66;
}
</style>
background-color css
<style>
a { background-color: #460D66; }
a { background-color: rgb(70,13,102); }
div.DivClassName
{
background-color: #460D66;
}
.BgClassName
{
background-color: #460D66;
}
</style>
border-color css
<style>
span { border-color: #460D66; }
span { border-color: rgb(70,13,102); }
td.TdClassName
{
border-color: #460D66;
}
.TagClassName
{
border-color: #460D66;
}
</style>