Shades of Indigo #4D198C
Tints of Indigo #4D198C
RGB
CMYK
RGB Variations
Color information
#4D198C (or 0x4D198C) is known color: Indigo. HEX triplet: 4D, 19 and 8C. RGB value is (77,25,140). Sum of RGB (Red+Green+Blue) = 77+25+140=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D198C is #B2E673. Grayscale: #353535. Windows color (decimal): -11724404 or 9181517. OLE color: 9181517.
HSL color Cylindrical-coordinate representation of color #4D198C: hue angle of 267.13º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D198C is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 25 | 140 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.45 |
| HSL | 267.13º | 0.7% | 0.32% | - |
| HSV(B) | 267.13º | 0.82% | 0.55% | - |
| XYZ | 8.14 | 4.17 | 25.19 | - |
| YUV | 53.66 | 176.73 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 140 | 0.45 | 0.82 | 0 | 0.45 | 267.13 | 0.7 | 0.32 |
| Hex | 4D | 19 | 8C | 2D | 52 | 0 | 2D | 10B | 46 | 20 |
| Octal | 115 | 31 | 214 | 55 | 122 | 0 | 55 | 413 | 106 | 40 |
| Binary | 1001101 | 11001 | 10001100 | 101101 | 1010010 | 0 | 101101 | 100001011 | 1000110 | 100000 |
Color Harmonies of #4D198C
Complementary color
Monochromatic Colors of #4D198C
Black with #4D198C
Text Example
Text Example
White with #4D198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D198C; }
p { color: rgb(77,25,140); }
H1.HeaderClassName
{
color: #4D198C;
}
.AnyTagClassName
{
color: #4D198C;
}
</style>
background-color css
<style>
a { background-color: #4D198C; }
a { background-color: rgb(77,25,140); }
div.DivClassName
{
background-color: #4D198C;
}
.BgClassName
{
background-color: #4D198C;
}
</style>
border-color css
<style>
span { border-color: #4D198C; }
span { border-color: rgb(77,25,140); }
td.TdClassName
{
border-color: #4D198C;
}
.TagClassName
{
border-color: #4D198C;
}
</style>