Shades of Indigo #4D177E
Tints of Indigo #4D177E
RGB
CMYK
RGB Variations
Color information
#4D177E (or 0x4D177E) is known color: Indigo. HEX triplet: 4D, 17 and 7E. RGB value is (77,23,126). Sum of RGB (Red+Green+Blue) = 77+23+126=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 126 (49.61% from 255 or 55.75% from 226); Max value from RGB is 126 - color contains mainly: blue. Hex color #4D177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D177E is #B2E881. Grayscale: #323232. Windows color (decimal): -11724930 or 8263501. OLE color: 8263501.
HSL color Cylindrical-coordinate representation of color #4D177E: hue angle of 271.46º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D177E is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 77 | 23 | 126 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.51 |
| HSL | 271.46º | 0.69% | 0.29% | - |
| HSV(B) | 271.46º | 0.82% | 0.49% | - |
| XYZ | 7.13 | 3.7 | 20.08 | - |
| YUV | 50.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 126 | 0.39 | 0.82 | 0 | 0.51 | 271.46 | 0.69 | 0.29 |
| Hex | 4D | 17 | 7E | 27 | 52 | 0 | 33 | 10F | 45 | 1D |
| Octal | 115 | 27 | 176 | 47 | 122 | 0 | 63 | 417 | 105 | 35 |
| Binary | 1001101 | 10111 | 1111110 | 100111 | 1010010 | 0 | 110011 | 100001111 | 1000101 | 11101 |
Color Harmonies of #4D177E
Complementary color
Monochromatic Colors of #4D177E
Black with #4D177E
Text Example
Text Example
White with #4D177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D177E; }
p { color: rgb(77,23,126); }
H1.HeaderClassName
{
color: #4D177E;
}
.AnyTagClassName
{
color: #4D177E;
}
</style>
background-color css
<style>
a { background-color: #4D177E; }
a { background-color: rgb(77,23,126); }
div.DivClassName
{
background-color: #4D177E;
}
.BgClassName
{
background-color: #4D177E;
}
</style>
border-color css
<style>
span { border-color: #4D177E; }
span { border-color: rgb(77,23,126); }
td.TdClassName
{
border-color: #4D177E;
}
.TagClassName
{
border-color: #4D177E;
}
</style>