Shades of Indigo #4D028C
Tints of Indigo #4D028C
RGB
CMYK
RGB Variations
Color information
#4D028C (or 0x4D028C) is known color: Indigo. HEX triplet: 4D, 02 and 8C. RGB value is (77,2,140). Sum of RGB (Red+Green+Blue) = 77+2+140=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #4D028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D028C is #B2FD73. Grayscale: #272727. Windows color (decimal): -11730292 or 9175629. OLE color: 9175629.
HSL color Cylindrical-coordinate representation of color #4D028C: hue angle of 272.61º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D028C is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 2 | 140 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.45 |
| HSL | 272.61º | 0.97% | 0.28% | - |
| HSV(B) | 272.61º | 0.99% | 0.55% | - |
| XYZ | 7.82 | 3.51 | 25.08 | - |
| YUV | 40.16 | 184.35 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 140 | 0.45 | 0.99 | 0 | 0.45 | 272.61 | 0.97 | 0.28 |
| Hex | 4D | 2 | 8C | 2D | 63 | 0 | 2D | 111 | 61 | 1C |
| Octal | 115 | 2 | 214 | 55 | 143 | 0 | 55 | 421 | 141 | 34 |
| Binary | 1001101 | 10 | 10001100 | 101101 | 1100011 | 0 | 101101 | 100010001 | 1100001 | 11100 |
Color Harmonies of #4D028C
Complementary color
Monochromatic Colors of #4D028C
Black with #4D028C
Text Example
Text Example
White with #4D028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D028C; }
p { color: rgb(77,2,140); }
H1.HeaderClassName
{
color: #4D028C;
}
.AnyTagClassName
{
color: #4D028C;
}
</style>
background-color css
<style>
a { background-color: #4D028C; }
a { background-color: rgb(77,2,140); }
div.DivClassName
{
background-color: #4D028C;
}
.BgClassName
{
background-color: #4D028C;
}
</style>
border-color css
<style>
span { border-color: #4D028C; }
span { border-color: rgb(77,2,140); }
td.TdClassName
{
border-color: #4D028C;
}
.TagClassName
{
border-color: #4D028C;
}
</style>