Shades of Indigo #4D1495
Tints of Indigo #4D1495
RGB
CMYK
RGB Variations
Color information
#4D1495 (or 0x4D1495) is known color: Indigo. HEX triplet: 4D, 14 and 95. RGB value is (77,20,149). Sum of RGB (Red+Green+Blue) = 77+20+149=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D1495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1495 is #B2EB6A. Grayscale: #333333. Windows color (decimal): -11725675 or 9770061. OLE color: 9770061.
HSL color Cylindrical-coordinate representation of color #4D1495: hue angle of 266.51º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1495 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 20 | 149 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.42 |
| HSL | 266.51º | 0.76% | 0.33% | - |
| HSV(B) | 266.51º | 0.87% | 0.58% | - |
| XYZ | 8.74 | 4.25 | 28.79 | - |
| YUV | 51.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 149 | 0.48 | 0.87 | 0 | 0.42 | 266.51 | 0.76 | 0.33 |
| Hex | 4D | 14 | 95 | 30 | 57 | 0 | 2A | 10B | 4C | 21 |
| Octal | 115 | 24 | 225 | 60 | 127 | 0 | 52 | 413 | 114 | 41 |
| Binary | 1001101 | 10100 | 10010101 | 110000 | 1010111 | 0 | 101010 | 100001011 | 1001100 | 100001 |
Color Harmonies of #4D1495
Complementary color
Monochromatic Colors of #4D1495
Black with #4D1495
Text Example
Text Example
White with #4D1495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1495; }
p { color: rgb(77,20,149); }
H1.HeaderClassName
{
color: #4D1495;
}
.AnyTagClassName
{
color: #4D1495;
}
</style>
background-color css
<style>
a { background-color: #4D1495; }
a { background-color: rgb(77,20,149); }
div.DivClassName
{
background-color: #4D1495;
}
.BgClassName
{
background-color: #4D1495;
}
</style>
border-color css
<style>
span { border-color: #4D1495; }
span { border-color: rgb(77,20,149); }
td.TdClassName
{
border-color: #4D1495;
}
.TagClassName
{
border-color: #4D1495;
}
</style>