Shades of Indigo #46117D
Tints of Indigo #46117D
RGB
CMYK
RGB Variations
Color information
#46117D (or 0x46117D) is known color: Indigo. HEX triplet: 46, 11 and 7D. RGB value is (70,17,125). Sum of RGB (Red+Green+Blue) = 70+17+125=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 125 (49.22% from 255 or 58.96% from 212); Max value from RGB is 125 - color contains mainly: blue. Hex color #46117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46117D is #B9EE82. Grayscale: #2C2C2C. Windows color (decimal): -12185219 or 8196422. OLE color: 8196422.
HSL color Cylindrical-coordinate representation of color #46117D: hue angle of 269.44º 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 #46117D is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 17 | 125 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.51 |
| HSL | 269.44º | 0.76% | 0.28% | - |
| HSV(B) | 269.44º | 0.86% | 0.49% | - |
| XYZ | 6.43 | 3.18 | 19.68 | - |
| YUV | 45.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 125 | 0.44 | 0.86 | 0 | 0.51 | 269.44 | 0.76 | 0.28 |
| Hex | 46 | 11 | 7D | 2C | 56 | 0 | 33 | 10D | 4C | 1C |
| Octal | 106 | 21 | 175 | 54 | 126 | 0 | 63 | 415 | 114 | 34 |
| Binary | 1000110 | 10001 | 1111101 | 101100 | 1010110 | 0 | 110011 | 100001101 | 1001100 | 11100 |
Color Harmonies of #46117D
Complementary color
Monochromatic Colors of #46117D
Black with #46117D
Text Example
Text Example
White with #46117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46117D; }
p { color: rgb(70,17,125); }
H1.HeaderClassName
{
color: #46117D;
}
.AnyTagClassName
{
color: #46117D;
}
</style>
background-color css
<style>
a { background-color: #46117D; }
a { background-color: rgb(70,17,125); }
div.DivClassName
{
background-color: #46117D;
}
.BgClassName
{
background-color: #46117D;
}
</style>
border-color css
<style>
span { border-color: #46117D; }
span { border-color: rgb(70,17,125); }
td.TdClassName
{
border-color: #46117D;
}
.TagClassName
{
border-color: #46117D;
}
</style>