Shades of Indigo #4D086E
Tints of Indigo #4D086E
RGB
CMYK
RGB Variations
Color information
#4D086E (or 0x4D086E) is known color: Indigo. HEX triplet: 4D, 08 and 6E. RGB value is (77,8,110). Sum of RGB (Red+Green+Blue) = 77+8+110=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D086E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D086E is #B2F791. Grayscale: #272727. Windows color (decimal): -11728786 or 7211085. OLE color: 7211085.
HSL color Cylindrical-coordinate representation of color #4D086E: hue angle of 280.59º 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 #4D086E is Cyan = 0.3, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 8 | 110 | - |
| CMYK | 0.3 | 0.93 | 0 | 0.57 |
| HSL | 280.59º | 0.86% | 0.23% | - |
| HSV(B) | 280.59º | 0.93% | 0.43% | - |
| XYZ | 5.96 | 2.88 | 14.99 | - |
| YUV | 40.26 | 167.36 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 110 | 0.3 | 0.93 | 0 | 0.57 | 280.59 | 0.86 | 0.23 |
| Hex | 4D | 8 | 6E | 1E | 5D | 0 | 39 | 119 | 56 | 17 |
| Octal | 115 | 10 | 156 | 36 | 135 | 0 | 71 | 431 | 126 | 27 |
| Binary | 1001101 | 1000 | 1101110 | 11110 | 1011101 | 0 | 111001 | 100011001 | 1010110 | 10111 |
Color Harmonies of #4D086E
Complementary color
Monochromatic Colors of #4D086E
Black with #4D086E
Text Example
Text Example
White with #4D086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D086E; }
p { color: rgb(77,8,110); }
H1.HeaderClassName
{
color: #4D086E;
}
.AnyTagClassName
{
color: #4D086E;
}
</style>
background-color css
<style>
a { background-color: #4D086E; }
a { background-color: rgb(77,8,110); }
div.DivClassName
{
background-color: #4D086E;
}
.BgClassName
{
background-color: #4D086E;
}
</style>
border-color css
<style>
span { border-color: #4D086E; }
span { border-color: rgb(77,8,110); }
td.TdClassName
{
border-color: #4D086E;
}
.TagClassName
{
border-color: #4D086E;
}
</style>