Shades of Indigo #46119E
Tints of Indigo #46119E
RGB
CMYK
RGB Variations
Color information
#46119E (or 0x46119E) is known color: Indigo. HEX triplet: 46, 11 and 9E. RGB value is (70,17,158). Sum of RGB (Red+Green+Blue) = 70+17+158=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #46119E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46119E is #B9EE61. Grayscale: #303030. Windows color (decimal): -12185186 or 10359110. OLE color: 10359110.
HSL color Cylindrical-coordinate representation of color #46119E: hue angle of 262.55º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46119E is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 17 | 158 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.38 |
| HSL | 262.55º | 0.81% | 0.34% | - |
| HSV(B) | 262.55º | 0.89% | 0.62% | - |
| XYZ | 8.9 | 4.17 | 32.68 | - |
| YUV | 48.92 | 189.56 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 158 | 0.56 | 0.89 | 0 | 0.38 | 262.55 | 0.81 | 0.34 |
| Hex | 46 | 11 | 9E | 38 | 59 | 0 | 26 | 107 | 51 | 22 |
| Octal | 106 | 21 | 236 | 70 | 131 | 0 | 46 | 407 | 121 | 42 |
| Binary | 1000110 | 10001 | 10011110 | 111000 | 1011001 | 0 | 100110 | 100000111 | 1010001 | 100010 |
Color Harmonies of #46119E
Complementary color
Monochromatic Colors of #46119E
Black with #46119E
Text Example
Text Example
White with #46119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46119E; }
p { color: rgb(70,17,158); }
H1.HeaderClassName
{
color: #46119E;
}
.AnyTagClassName
{
color: #46119E;
}
</style>
background-color css
<style>
a { background-color: #46119E; }
a { background-color: rgb(70,17,158); }
div.DivClassName
{
background-color: #46119E;
}
.BgClassName
{
background-color: #46119E;
}
</style>
border-color css
<style>
span { border-color: #46119E; }
span { border-color: rgb(70,17,158); }
td.TdClassName
{
border-color: #46119E;
}
.TagClassName
{
border-color: #46119E;
}
</style>