Shades of Indigo #4D087F
Tints of Indigo #4D087F
RGB
CMYK
RGB Variations
Color information
#4D087F (or 0x4D087F) is known color: Indigo. HEX triplet: 4D, 08 and 7F. RGB value is (77,8,127). Sum of RGB (Red+Green+Blue) = 77+8+127=212 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.32% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D087F is #B2F780. Grayscale: #292929. Windows color (decimal): -11728769 or 8325197. OLE color: 8325197.
HSL color Cylindrical-coordinate representation of color #4D087F: hue angle of 274.79º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D087F is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 8 | 127 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.50 |
| HSL | 274.79º | 0.88% | 0.26% | - |
| HSV(B) | 274.79º | 0.94% | 0.5% | - |
| XYZ | 6.98 | 3.28 | 20.34 | - |
| YUV | 42.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 127 | 0.39 | 0.94 | 0 | 0.50 | 274.79 | 0.88 | 0.26 |
| Hex | 4D | 8 | 7F | 27 | 5E | 0 | 32 | 113 | 58 | 1A |
| Octal | 115 | 10 | 177 | 47 | 136 | 0 | 62 | 423 | 130 | 32 |
| Binary | 1001101 | 1000 | 1111111 | 100111 | 1011110 | 0 | 110010 | 100010011 | 1011000 | 11010 |
Color Harmonies of #4D087F
Complementary color
Monochromatic Colors of #4D087F
Black with #4D087F
Text Example
Text Example
White with #4D087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D087F; }
p { color: rgb(77,8,127); }
H1.HeaderClassName
{
color: #4D087F;
}
.AnyTagClassName
{
color: #4D087F;
}
</style>
background-color css
<style>
a { background-color: #4D087F; }
a { background-color: rgb(77,8,127); }
div.DivClassName
{
background-color: #4D087F;
}
.BgClassName
{
background-color: #4D087F;
}
</style>
border-color css
<style>
span { border-color: #4D087F; }
span { border-color: rgb(77,8,127); }
td.TdClassName
{
border-color: #4D087F;
}
.TagClassName
{
border-color: #4D087F;
}
</style>