Shades of Indigo #46157C
Tints of Indigo #46157C
RGB
CMYK
RGB Variations
Color information
#46157C (or 0x46157C) is known color: Indigo. HEX triplet: 46, 15 and 7C. RGB value is (70,21,124). Sum of RGB (Red+Green+Blue) = 70+21+124=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #46157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46157C is #B9EA83. Grayscale: #2F2F2F. Windows color (decimal): -12184196 or 8131910. OLE color: 8131910.
HSL color Cylindrical-coordinate representation of color #46157C: hue angle of 268.54º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46157C is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 21 | 124 | - |
| CMYK | 0.44 | 0.83 | 0 | 0.51 |
| HSL | 268.54º | 0.71% | 0.28% | - |
| HSV(B) | 268.54º | 0.83% | 0.49% | - |
| XYZ | 6.43 | 3.29 | 19.37 | - |
| YUV | 47.39 | 171.23 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 124 | 0.44 | 0.83 | 0 | 0.51 | 268.54 | 0.71 | 0.28 |
| Hex | 46 | 15 | 7C | 2C | 53 | 0 | 33 | 10D | 47 | 1C |
| Octal | 106 | 25 | 174 | 54 | 123 | 0 | 63 | 415 | 107 | 34 |
| Binary | 1000110 | 10101 | 1111100 | 101100 | 1010011 | 0 | 110011 | 100001101 | 1000111 | 11100 |
Color Harmonies of #46157C
Complementary color
Monochromatic Colors of #46157C
Black with #46157C
Text Example
Text Example
White with #46157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46157C; }
p { color: rgb(70,21,124); }
H1.HeaderClassName
{
color: #46157C;
}
.AnyTagClassName
{
color: #46157C;
}
</style>
background-color css
<style>
a { background-color: #46157C; }
a { background-color: rgb(70,21,124); }
div.DivClassName
{
background-color: #46157C;
}
.BgClassName
{
background-color: #46157C;
}
</style>
border-color css
<style>
span { border-color: #46157C; }
span { border-color: rgb(70,21,124); }
td.TdClassName
{
border-color: #46157C;
}
.TagClassName
{
border-color: #46157C;
}
</style>