Shades of Indigo #4D067C
Tints of Indigo #4D067C
RGB
CMYK
RGB Variations
Color information
#4D067C (or 0x4D067C) is known color: Indigo. HEX triplet: 4D, 06 and 7C. RGB value is (77,6,124). Sum of RGB (Red+Green+Blue) = 77+6+124=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 124 (48.83% from 255 or 59.90% from 207); Max value from RGB is 124 - color contains mainly: blue. Hex color #4D067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D067C is #B2F983. Grayscale: #282828. Windows color (decimal): -11729284 or 8128077. OLE color: 8128077.
HSL color Cylindrical-coordinate representation of color #4D067C: hue angle of 276.1º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D067C is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 6 | 124 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.51 |
| HSL | 276.1º | 0.91% | 0.25% | - |
| HSV(B) | 276.1º | 0.95% | 0.49% | - |
| XYZ | 6.76 | 3.16 | 19.32 | - |
| YUV | 40.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 124 | 0.38 | 0.95 | 0 | 0.51 | 276.1 | 0.91 | 0.25 |
| Hex | 4D | 6 | 7C | 26 | 5F | 0 | 33 | 114 | 5B | 19 |
| Octal | 115 | 6 | 174 | 46 | 137 | 0 | 63 | 424 | 133 | 31 |
| Binary | 1001101 | 110 | 1111100 | 100110 | 1011111 | 0 | 110011 | 100010100 | 1011011 | 11001 |
Color Harmonies of #4D067C
Complementary color
Monochromatic Colors of #4D067C
Black with #4D067C
Text Example
Text Example
White with #4D067C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D067C; }
p { color: rgb(77,6,124); }
H1.HeaderClassName
{
color: #4D067C;
}
.AnyTagClassName
{
color: #4D067C;
}
</style>
background-color css
<style>
a { background-color: #4D067C; }
a { background-color: rgb(77,6,124); }
div.DivClassName
{
background-color: #4D067C;
}
.BgClassName
{
background-color: #4D067C;
}
</style>
border-color css
<style>
span { border-color: #4D067C; }
span { border-color: rgb(77,6,124); }
td.TdClassName
{
border-color: #4D067C;
}
.TagClassName
{
border-color: #4D067C;
}
</style>