Shades of Indigo #4D059B
Tints of Indigo #4D059B
RGB
CMYK
RGB Variations
Color information
#4D059B (or 0x4D059B) is known color: Indigo. HEX triplet: 4D, 05 and 9B. RGB value is (77,5,155). Sum of RGB (Red+Green+Blue) = 77+5+155=237 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.49% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D059B is #B2FA64. Grayscale: #2B2B2B. Windows color (decimal): -11729509 or 10159437. OLE color: 10159437.
HSL color Cylindrical-coordinate representation of color #4D059B: hue angle of 268.8º degrees, saturation: 0.94, 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 #4D059B is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 5 | 155 | - |
| CMYK | 0.50 | 0.97 | 0 | 0.39 |
| HSL | 268.8º | 0.94% | 0.31% | - |
| HSV(B) | 268.8º | 0.97% | 0.61% | - |
| XYZ | 9.03 | 4.05 | 31.32 | - |
| YUV | 43.63 | 190.85 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 155 | 0.50 | 0.97 | 0 | 0.39 | 268.8 | 0.94 | 0.31 |
| Hex | 4D | 5 | 9B | 32 | 61 | 0 | 27 | 10D | 5E | 1F |
| Octal | 115 | 5 | 233 | 62 | 141 | 0 | 47 | 415 | 136 | 37 |
| Binary | 1001101 | 101 | 10011011 | 110010 | 1100001 | 0 | 100111 | 100001101 | 1011110 | 11111 |
Color Harmonies of #4D059B
Complementary color
Monochromatic Colors of #4D059B
Black with #4D059B
Text Example
Text Example
White with #4D059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D059B; }
p { color: rgb(77,5,155); }
H1.HeaderClassName
{
color: #4D059B;
}
.AnyTagClassName
{
color: #4D059B;
}
</style>
background-color css
<style>
a { background-color: #4D059B; }
a { background-color: rgb(77,5,155); }
div.DivClassName
{
background-color: #4D059B;
}
.BgClassName
{
background-color: #4D059B;
}
</style>
border-color css
<style>
span { border-color: #4D059B; }
span { border-color: rgb(77,5,155); }
td.TdClassName
{
border-color: #4D059B;
}
.TagClassName
{
border-color: #4D059B;
}
</style>