Shades of Indigo #4D127A
Tints of Indigo #4D127A
RGB
CMYK
RGB Variations
Color information
#4D127A (or 0x4D127A) is known color: Indigo. HEX triplet: 4D, 12 and 7A. RGB value is (77,18,122). Sum of RGB (Red+Green+Blue) = 77+18+122=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 122 (48.05% from 255 or 56.22% from 217); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D127A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D127A is #B2ED85. Grayscale: #2F2F2F. Windows color (decimal): -11726214 or 8000077. OLE color: 8000077.
HSL color Cylindrical-coordinate representation of color #4D127A: hue angle of 274.04º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D127A is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 18 | 122 | - |
| CMYK | 0.37 | 0.85 | 0 | 0.52 |
| HSL | 274.04º | 0.74% | 0.27% | - |
| HSV(B) | 274.04º | 0.85% | 0.48% | - |
| XYZ | 6.79 | 3.42 | 18.71 | - |
| YUV | 47.5 | 170.05 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 122 | 0.37 | 0.85 | 0 | 0.52 | 274.04 | 0.74 | 0.27 |
| Hex | 4D | 12 | 7A | 25 | 55 | 0 | 34 | 112 | 4A | 1B |
| Octal | 115 | 22 | 172 | 45 | 125 | 0 | 64 | 422 | 112 | 33 |
| Binary | 1001101 | 10010 | 1111010 | 100101 | 1010101 | 0 | 110100 | 100010010 | 1001010 | 11011 |
Color Harmonies of #4D127A
Complementary color
Monochromatic Colors of #4D127A
Black with #4D127A
Text Example
Text Example
White with #4D127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D127A; }
p { color: rgb(77,18,122); }
H1.HeaderClassName
{
color: #4D127A;
}
.AnyTagClassName
{
color: #4D127A;
}
</style>
background-color css
<style>
a { background-color: #4D127A; }
a { background-color: rgb(77,18,122); }
div.DivClassName
{
background-color: #4D127A;
}
.BgClassName
{
background-color: #4D127A;
}
</style>
border-color css
<style>
span { border-color: #4D127A; }
span { border-color: rgb(77,18,122); }
td.TdClassName
{
border-color: #4D127A;
}
.TagClassName
{
border-color: #4D127A;
}
</style>