Shades of Indigo #460196
Tints of Indigo #460196
RGB
CMYK
RGB Variations
Color information
#460196 (or 0x460196) is known color: Indigo. HEX triplet: 46, 01 and 96. RGB value is (70,1,150). Sum of RGB (Red+Green+Blue) = 70+1+150=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #460196 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460196 is #B9FE69. Grayscale: #262626. Windows color (decimal): -12189290 or 9830726. OLE color: 9830726.
HSL color Cylindrical-coordinate representation of color #460196: hue angle of 267.79º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460196 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 1 | 150 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.41 |
| HSL | 267.79º | 0.99% | 0.3% | - |
| HSV(B) | 267.79º | 0.99% | 0.59% | - |
| XYZ | 8.04 | 3.53 | 29.11 | - |
| YUV | 38.62 | 190.86 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 150 | 0.53 | 0.99 | 0 | 0.41 | 267.79 | 0.99 | 0.3 |
| Hex | 46 | 1 | 96 | 35 | 63 | 0 | 29 | 10C | 63 | 1E |
| Octal | 106 | 1 | 226 | 65 | 143 | 0 | 51 | 414 | 143 | 36 |
| Binary | 1000110 | 1 | 10010110 | 110101 | 1100011 | 0 | 101001 | 100001100 | 1100011 | 11110 |
Color Harmonies of #460196
Complementary color
Monochromatic Colors of #460196
Black with #460196
Text Example
Text Example
White with #460196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460196; }
p { color: rgb(70,1,150); }
H1.HeaderClassName
{
color: #460196;
}
.AnyTagClassName
{
color: #460196;
}
</style>
background-color css
<style>
a { background-color: #460196; }
a { background-color: rgb(70,1,150); }
div.DivClassName
{
background-color: #460196;
}
.BgClassName
{
background-color: #460196;
}
</style>
border-color css
<style>
span { border-color: #460196; }
span { border-color: rgb(70,1,150); }
td.TdClassName
{
border-color: #460196;
}
.TagClassName
{
border-color: #460196;
}
</style>