Shades of Indigo #46119B
Tints of Indigo #46119B
RGB
CMYK
RGB Variations
Color information
#46119B (or 0x46119B) is known color: Indigo. HEX triplet: 46, 11 and 9B. RGB value is (70,17,155). Sum of RGB (Red+Green+Blue) = 70+17+155=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #46119B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46119B is #B9EE64. Grayscale: #303030. Windows color (decimal): -12185189 or 10162502. OLE color: 10162502.
HSL color Cylindrical-coordinate representation of color #46119B: hue angle of 263.04º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46119B is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 17 | 155 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.39 |
| HSL | 263.04º | 0.8% | 0.34% | - |
| HSV(B) | 263.04º | 0.89% | 0.61% | - |
| XYZ | 8.64 | 4.07 | 31.34 | - |
| YUV | 48.58 | 188.06 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 155 | 0.55 | 0.89 | 0 | 0.39 | 263.04 | 0.8 | 0.34 |
| Hex | 46 | 11 | 9B | 37 | 59 | 0 | 27 | 107 | 50 | 22 |
| Octal | 106 | 21 | 233 | 67 | 131 | 0 | 47 | 407 | 120 | 42 |
| Binary | 1000110 | 10001 | 10011011 | 110111 | 1011001 | 0 | 100111 | 100000111 | 1010000 | 100010 |
Color Harmonies of #46119B
Complementary color
Monochromatic Colors of #46119B
Black with #46119B
Text Example
Text Example
White with #46119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46119B; }
p { color: rgb(70,17,155); }
H1.HeaderClassName
{
color: #46119B;
}
.AnyTagClassName
{
color: #46119B;
}
</style>
background-color css
<style>
a { background-color: #46119B; }
a { background-color: rgb(70,17,155); }
div.DivClassName
{
background-color: #46119B;
}
.BgClassName
{
background-color: #46119B;
}
</style>
border-color css
<style>
span { border-color: #46119B; }
span { border-color: rgb(70,17,155); }
td.TdClassName
{
border-color: #46119B;
}
.TagClassName
{
border-color: #46119B;
}
</style>