Shades of Indigo #46116C
Tints of Indigo #46116C
RGB
CMYK
RGB Variations
Color information
#46116C (or 0x46116C) is known color: Indigo. HEX triplet: 46, 11 and 6C. RGB value is (70,17,108). Sum of RGB (Red+Green+Blue) = 70+17+108=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #46116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46116C is #B9EE93. Grayscale: #2A2A2A. Windows color (decimal): -12185236 or 7082310. OLE color: 7082310.
HSL color Cylindrical-coordinate representation of color #46116C: hue angle of 274.95º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46116C is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 17 | 108 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.58 |
| HSL | 274.95º | 0.73% | 0.25% | - |
| HSV(B) | 274.95º | 0.84% | 0.42% | - |
| XYZ | 5.43 | 2.79 | 14.44 | - |
| YUV | 43.22 | 164.56 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 108 | 0.35 | 0.84 | 0 | 0.58 | 274.95 | 0.73 | 0.25 |
| Hex | 46 | 11 | 6C | 23 | 54 | 0 | 3A | 113 | 49 | 19 |
| Octal | 106 | 21 | 154 | 43 | 124 | 0 | 72 | 423 | 111 | 31 |
| Binary | 1000110 | 10001 | 1101100 | 100011 | 1010100 | 0 | 111010 | 100010011 | 1001001 | 11001 |
Color Harmonies of #46116C
Complementary color
Monochromatic Colors of #46116C
Black with #46116C
Text Example
Text Example
White with #46116C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46116C; }
p { color: rgb(70,17,108); }
H1.HeaderClassName
{
color: #46116C;
}
.AnyTagClassName
{
color: #46116C;
}
</style>
background-color css
<style>
a { background-color: #46116C; }
a { background-color: rgb(70,17,108); }
div.DivClassName
{
background-color: #46116C;
}
.BgClassName
{
background-color: #46116C;
}
</style>
border-color css
<style>
span { border-color: #46116C; }
span { border-color: rgb(70,17,108); }
td.TdClassName
{
border-color: #46116C;
}
.TagClassName
{
border-color: #46116C;
}
</style>