Shades of Indigo #4B116E
Tints of Indigo #4B116E
RGB
CMYK
RGB Variations
Color information
#4B116E (or 0x4B116E) is known color: Indigo. HEX triplet: 4B, 11 and 6E. RGB value is (75,17,110). Sum of RGB (Red+Green+Blue) = 75+17+110=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 110 (43.36% from 255 or 54.46% from 202); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B116E is #B4EE91. Grayscale: #2C2C2C. Windows color (decimal): -11857554 or 7213387. OLE color: 7213387.
HSL color Cylindrical-coordinate representation of color #4B116E: hue angle of 277.42º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B116E is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 75 | 17 | 110 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.57 |
| HSL | 277.42º | 0.73% | 0.25% | - |
| HSV(B) | 277.42º | 0.85% | 0.43% | - |
| XYZ | 5.92 | 3.02 | 15.02 | - |
| YUV | 44.94 | 164.72 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 110 | 0.32 | 0.85 | 0 | 0.57 | 277.42 | 0.73 | 0.25 |
| Hex | 4B | 11 | 6E | 20 | 55 | 0 | 39 | 115 | 49 | 19 |
| Octal | 113 | 21 | 156 | 40 | 125 | 0 | 71 | 425 | 111 | 31 |
| Binary | 1001011 | 10001 | 1101110 | 100000 | 1010101 | 0 | 111001 | 100010101 | 1001001 | 11001 |
Color Harmonies of #4B116E
Complementary color
Monochromatic Colors of #4B116E
Black with #4B116E
Text Example
Text Example
White with #4B116E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B116E; }
p { color: rgb(75,17,110); }
H1.HeaderClassName
{
color: #4B116E;
}
.AnyTagClassName
{
color: #4B116E;
}
</style>
background-color css
<style>
a { background-color: #4B116E; }
a { background-color: rgb(75,17,110); }
div.DivClassName
{
background-color: #4B116E;
}
.BgClassName
{
background-color: #4B116E;
}
</style>
border-color css
<style>
span { border-color: #4B116E; }
span { border-color: rgb(75,17,110); }
td.TdClassName
{
border-color: #4B116E;
}
.TagClassName
{
border-color: #4B116E;
}
</style>