Shades of Indigo #4D026F
Tints of Indigo #4D026F
RGB
CMYK
RGB Variations
Color information
#4D026F (or 0x4D026F) is known color: Indigo. HEX triplet: 4D, 02 and 6F. RGB value is (77,2,111). Sum of RGB (Red+Green+Blue) = 77+2+111=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D026F is #B2FD90. Grayscale: #242424. Windows color (decimal): -11730321 or 7275085. OLE color: 7275085.
HSL color Cylindrical-coordinate representation of color #4D026F: hue angle of 281.28º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D026F is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 77 | 2 | 111 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.56 |
| HSL | 281.28º | 0.96% | 0.22% | - |
| HSV(B) | 281.28º | 0.98% | 0.44% | - |
| XYZ | 5.95 | 2.77 | 15.26 | - |
| YUV | 36.85 | 169.85 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 111 | 0.31 | 0.98 | 0 | 0.56 | 281.28 | 0.96 | 0.22 |
| Hex | 4D | 2 | 6F | 1F | 62 | 0 | 38 | 119 | 60 | 16 |
| Octal | 115 | 2 | 157 | 37 | 142 | 0 | 70 | 431 | 140 | 26 |
| Binary | 1001101 | 10 | 1101111 | 11111 | 1100010 | 0 | 111000 | 100011001 | 1100000 | 10110 |
Color Harmonies of #4D026F
Complementary color
Monochromatic Colors of #4D026F
Black with #4D026F
Text Example
Text Example
White with #4D026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D026F; }
p { color: rgb(77,2,111); }
H1.HeaderClassName
{
color: #4D026F;
}
.AnyTagClassName
{
color: #4D026F;
}
</style>
background-color css
<style>
a { background-color: #4D026F; }
a { background-color: rgb(77,2,111); }
div.DivClassName
{
background-color: #4D026F;
}
.BgClassName
{
background-color: #4D026F;
}
</style>
border-color css
<style>
span { border-color: #4D026F; }
span { border-color: rgb(77,2,111); }
td.TdClassName
{
border-color: #4D026F;
}
.TagClassName
{
border-color: #4D026F;
}
</style>