Shades of Indigo #4D086D
Tints of Indigo #4D086D
RGB
CMYK
RGB Variations
Color information
#4D086D (or 0x4D086D) is known color: Indigo. HEX triplet: 4D, 08 and 6D. RGB value is (77,8,109). Sum of RGB (Red+Green+Blue) = 77+8+109=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D086D is #B2F792. Grayscale: #272727. Windows color (decimal): -11728787 or 7145549. OLE color: 7145549.
HSL color Cylindrical-coordinate representation of color #4D086D: hue angle of 280.99º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D086D is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 8 | 109 | - |
| CMYK | 0.29 | 0.93 | 0 | 0.57 |
| HSL | 280.99º | 0.86% | 0.23% | - |
| HSV(B) | 280.99º | 0.93% | 0.43% | - |
| XYZ | 5.91 | 2.86 | 14.71 | - |
| YUV | 40.15 | 166.86 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 109 | 0.29 | 0.93 | 0 | 0.57 | 280.99 | 0.86 | 0.23 |
| Hex | 4D | 8 | 6D | 1D | 5D | 0 | 39 | 119 | 56 | 17 |
| Octal | 115 | 10 | 155 | 35 | 135 | 0 | 71 | 431 | 126 | 27 |
| Binary | 1001101 | 1000 | 1101101 | 11101 | 1011101 | 0 | 111001 | 100011001 | 1010110 | 10111 |
Color Harmonies of #4D086D
Complementary color
Monochromatic Colors of #4D086D
Black with #4D086D
Text Example
Text Example
White with #4D086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D086D; }
p { color: rgb(77,8,109); }
H1.HeaderClassName
{
color: #4D086D;
}
.AnyTagClassName
{
color: #4D086D;
}
</style>
background-color css
<style>
a { background-color: #4D086D; }
a { background-color: rgb(77,8,109); }
div.DivClassName
{
background-color: #4D086D;
}
.BgClassName
{
background-color: #4D086D;
}
</style>
border-color css
<style>
span { border-color: #4D086D; }
span { border-color: rgb(77,8,109); }
td.TdClassName
{
border-color: #4D086D;
}
.TagClassName
{
border-color: #4D086D;
}
</style>