Shades of Indigo #4D0592
Tints of Indigo #4D0592
RGB
CMYK
RGB Variations
Color information
#4D0592 (or 0x4D0592) is known color: Indigo. HEX triplet: 4D, 05 and 92. RGB value is (77,5,146). Sum of RGB (Red+Green+Blue) = 77+5+146=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D0592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0592 is #B2FA6D. Grayscale: #2A2A2A. Windows color (decimal): -11729518 or 9569613. OLE color: 9569613.
HSL color Cylindrical-coordinate representation of color #4D0592: hue angle of 270.64º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0592 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 5 | 146 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.43 |
| HSL | 270.64º | 0.93% | 0.3% | - |
| HSV(B) | 270.64º | 0.97% | 0.57% | - |
| XYZ | 8.3 | 3.76 | 27.48 | - |
| YUV | 42.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 146 | 0.47 | 0.97 | 0 | 0.43 | 270.64 | 0.93 | 0.3 |
| Hex | 4D | 5 | 92 | 2F | 61 | 0 | 2B | 10F | 5D | 1E |
| Octal | 115 | 5 | 222 | 57 | 141 | 0 | 53 | 417 | 135 | 36 |
| Binary | 1001101 | 101 | 10010010 | 101111 | 1100001 | 0 | 101011 | 100001111 | 1011101 | 11110 |
Color Harmonies of #4D0592
Complementary color
Monochromatic Colors of #4D0592
Black with #4D0592
Text Example
Text Example
White with #4D0592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0592; }
p { color: rgb(77,5,146); }
H1.HeaderClassName
{
color: #4D0592;
}
.AnyTagClassName
{
color: #4D0592;
}
</style>
background-color css
<style>
a { background-color: #4D0592; }
a { background-color: rgb(77,5,146); }
div.DivClassName
{
background-color: #4D0592;
}
.BgClassName
{
background-color: #4D0592;
}
</style>
border-color css
<style>
span { border-color: #4D0592; }
span { border-color: rgb(77,5,146); }
td.TdClassName
{
border-color: #4D0592;
}
.TagClassName
{
border-color: #4D0592;
}
</style>