Shades of Indigo #4D1396
Tints of Indigo #4D1396
RGB
CMYK
RGB Variations
Color information
#4D1396 (or 0x4D1396) is known color: Indigo. HEX triplet: 4D, 13 and 96. RGB value is (77,19,150). Sum of RGB (Red+Green+Blue) = 77+19+150=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D1396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1396 is #B2EC69. Grayscale: #323232. Windows color (decimal): -11725930 or 9835341. OLE color: 9835341.
HSL color Cylindrical-coordinate representation of color #4D1396: hue angle of 266.56º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1396 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 19 | 150 | - |
| CMYK | 0.49 | 0.87 | 0 | 0.41 |
| HSL | 266.56º | 0.78% | 0.33% | - |
| HSV(B) | 266.56º | 0.87% | 0.59% | - |
| XYZ | 8.8 | 4.25 | 29.21 | - |
| YUV | 51.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 150 | 0.49 | 0.87 | 0 | 0.41 | 266.56 | 0.78 | 0.33 |
| Hex | 4D | 13 | 96 | 31 | 57 | 0 | 29 | 10B | 4E | 21 |
| Octal | 115 | 23 | 226 | 61 | 127 | 0 | 51 | 413 | 116 | 41 |
| Binary | 1001101 | 10011 | 10010110 | 110001 | 1010111 | 0 | 101001 | 100001011 | 1001110 | 100001 |
Color Harmonies of #4D1396
Complementary color
Monochromatic Colors of #4D1396
Black with #4D1396
Text Example
Text Example
White with #4D1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1396; }
p { color: rgb(77,19,150); }
H1.HeaderClassName
{
color: #4D1396;
}
.AnyTagClassName
{
color: #4D1396;
}
</style>
background-color css
<style>
a { background-color: #4D1396; }
a { background-color: rgb(77,19,150); }
div.DivClassName
{
background-color: #4D1396;
}
.BgClassName
{
background-color: #4D1396;
}
</style>
border-color css
<style>
span { border-color: #4D1396; }
span { border-color: rgb(77,19,150); }
td.TdClassName
{
border-color: #4D1396;
}
.TagClassName
{
border-color: #4D1396;
}
</style>