Shades of Indigo #46117C
Tints of Indigo #46117C
RGB
CMYK
RGB Variations
Color information
#46117C (or 0x46117C) is known color: Indigo. HEX triplet: 46, 11 and 7C. RGB value is (70,17,124). Sum of RGB (Red+Green+Blue) = 70+17+124=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 124 (48.83% from 255 or 58.77% from 211); Max value from RGB is 124 - color contains mainly: blue. Hex color #46117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46117C is #B9EE83. Grayscale: #2C2C2C. Windows color (decimal): -12185220 or 8130886. OLE color: 8130886.
HSL color Cylindrical-coordinate representation of color #46117C: hue angle of 269.72º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46117C is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 17 | 124 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.51 |
| HSL | 269.72º | 0.76% | 0.28% | - |
| HSV(B) | 269.72º | 0.86% | 0.49% | - |
| XYZ | 6.36 | 3.16 | 19.34 | - |
| YUV | 45.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 124 | 0.44 | 0.86 | 0 | 0.51 | 269.72 | 0.76 | 0.28 |
| Hex | 46 | 11 | 7C | 2C | 56 | 0 | 33 | 10E | 4C | 1C |
| Octal | 106 | 21 | 174 | 54 | 126 | 0 | 63 | 416 | 114 | 34 |
| Binary | 1000110 | 10001 | 1111100 | 101100 | 1010110 | 0 | 110011 | 100001110 | 1001100 | 11100 |
Color Harmonies of #46117C
Complementary color
Monochromatic Colors of #46117C
Black with #46117C
Text Example
Text Example
White with #46117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46117C; }
p { color: rgb(70,17,124); }
H1.HeaderClassName
{
color: #46117C;
}
.AnyTagClassName
{
color: #46117C;
}
</style>
background-color css
<style>
a { background-color: #46117C; }
a { background-color: rgb(70,17,124); }
div.DivClassName
{
background-color: #46117C;
}
.BgClassName
{
background-color: #46117C;
}
</style>
border-color css
<style>
span { border-color: #46117C; }
span { border-color: rgb(70,17,124); }
td.TdClassName
{
border-color: #46117C;
}
.TagClassName
{
border-color: #46117C;
}
</style>