Shades of Indigo #4D136E
Tints of Indigo #4D136E
RGB
CMYK
RGB Variations
Color information
#4D136E (or 0x4D136E) is known color: Indigo. HEX triplet: 4D, 13 and 6E. RGB value is (77,19,110). Sum of RGB (Red+Green+Blue) = 77+19+110=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D136E is #B2EC91. Grayscale: #2E2E2E. Windows color (decimal): -11725970 or 7213901. OLE color: 7213901.
HSL color Cylindrical-coordinate representation of color #4D136E: hue angle of 278.24º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D136E is Cyan = 0.3, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 19 | 110 | - |
| CMYK | 0.3 | 0.83 | 0 | 0.57 |
| HSL | 278.24º | 0.71% | 0.25% | - |
| HSV(B) | 278.24º | 0.83% | 0.43% | - |
| XYZ | 6.11 | 3.17 | 15.04 | - |
| YUV | 46.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 110 | 0.3 | 0.83 | 0 | 0.57 | 278.24 | 0.71 | 0.25 |
| Hex | 4D | 13 | 6E | 1E | 53 | 0 | 39 | 116 | 47 | 19 |
| Octal | 115 | 23 | 156 | 36 | 123 | 0 | 71 | 426 | 107 | 31 |
| Binary | 1001101 | 10011 | 1101110 | 11110 | 1010011 | 0 | 111001 | 100010110 | 1000111 | 11001 |
Color Harmonies of #4D136E
Complementary color
Monochromatic Colors of #4D136E
Black with #4D136E
Text Example
Text Example
White with #4D136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D136E; }
p { color: rgb(77,19,110); }
H1.HeaderClassName
{
color: #4D136E;
}
.AnyTagClassName
{
color: #4D136E;
}
</style>
background-color css
<style>
a { background-color: #4D136E; }
a { background-color: rgb(77,19,110); }
div.DivClassName
{
background-color: #4D136E;
}
.BgClassName
{
background-color: #4D136E;
}
</style>
border-color css
<style>
span { border-color: #4D136E; }
span { border-color: rgb(77,19,110); }
td.TdClassName
{
border-color: #4D136E;
}
.TagClassName
{
border-color: #4D136E;
}
</style>