Shades of Indigo #4D068C
Tints of Indigo #4D068C
RGB
CMYK
RGB Variations
Color information
#4D068C (or 0x4D068C) is known color: Indigo. HEX triplet: 4D, 06 and 8C. RGB value is (77,6,140). Sum of RGB (Red+Green+Blue) = 77+6+140=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D068C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D068C is #B2F973. Grayscale: #2A2A2A. Windows color (decimal): -11729268 or 9176653. OLE color: 9176653.
HSL color Cylindrical-coordinate representation of color #4D068C: hue angle of 271.79º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D068C is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 6 | 140 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.45 |
| HSL | 271.79º | 0.92% | 0.29% | - |
| HSV(B) | 271.79º | 0.96% | 0.55% | - |
| XYZ | 7.86 | 3.6 | 25.09 | - |
| YUV | 42.51 | 183.02 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 140 | 0.45 | 0.96 | 0 | 0.45 | 271.79 | 0.92 | 0.29 |
| Hex | 4D | 6 | 8C | 2D | 60 | 0 | 2D | 110 | 5C | 1D |
| Octal | 115 | 6 | 214 | 55 | 140 | 0 | 55 | 420 | 134 | 35 |
| Binary | 1001101 | 110 | 10001100 | 101101 | 1100000 | 0 | 101101 | 100010000 | 1011100 | 11101 |
Color Harmonies of #4D068C
Complementary color
Monochromatic Colors of #4D068C
Black with #4D068C
Text Example
Text Example
White with #4D068C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D068C; }
p { color: rgb(77,6,140); }
H1.HeaderClassName
{
color: #4D068C;
}
.AnyTagClassName
{
color: #4D068C;
}
</style>
background-color css
<style>
a { background-color: #4D068C; }
a { background-color: rgb(77,6,140); }
div.DivClassName
{
background-color: #4D068C;
}
.BgClassName
{
background-color: #4D068C;
}
</style>
border-color css
<style>
span { border-color: #4D068C; }
span { border-color: rgb(77,6,140); }
td.TdClassName
{
border-color: #4D068C;
}
.TagClassName
{
border-color: #4D068C;
}
</style>