Shades of Indigo #46107E
Tints of Indigo #46107E
RGB
CMYK
RGB Variations
Color information
#46107E (or 0x46107E) is known color: Indigo. HEX triplet: 46, 10 and 7E. RGB value is (70,16,126). Sum of RGB (Red+Green+Blue) = 70+16+126=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #46107E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46107E is #B9EF81. Grayscale: #2C2C2C. Windows color (decimal): -12185474 or 8261702. OLE color: 8261702.
HSL color Cylindrical-coordinate representation of color #46107E: hue angle of 269.45º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46107E is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 16 | 126 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.51 |
| HSL | 269.45º | 0.77% | 0.28% | - |
| HSV(B) | 269.45º | 0.87% | 0.49% | - |
| XYZ | 6.48 | 3.18 | 20.01 | - |
| YUV | 44.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 126 | 0.44 | 0.87 | 0 | 0.51 | 269.45 | 0.77 | 0.28 |
| Hex | 46 | 10 | 7E | 2C | 57 | 0 | 33 | 10D | 4D | 1C |
| Octal | 106 | 20 | 176 | 54 | 127 | 0 | 63 | 415 | 115 | 34 |
| Binary | 1000110 | 10000 | 1111110 | 101100 | 1010111 | 0 | 110011 | 100001101 | 1001101 | 11100 |
Color Harmonies of #46107E
Complementary color
Monochromatic Colors of #46107E
Black with #46107E
Text Example
Text Example
White with #46107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46107E; }
p { color: rgb(70,16,126); }
H1.HeaderClassName
{
color: #46107E;
}
.AnyTagClassName
{
color: #46107E;
}
</style>
background-color css
<style>
a { background-color: #46107E; }
a { background-color: rgb(70,16,126); }
div.DivClassName
{
background-color: #46107E;
}
.BgClassName
{
background-color: #46107E;
}
</style>
border-color css
<style>
span { border-color: #46107E; }
span { border-color: rgb(70,16,126); }
td.TdClassName
{
border-color: #46107E;
}
.TagClassName
{
border-color: #46107E;
}
</style>