Shades of Indigo #4D188D
Tints of Indigo #4D188D
RGB
CMYK
RGB Variations
Color information
#4D188D (or 0x4D188D) is known color: Indigo. HEX triplet: 4D, 18 and 8D. RGB value is (77,24,141). Sum of RGB (Red+Green+Blue) = 77+24+141=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D188D is #B2E772. Grayscale: #343434. Windows color (decimal): -11724659 or 9246797. OLE color: 9246797.
HSL color Cylindrical-coordinate representation of color #4D188D: hue angle of 267.18º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D188D is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 24 | 141 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.45 |
| HSL | 267.18º | 0.71% | 0.32% | - |
| HSV(B) | 267.18º | 0.83% | 0.55% | - |
| XYZ | 8.19 | 4.15 | 25.57 | - |
| YUV | 53.19 | 177.56 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 141 | 0.45 | 0.83 | 0 | 0.45 | 267.18 | 0.71 | 0.32 |
| Hex | 4D | 18 | 8D | 2D | 53 | 0 | 2D | 10B | 47 | 20 |
| Octal | 115 | 30 | 215 | 55 | 123 | 0 | 55 | 413 | 107 | 40 |
| Binary | 1001101 | 11000 | 10001101 | 101101 | 1010011 | 0 | 101101 | 100001011 | 1000111 | 100000 |
Color Harmonies of #4D188D
Complementary color
Monochromatic Colors of #4D188D
Black with #4D188D
Text Example
Text Example
White with #4D188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D188D; }
p { color: rgb(77,24,141); }
H1.HeaderClassName
{
color: #4D188D;
}
.AnyTagClassName
{
color: #4D188D;
}
</style>
background-color css
<style>
a { background-color: #4D188D; }
a { background-color: rgb(77,24,141); }
div.DivClassName
{
background-color: #4D188D;
}
.BgClassName
{
background-color: #4D188D;
}
</style>
border-color css
<style>
span { border-color: #4D188D; }
span { border-color: rgb(77,24,141); }
td.TdClassName
{
border-color: #4D188D;
}
.TagClassName
{
border-color: #4D188D;
}
</style>