Shades of Indigo #4D028F
Tints of Indigo #4D028F
RGB
CMYK
RGB Variations
Color information
#4D028F (or 0x4D028F) is known color: Indigo. HEX triplet: 4D, 02 and 8F. RGB value is (77,2,143). Sum of RGB (Red+Green+Blue) = 77+2+143=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 143 (56.25% from 255 or 64.41% from 222); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D028F is #B2FD70. Grayscale: #282828. Windows color (decimal): -11730289 or 9372237. OLE color: 9372237.
HSL color Cylindrical-coordinate representation of color #4D028F: hue angle of 271.91º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D028F is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 2 | 143 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.44 |
| HSL | 271.91º | 0.97% | 0.28% | - |
| HSV(B) | 271.91º | 0.99% | 0.56% | - |
| XYZ | 8.04 | 3.6 | 26.26 | - |
| YUV | 40.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 143 | 0.46 | 0.99 | 0 | 0.44 | 271.91 | 0.97 | 0.28 |
| Hex | 4D | 2 | 8F | 2E | 63 | 0 | 2C | 110 | 61 | 1C |
| Octal | 115 | 2 | 217 | 56 | 143 | 0 | 54 | 420 | 141 | 34 |
| Binary | 1001101 | 10 | 10001111 | 101110 | 1100011 | 0 | 101100 | 100010000 | 1100001 | 11100 |
Color Harmonies of #4D028F
Complementary color
Monochromatic Colors of #4D028F
Black with #4D028F
Text Example
Text Example
White with #4D028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D028F; }
p { color: rgb(77,2,143); }
H1.HeaderClassName
{
color: #4D028F;
}
.AnyTagClassName
{
color: #4D028F;
}
</style>
background-color css
<style>
a { background-color: #4D028F; }
a { background-color: rgb(77,2,143); }
div.DivClassName
{
background-color: #4D028F;
}
.BgClassName
{
background-color: #4D028F;
}
</style>
border-color css
<style>
span { border-color: #4D028F; }
span { border-color: rgb(77,2,143); }
td.TdClassName
{
border-color: #4D028F;
}
.TagClassName
{
border-color: #4D028F;
}
</style>