Shades of Indigo #4D128B
Tints of Indigo #4D128B
RGB
CMYK
RGB Variations
Color information
#4D128B (or 0x4D128B) is known color: Indigo. HEX triplet: 4D, 12 and 8B. RGB value is (77,18,139). Sum of RGB (Red+Green+Blue) = 77+18+139=234 (30% of max value = 765). Red value is 77 (30.47% from 255 or 32.91% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D128B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D128B is #B2ED74. Grayscale: #313131. Windows color (decimal): -11726197 or 9114189. OLE color: 9114189.
HSL color Cylindrical-coordinate representation of color #4D128B: hue angle of 269.26º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D128B is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 18 | 139 | - |
| CMYK | 0.45 | 0.87 | 0 | 0.45 |
| HSL | 269.26º | 0.77% | 0.31% | - |
| HSV(B) | 269.26º | 0.87% | 0.55% | - |
| XYZ | 7.94 | 3.87 | 24.76 | - |
| YUV | 49.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 139 | 0.45 | 0.87 | 0 | 0.45 | 269.26 | 0.77 | 0.31 |
| Hex | 4D | 12 | 8B | 2D | 57 | 0 | 2D | 10D | 4D | 1F |
| Octal | 115 | 22 | 213 | 55 | 127 | 0 | 55 | 415 | 115 | 37 |
| Binary | 1001101 | 10010 | 10001011 | 101101 | 1010111 | 0 | 101101 | 100001101 | 1001101 | 11111 |
Color Harmonies of #4D128B
Complementary color
Monochromatic Colors of #4D128B
Black with #4D128B
Text Example
Text Example
White with #4D128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D128B; }
p { color: rgb(77,18,139); }
H1.HeaderClassName
{
color: #4D128B;
}
.AnyTagClassName
{
color: #4D128B;
}
</style>
background-color css
<style>
a { background-color: #4D128B; }
a { background-color: rgb(77,18,139); }
div.DivClassName
{
background-color: #4D128B;
}
.BgClassName
{
background-color: #4D128B;
}
</style>
border-color css
<style>
span { border-color: #4D128B; }
span { border-color: rgb(77,18,139); }
td.TdClassName
{
border-color: #4D128B;
}
.TagClassName
{
border-color: #4D128B;
}
</style>