Shades of Indigo #4D128D
Tints of Indigo #4D128D
RGB
CMYK
RGB Variations
Color information
#4D128D (or 0x4D128D) is known color: Indigo. HEX triplet: 4D, 12 and 8D. RGB value is (77,18,141). Sum of RGB (Red+Green+Blue) = 77+18+141=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D128D is #B2ED72. Grayscale: #313131. Windows color (decimal): -11726195 or 9245261. OLE color: 9245261.
HSL color Cylindrical-coordinate representation of color #4D128D: hue angle of 268.78º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D128D is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 18 | 141 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.45 |
| HSL | 268.78º | 0.77% | 0.31% | - |
| HSV(B) | 268.78º | 0.87% | 0.55% | - |
| XYZ | 8.08 | 3.93 | 25.53 | - |
| YUV | 49.66 | 179.55 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 141 | 0.45 | 0.87 | 0 | 0.45 | 268.78 | 0.77 | 0.31 |
| Hex | 4D | 12 | 8D | 2D | 57 | 0 | 2D | 10D | 4D | 1F |
| Octal | 115 | 22 | 215 | 55 | 127 | 0 | 55 | 415 | 115 | 37 |
| Binary | 1001101 | 10010 | 10001101 | 101101 | 1010111 | 0 | 101101 | 100001101 | 1001101 | 11111 |
Color Harmonies of #4D128D
Complementary color
Monochromatic Colors of #4D128D
Black with #4D128D
Text Example
Text Example
White with #4D128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D128D; }
p { color: rgb(77,18,141); }
H1.HeaderClassName
{
color: #4D128D;
}
.AnyTagClassName
{
color: #4D128D;
}
</style>
background-color css
<style>
a { background-color: #4D128D; }
a { background-color: rgb(77,18,141); }
div.DivClassName
{
background-color: #4D128D;
}
.BgClassName
{
background-color: #4D128D;
}
</style>
border-color css
<style>
span { border-color: #4D128D; }
span { border-color: rgb(77,18,141); }
td.TdClassName
{
border-color: #4D128D;
}
.TagClassName
{
border-color: #4D128D;
}
</style>