Shades of Indigo #4D049B
Tints of Indigo #4D049B
RGB
CMYK
RGB Variations
Color information
#4D049B (or 0x4D049B) is known color: Indigo. HEX triplet: 4D, 04 and 9B. RGB value is (77,4,155). Sum of RGB (Red+Green+Blue) = 77+4+155=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D049B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D049B is #B2FB64. Grayscale: #2A2A2A. Windows color (decimal): -11729765 or 10159181. OLE color: 10159181.
HSL color Cylindrical-coordinate representation of color #4D049B: hue angle of 269.01º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D049B is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 4 | 155 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.39 |
| HSL | 269.01º | 0.95% | 0.31% | - |
| HSV(B) | 269.01º | 0.97% | 0.61% | - |
| XYZ | 9.02 | 4.03 | 31.31 | - |
| YUV | 43.04 | 191.18 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 155 | 0.50 | 0.97 | 0 | 0.39 | 269.01 | 0.95 | 0.31 |
| Hex | 4D | 4 | 9B | 32 | 61 | 0 | 27 | 10D | 5F | 1F |
| Octal | 115 | 4 | 233 | 62 | 141 | 0 | 47 | 415 | 137 | 37 |
| Binary | 1001101 | 100 | 10011011 | 110010 | 1100001 | 0 | 100111 | 100001101 | 1011111 | 11111 |
Color Harmonies of #4D049B
Complementary color
Monochromatic Colors of #4D049B
Black with #4D049B
Text Example
Text Example
White with #4D049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D049B; }
p { color: rgb(77,4,155); }
H1.HeaderClassName
{
color: #4D049B;
}
.AnyTagClassName
{
color: #4D049B;
}
</style>
background-color css
<style>
a { background-color: #4D049B; }
a { background-color: rgb(77,4,155); }
div.DivClassName
{
background-color: #4D049B;
}
.BgClassName
{
background-color: #4D049B;
}
</style>
border-color css
<style>
span { border-color: #4D049B; }
span { border-color: rgb(77,4,155); }
td.TdClassName
{
border-color: #4D049B;
}
.TagClassName
{
border-color: #4D049B;
}
</style>