Shades of Indigo #4D027A
Tints of Indigo #4D027A
RGB
CMYK
RGB Variations
Color information
#4D027A (or 0x4D027A) is known color: Indigo. HEX triplet: 4D, 02 and 7A. RGB value is (77,2,122). Sum of RGB (Red+Green+Blue) = 77+2+122=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D027A is #B2FD85. Grayscale: #252525. Windows color (decimal): -11730310 or 7995981. OLE color: 7995981.
HSL color Cylindrical-coordinate representation of color #4D027A: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D027A is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 2 | 122 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.52 |
| HSL | 277.5º | 0.97% | 0.24% | - |
| HSV(B) | 277.5º | 0.98% | 0.48% | - |
| XYZ | 6.6 | 3.03 | 18.65 | - |
| YUV | 38.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 122 | 0.37 | 0.98 | 0 | 0.52 | 277.5 | 0.97 | 0.24 |
| Hex | 4D | 2 | 7A | 25 | 62 | 0 | 34 | 116 | 61 | 18 |
| Octal | 115 | 2 | 172 | 45 | 142 | 0 | 64 | 426 | 141 | 30 |
| Binary | 1001101 | 10 | 1111010 | 100101 | 1100010 | 0 | 110100 | 100010110 | 1100001 | 11000 |
Color Harmonies of #4D027A
Complementary color
Monochromatic Colors of #4D027A
Black with #4D027A
Text Example
Text Example
White with #4D027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D027A; }
p { color: rgb(77,2,122); }
H1.HeaderClassName
{
color: #4D027A;
}
.AnyTagClassName
{
color: #4D027A;
}
</style>
background-color css
<style>
a { background-color: #4D027A; }
a { background-color: rgb(77,2,122); }
div.DivClassName
{
background-color: #4D027A;
}
.BgClassName
{
background-color: #4D027A;
}
</style>
border-color css
<style>
span { border-color: #4D027A; }
span { border-color: rgb(77,2,122); }
td.TdClassName
{
border-color: #4D027A;
}
.TagClassName
{
border-color: #4D027A;
}
</style>