Shades of Indigo #4D1592
Tints of Indigo #4D1592
RGB
CMYK
RGB Variations
Color information
#4D1592 (or 0x4D1592) is known color: Indigo. HEX triplet: 4D, 15 and 92. RGB value is (77,21,146). Sum of RGB (Red+Green+Blue) = 77+21+146=244 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.56% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D1592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1592 is #B2EA6D. Grayscale: #333333. Windows color (decimal): -11725422 or 9573709. OLE color: 9573709.
HSL color Cylindrical-coordinate representation of color #4D1592: hue angle of 266.88º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1592 is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 21 | 146 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.43 |
| HSL | 266.88º | 0.75% | 0.33% | - |
| HSV(B) | 266.88º | 0.86% | 0.57% | - |
| XYZ | 8.52 | 4.19 | 27.55 | - |
| YUV | 51.99 | 181.05 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 146 | 0.47 | 0.86 | 0 | 0.43 | 266.88 | 0.75 | 0.33 |
| Hex | 4D | 15 | 92 | 2F | 56 | 0 | 2B | 10B | 4B | 21 |
| Octal | 115 | 25 | 222 | 57 | 126 | 0 | 53 | 413 | 113 | 41 |
| Binary | 1001101 | 10101 | 10010010 | 101111 | 1010110 | 0 | 101011 | 100001011 | 1001011 | 100001 |
Color Harmonies of #4D1592
Complementary color
Monochromatic Colors of #4D1592
Black with #4D1592
Text Example
Text Example
White with #4D1592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1592; }
p { color: rgb(77,21,146); }
H1.HeaderClassName
{
color: #4D1592;
}
.AnyTagClassName
{
color: #4D1592;
}
</style>
background-color css
<style>
a { background-color: #4D1592; }
a { background-color: rgb(77,21,146); }
div.DivClassName
{
background-color: #4D1592;
}
.BgClassName
{
background-color: #4D1592;
}
</style>
border-color css
<style>
span { border-color: #4D1592; }
span { border-color: rgb(77,21,146); }
td.TdClassName
{
border-color: #4D1592;
}
.TagClassName
{
border-color: #4D1592;
}
</style>