Shades of Indigo #4D056F
Tints of Indigo #4D056F
RGB
CMYK
RGB Variations
Color information
#4D056F (or 0x4D056F) is known color: Indigo. HEX triplet: 4D, 05 and 6F. RGB value is (77,5,111). Sum of RGB (Red+Green+Blue) = 77+5+111=193 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.90% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D056F is #B2FA90. Grayscale: #262626. Windows color (decimal): -11729553 or 7275853. OLE color: 7275853.
HSL color Cylindrical-coordinate representation of color #4D056F: hue angle of 280.75º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D056F is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 5 | 111 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.56 |
| HSL | 280.75º | 0.91% | 0.23% | - |
| HSV(B) | 280.75º | 0.95% | 0.44% | - |
| XYZ | 5.98 | 2.83 | 15.27 | - |
| YUV | 38.61 | 168.85 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 111 | 0.31 | 0.95 | 0 | 0.56 | 280.75 | 0.91 | 0.23 |
| Hex | 4D | 5 | 6F | 1F | 5F | 0 | 38 | 119 | 5B | 17 |
| Octal | 115 | 5 | 157 | 37 | 137 | 0 | 70 | 431 | 133 | 27 |
| Binary | 1001101 | 101 | 1101111 | 11111 | 1011111 | 0 | 111000 | 100011001 | 1011011 | 10111 |
Color Harmonies of #4D056F
Complementary color
Monochromatic Colors of #4D056F
Black with #4D056F
Text Example
Text Example
White with #4D056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D056F; }
p { color: rgb(77,5,111); }
H1.HeaderClassName
{
color: #4D056F;
}
.AnyTagClassName
{
color: #4D056F;
}
</style>
background-color css
<style>
a { background-color: #4D056F; }
a { background-color: rgb(77,5,111); }
div.DivClassName
{
background-color: #4D056F;
}
.BgClassName
{
background-color: #4D056F;
}
</style>
border-color css
<style>
span { border-color: #4D056F; }
span { border-color: rgb(77,5,111); }
td.TdClassName
{
border-color: #4D056F;
}
.TagClassName
{
border-color: #4D056F;
}
</style>