Shades of Indigo #4D027E
Tints of Indigo #4D027E
RGB
CMYK
RGB Variations
Color information
#4D027E (or 0x4D027E) is known color: Indigo. HEX triplet: 4D, 02 and 7E. RGB value is (77,2,126). Sum of RGB (Red+Green+Blue) = 77+2+126=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 126 (49.61% from 255 or 61.46% from 205); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D027E is #B2FD81. Grayscale: #262626. Windows color (decimal): -11730306 or 8258125. OLE color: 8258125.
HSL color Cylindrical-coordinate representation of color #4D027E: hue angle of 276.29º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D027E is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 2 | 126 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.51 |
| HSL | 276.29º | 0.97% | 0.25% | - |
| HSV(B) | 276.29º | 0.98% | 0.49% | - |
| XYZ | 6.85 | 3.13 | 19.98 | - |
| YUV | 38.56 | 177.35 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 126 | 0.39 | 0.98 | 0 | 0.51 | 276.29 | 0.97 | 0.25 |
| Hex | 4D | 2 | 7E | 27 | 62 | 0 | 33 | 114 | 61 | 19 |
| Octal | 115 | 2 | 176 | 47 | 142 | 0 | 63 | 424 | 141 | 31 |
| Binary | 1001101 | 10 | 1111110 | 100111 | 1100010 | 0 | 110011 | 100010100 | 1100001 | 11001 |
Color Harmonies of #4D027E
Complementary color
Monochromatic Colors of #4D027E
Black with #4D027E
Text Example
Text Example
White with #4D027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D027E; }
p { color: rgb(77,2,126); }
H1.HeaderClassName
{
color: #4D027E;
}
.AnyTagClassName
{
color: #4D027E;
}
</style>
background-color css
<style>
a { background-color: #4D027E; }
a { background-color: rgb(77,2,126); }
div.DivClassName
{
background-color: #4D027E;
}
.BgClassName
{
background-color: #4D027E;
}
</style>
border-color css
<style>
span { border-color: #4D027E; }
span { border-color: rgb(77,2,126); }
td.TdClassName
{
border-color: #4D027E;
}
.TagClassName
{
border-color: #4D027E;
}
</style>