Shades of Indigo #4D199D
Tints of Indigo #4D199D
RGB
CMYK
RGB Variations
Color information
#4D199D (or 0x4D199D) is known color: Indigo. HEX triplet: 4D, 19 and 9D. RGB value is (77,25,157). Sum of RGB (Red+Green+Blue) = 77+25+157=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D199D is #B2E662. Grayscale: #373737. Windows color (decimal): -11724387 or 10295629. OLE color: 10295629.
HSL color Cylindrical-coordinate representation of color #4D199D: hue angle of 263.64º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D199D is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 25 | 157 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.38 |
| HSL | 263.64º | 0.73% | 0.36% | - |
| HSV(B) | 263.64º | 0.84% | 0.62% | - |
| XYZ | 9.49 | 4.71 | 32.31 | - |
| YUV | 55.6 | 185.23 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 157 | 0.51 | 0.84 | 0 | 0.38 | 263.64 | 0.73 | 0.36 |
| Hex | 4D | 19 | 9D | 33 | 54 | 0 | 26 | 108 | 49 | 24 |
| Octal | 115 | 31 | 235 | 63 | 124 | 0 | 46 | 410 | 111 | 44 |
| Binary | 1001101 | 11001 | 10011101 | 110011 | 1010100 | 0 | 100110 | 100001000 | 1001001 | 100100 |
Color Harmonies of #4D199D
Complementary color
Monochromatic Colors of #4D199D
Black with #4D199D
Text Example
Text Example
White with #4D199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D199D; }
p { color: rgb(77,25,157); }
H1.HeaderClassName
{
color: #4D199D;
}
.AnyTagClassName
{
color: #4D199D;
}
</style>
background-color css
<style>
a { background-color: #4D199D; }
a { background-color: rgb(77,25,157); }
div.DivClassName
{
background-color: #4D199D;
}
.BgClassName
{
background-color: #4D199D;
}
</style>
border-color css
<style>
span { border-color: #4D199D; }
span { border-color: rgb(77,25,157); }
td.TdClassName
{
border-color: #4D199D;
}
.TagClassName
{
border-color: #4D199D;
}
</style>