Shades of Indigo #460696
Tints of Indigo #460696
RGB
CMYK
RGB Variations
Color information
#460696 (or 0x460696) is known color: Indigo. HEX triplet: 46, 06 and 96. RGB value is (70,6,150). Sum of RGB (Red+Green+Blue) = 70+6+150=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #460696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460696 is #B9F969. Grayscale: #292929. Windows color (decimal): -12188010 or 9832006. OLE color: 9832006.
HSL color Cylindrical-coordinate representation of color #460696: hue angle of 266.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460696 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 6 | 150 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.41 |
| HSL | 266.67º | 0.92% | 0.31% | - |
| HSV(B) | 266.67º | 0.96% | 0.59% | - |
| XYZ | 8.1 | 3.63 | 29.13 | - |
| YUV | 41.55 | 189.2 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 150 | 0.53 | 0.96 | 0 | 0.41 | 266.67 | 0.92 | 0.31 |
| Hex | 46 | 6 | 96 | 35 | 60 | 0 | 29 | 10B | 5C | 1F |
| Octal | 106 | 6 | 226 | 65 | 140 | 0 | 51 | 413 | 134 | 37 |
| Binary | 1000110 | 110 | 10010110 | 110101 | 1100000 | 0 | 101001 | 100001011 | 1011100 | 11111 |
Color Harmonies of #460696
Complementary color
Monochromatic Colors of #460696
Black with #460696
Text Example
Text Example
White with #460696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460696; }
p { color: rgb(70,6,150); }
H1.HeaderClassName
{
color: #460696;
}
.AnyTagClassName
{
color: #460696;
}
</style>
background-color css
<style>
a { background-color: #460696; }
a { background-color: rgb(70,6,150); }
div.DivClassName
{
background-color: #460696;
}
.BgClassName
{
background-color: #460696;
}
</style>
border-color css
<style>
span { border-color: #460696; }
span { border-color: rgb(70,6,150); }
td.TdClassName
{
border-color: #460696;
}
.TagClassName
{
border-color: #460696;
}
</style>