Shades of Indigo #460966
Tints of Indigo #460966
RGB
CMYK
RGB Variations
Color information
#460966 (or 0x460966) is known color: Indigo. HEX triplet: 46, 09 and 66. RGB value is (70,9,102). Sum of RGB (Red+Green+Blue) = 70+9+102=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #460966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460966 is #B9F699. Grayscale: #252525. Windows color (decimal): -12187290 or 6687046. OLE color: 6687046.
HSL color Cylindrical-coordinate representation of color #460966: hue angle of 279.35º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460966 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 9 | 102 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.6 |
| HSL | 279.35º | 0.84% | 0.22% | - |
| HSV(B) | 279.35º | 0.91% | 0.4% | - |
| XYZ | 5.02 | 2.46 | 12.78 | - |
| YUV | 37.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 102 | 0.31 | 0.91 | 0 | 0.6 | 279.35 | 0.84 | 0.22 |
| Hex | 46 | 9 | 66 | 1F | 5B | 0 | 3C | 117 | 54 | 16 |
| Octal | 106 | 11 | 146 | 37 | 133 | 0 | 74 | 427 | 124 | 26 |
| Binary | 1000110 | 1001 | 1100110 | 11111 | 1011011 | 0 | 111100 | 100010111 | 1010100 | 10110 |
Color Harmonies of #460966
Complementary color
Monochromatic Colors of #460966
Black with #460966
Text Example
Text Example
White with #460966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460966; }
p { color: rgb(70,9,102); }
H1.HeaderClassName
{
color: #460966;
}
.AnyTagClassName
{
color: #460966;
}
</style>
background-color css
<style>
a { background-color: #460966; }
a { background-color: rgb(70,9,102); }
div.DivClassName
{
background-color: #460966;
}
.BgClassName
{
background-color: #460966;
}
</style>
border-color css
<style>
span { border-color: #460966; }
span { border-color: rgb(70,9,102); }
td.TdClassName
{
border-color: #460966;
}
.TagClassName
{
border-color: #460966;
}
</style>