Shades of Indigo #46076C
Tints of Indigo #46076C
RGB
CMYK
RGB Variations
Color information
#46076C (or 0x46076C) is known color: Indigo. HEX triplet: 46, 07 and 6C. RGB value is (70,7,108). Sum of RGB (Red+Green+Blue) = 70+7+108=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 108 (42.58% from 255 or 58.38% from 185); Max value from RGB is 108 - color contains mainly: blue. Hex color #46076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46076C is #B9F893. Grayscale: #252525. Windows color (decimal): -12187796 or 7079750. OLE color: 7079750.
HSL color Cylindrical-coordinate representation of color #46076C: hue angle of 277.43º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46076C is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 7 | 108 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.58 |
| HSL | 277.43º | 0.88% | 0.23% | - |
| HSV(B) | 277.43º | 0.94% | 0.42% | - |
| XYZ | 5.31 | 2.54 | 14.4 | - |
| YUV | 37.35 | 167.87 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 108 | 0.35 | 0.94 | 0 | 0.58 | 277.43 | 0.88 | 0.23 |
| Hex | 46 | 7 | 6C | 23 | 5E | 0 | 3A | 115 | 58 | 17 |
| Octal | 106 | 7 | 154 | 43 | 136 | 0 | 72 | 425 | 130 | 27 |
| Binary | 1000110 | 111 | 1101100 | 100011 | 1011110 | 0 | 111010 | 100010101 | 1011000 | 10111 |
Color Harmonies of #46076C
Complementary color
Monochromatic Colors of #46076C
Black with #46076C
Text Example
Text Example
White with #46076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46076C; }
p { color: rgb(70,7,108); }
H1.HeaderClassName
{
color: #46076C;
}
.AnyTagClassName
{
color: #46076C;
}
</style>
background-color css
<style>
a { background-color: #46076C; }
a { background-color: rgb(70,7,108); }
div.DivClassName
{
background-color: #46076C;
}
.BgClassName
{
background-color: #46076C;
}
</style>
border-color css
<style>
span { border-color: #46076C; }
span { border-color: rgb(70,7,108); }
td.TdClassName
{
border-color: #46076C;
}
.TagClassName
{
border-color: #46076C;
}
</style>