Shades of Indigo #4D199C
Tints of Indigo #4D199C
RGB
CMYK
RGB Variations
Color information
#4D199C (or 0x4D199C) is known color: Indigo. HEX triplet: 4D, 19 and 9C. RGB value is (77,25,156). Sum of RGB (Red+Green+Blue) = 77+25+156=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D199C is #B2E663. Grayscale: #373737. Windows color (decimal): -11724388 or 10230093. OLE color: 10230093.
HSL color Cylindrical-coordinate representation of color #4D199C: hue angle of 263.82º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D199C is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 25 | 156 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.39 |
| HSL | 263.82º | 0.72% | 0.35% | - |
| HSV(B) | 263.82º | 0.84% | 0.61% | - |
| XYZ | 9.41 | 4.67 | 31.86 | - |
| YUV | 55.48 | 184.73 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 156 | 0.51 | 0.84 | 0 | 0.39 | 263.82 | 0.72 | 0.35 |
| Hex | 4D | 19 | 9C | 33 | 54 | 0 | 27 | 108 | 48 | 23 |
| Octal | 115 | 31 | 234 | 63 | 124 | 0 | 47 | 410 | 110 | 43 |
| Binary | 1001101 | 11001 | 10011100 | 110011 | 1010100 | 0 | 100111 | 100001000 | 1001000 | 100011 |
Color Harmonies of #4D199C
Complementary color
Monochromatic Colors of #4D199C
Black with #4D199C
Text Example
Text Example
White with #4D199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D199C; }
p { color: rgb(77,25,156); }
H1.HeaderClassName
{
color: #4D199C;
}
.AnyTagClassName
{
color: #4D199C;
}
</style>
background-color css
<style>
a { background-color: #4D199C; }
a { background-color: rgb(77,25,156); }
div.DivClassName
{
background-color: #4D199C;
}
.BgClassName
{
background-color: #4D199C;
}
</style>
border-color css
<style>
span { border-color: #4D199C; }
span { border-color: rgb(77,25,156); }
td.TdClassName
{
border-color: #4D199C;
}
.TagClassName
{
border-color: #4D199C;
}
</style>