Shades of Indigo #46015E
Tints of Indigo #46015E
RGB
CMYK
RGB Variations
Color information
#46015E (or 0x46015E) is known color: Indigo. HEX triplet: 46, 01 and 5E. RGB value is (70,1,94). Sum of RGB (Red+Green+Blue) = 70+1+94=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 94 (37.11% from 255 or 56.97% from 165); Max value from RGB is 94 - color contains mainly: blue. Hex color #46015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46015E is #B9FEA1. Grayscale: #1F1F1F. Windows color (decimal): -12189346 or 6160710. OLE color: 6160710.
HSL color Cylindrical-coordinate representation of color #46015E: hue angle of 284.52º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46015E is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 1 | 94 | - |
| CMYK | 0.26 | 0.99 | 0 | 0.63 |
| HSL | 284.52º | 0.98% | 0.19% | - |
| HSV(B) | 284.52º | 0.99% | 0.37% | - |
| XYZ | 4.56 | 2.13 | 10.76 | - |
| YUV | 32.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 94 | 0.26 | 0.99 | 0 | 0.63 | 284.52 | 0.98 | 0.19 |
| Hex | 46 | 1 | 5E | 1A | 63 | 0 | 3F | 11D | 62 | 13 |
| Octal | 106 | 1 | 136 | 32 | 143 | 0 | 77 | 435 | 142 | 23 |
| Binary | 1000110 | 1 | 1011110 | 11010 | 1100011 | 0 | 111111 | 100011101 | 1100010 | 10011 |
Color Harmonies of #46015E
Complementary color
Monochromatic Colors of #46015E
Black with #46015E
Text Example
Text Example
White with #46015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46015E; }
p { color: rgb(70,1,94); }
H1.HeaderClassName
{
color: #46015E;
}
.AnyTagClassName
{
color: #46015E;
}
</style>
background-color css
<style>
a { background-color: #46015E; }
a { background-color: rgb(70,1,94); }
div.DivClassName
{
background-color: #46015E;
}
.BgClassName
{
background-color: #46015E;
}
</style>
border-color css
<style>
span { border-color: #46015E; }
span { border-color: rgb(70,1,94); }
td.TdClassName
{
border-color: #46015E;
}
.TagClassName
{
border-color: #46015E;
}
</style>