Shades of Indigo #4D198F
Tints of Indigo #4D198F
RGB
CMYK
RGB Variations
Color information
#4D198F (or 0x4D198F) is known color: Indigo. HEX triplet: 4D, 19 and 8F. RGB value is (77,25,143). Sum of RGB (Red+Green+Blue) = 77+25+143=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D198F is #B2E670. Grayscale: #353535. Windows color (decimal): -11724401 or 9378125. OLE color: 9378125.
HSL color Cylindrical-coordinate representation of color #4D198F: hue angle of 266.44º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D198F is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 25 | 143 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.44 |
| HSL | 266.44º | 0.7% | 0.33% | - |
| HSV(B) | 266.44º | 0.83% | 0.56% | - |
| XYZ | 8.37 | 4.26 | 26.37 | - |
| YUV | 54 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 143 | 0.46 | 0.83 | 0 | 0.44 | 266.44 | 0.7 | 0.33 |
| Hex | 4D | 19 | 8F | 2E | 53 | 0 | 2C | 10A | 46 | 21 |
| Octal | 115 | 31 | 217 | 56 | 123 | 0 | 54 | 412 | 106 | 41 |
| Binary | 1001101 | 11001 | 10001111 | 101110 | 1010011 | 0 | 101100 | 100001010 | 1000110 | 100001 |
Color Harmonies of #4D198F
Complementary color
Monochromatic Colors of #4D198F
Black with #4D198F
Text Example
Text Example
White with #4D198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D198F; }
p { color: rgb(77,25,143); }
H1.HeaderClassName
{
color: #4D198F;
}
.AnyTagClassName
{
color: #4D198F;
}
</style>
background-color css
<style>
a { background-color: #4D198F; }
a { background-color: rgb(77,25,143); }
div.DivClassName
{
background-color: #4D198F;
}
.BgClassName
{
background-color: #4D198F;
}
</style>
border-color css
<style>
span { border-color: #4D198F; }
span { border-color: rgb(77,25,143); }
td.TdClassName
{
border-color: #4D198F;
}
.TagClassName
{
border-color: #4D198F;
}
</style>