Shades of Indigo #46076A
Tints of Indigo #46076A
RGB
CMYK
RGB Variations
Color information
#46076A (or 0x46076A) is known color: Indigo. HEX triplet: 46, 07 and 6A. RGB value is (70,7,106). Sum of RGB (Red+Green+Blue) = 70+7+106=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 106 (41.80% from 255 or 57.92% from 183); Max value from RGB is 106 - color contains mainly: blue. Hex color #46076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46076A is #B9F895. Grayscale: #242424. Windows color (decimal): -12187798 or 6948678. OLE color: 6948678.
HSL color Cylindrical-coordinate representation of color #46076A: hue angle of 278.18º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46076A is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 7 | 106 | - |
| CMYK | 0.34 | 0.93 | 0 | 0.58 |
| HSL | 278.18º | 0.88% | 0.22% | - |
| HSV(B) | 278.18º | 0.93% | 0.42% | - |
| XYZ | 5.2 | 2.49 | 13.84 | - |
| YUV | 37.12 | 166.87 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 106 | 0.34 | 0.93 | 0 | 0.58 | 278.18 | 0.88 | 0.22 |
| Hex | 46 | 7 | 6A | 22 | 5D | 0 | 3A | 116 | 58 | 16 |
| Octal | 106 | 7 | 152 | 42 | 135 | 0 | 72 | 426 | 130 | 26 |
| Binary | 1000110 | 111 | 1101010 | 100010 | 1011101 | 0 | 111010 | 100010110 | 1011000 | 10110 |
Color Harmonies of #46076A
Complementary color
Monochromatic Colors of #46076A
Black with #46076A
Text Example
Text Example
White with #46076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46076A; }
p { color: rgb(70,7,106); }
H1.HeaderClassName
{
color: #46076A;
}
.AnyTagClassName
{
color: #46076A;
}
</style>
background-color css
<style>
a { background-color: #46076A; }
a { background-color: rgb(70,7,106); }
div.DivClassName
{
background-color: #46076A;
}
.BgClassName
{
background-color: #46076A;
}
</style>
border-color css
<style>
span { border-color: #46076A; }
span { border-color: rgb(70,7,106); }
td.TdClassName
{
border-color: #46076A;
}
.TagClassName
{
border-color: #46076A;
}
</style>