Shades of Indigo #4D037F
Tints of Indigo #4D037F
RGB
CMYK
RGB Variations
Color information
#4D037F (or 0x4D037F) is known color: Indigo. HEX triplet: 4D, 03 and 7F. RGB value is (77,3,127). Sum of RGB (Red+Green+Blue) = 77+3+127=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D037F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D037F is #B2FC80. Grayscale: #262626. Windows color (decimal): -11730049 or 8323917. OLE color: 8323917.
HSL color Cylindrical-coordinate representation of color #4D037F: hue angle of 275.81º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D037F is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 77 | 3 | 127 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.50 |
| HSL | 275.81º | 0.95% | 0.25% | - |
| HSV(B) | 275.81º | 0.98% | 0.5% | - |
| XYZ | 6.92 | 3.18 | 20.33 | - |
| YUV | 39.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 127 | 0.39 | 0.98 | 0 | 0.50 | 275.81 | 0.95 | 0.25 |
| Hex | 4D | 3 | 7F | 27 | 62 | 0 | 32 | 114 | 5F | 19 |
| Octal | 115 | 3 | 177 | 47 | 142 | 0 | 62 | 424 | 137 | 31 |
| Binary | 1001101 | 11 | 1111111 | 100111 | 1100010 | 0 | 110010 | 100010100 | 1011111 | 11001 |
Color Harmonies of #4D037F
Complementary color
Monochromatic Colors of #4D037F
Black with #4D037F
Text Example
Text Example
White with #4D037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D037F; }
p { color: rgb(77,3,127); }
H1.HeaderClassName
{
color: #4D037F;
}
.AnyTagClassName
{
color: #4D037F;
}
</style>
background-color css
<style>
a { background-color: #4D037F; }
a { background-color: rgb(77,3,127); }
div.DivClassName
{
background-color: #4D037F;
}
.BgClassName
{
background-color: #4D037F;
}
</style>
border-color css
<style>
span { border-color: #4D037F; }
span { border-color: rgb(77,3,127); }
td.TdClassName
{
border-color: #4D037F;
}
.TagClassName
{
border-color: #4D037F;
}
</style>