Shades of Indigo #4A116B
Tints of Indigo #4A116B
RGB
CMYK
RGB Variations
Color information
#4A116B (or 0x4A116B) is known color: Indigo. HEX triplet: 4A, 11 and 6B. RGB value is (74,17,107). Sum of RGB (Red+Green+Blue) = 74+17+107=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 107 (42.19% from 255 or 54.04% from 198); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A116B is #B5EE94. Grayscale: #2C2C2C. Windows color (decimal): -11923093 or 7016778. OLE color: 7016778.
HSL color Cylindrical-coordinate representation of color #4A116B: hue angle of 278º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A116B is Cyan = 0.31, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 74 | 17 | 107 | - |
| CMYK | 0.31 | 0.84 | 0 | 0.58 |
| HSL | 278º | 0.73% | 0.24% | - |
| HSV(B) | 278º | 0.84% | 0.42% | - |
| XYZ | 5.68 | 2.92 | 14.17 | - |
| YUV | 44.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 17 | 107 | 0.31 | 0.84 | 0 | 0.58 | 278 | 0.73 | 0.24 |
| Hex | 4A | 11 | 6B | 1F | 54 | 0 | 3A | 116 | 49 | 18 |
| Octal | 112 | 21 | 153 | 37 | 124 | 0 | 72 | 426 | 111 | 30 |
| Binary | 1001010 | 10001 | 1101011 | 11111 | 1010100 | 0 | 111010 | 100010110 | 1001001 | 11000 |
Color Harmonies of #4A116B
Complementary color
Monochromatic Colors of #4A116B
Black with #4A116B
Text Example
Text Example
White with #4A116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A116B; }
p { color: rgb(74,17,107); }
H1.HeaderClassName
{
color: #4A116B;
}
.AnyTagClassName
{
color: #4A116B;
}
</style>
background-color css
<style>
a { background-color: #4A116B; }
a { background-color: rgb(74,17,107); }
div.DivClassName
{
background-color: #4A116B;
}
.BgClassName
{
background-color: #4A116B;
}
</style>
border-color css
<style>
span { border-color: #4A116B; }
span { border-color: rgb(74,17,107); }
td.TdClassName
{
border-color: #4A116B;
}
.TagClassName
{
border-color: #4A116B;
}
</style>