Shades of Indigo #4D108B
Tints of Indigo #4D108B
RGB
CMYK
RGB Variations
Color information
#4D108B (or 0x4D108B) is known color: Indigo. HEX triplet: 4D, 10 and 8B. RGB value is (77,16,139). Sum of RGB (Red+Green+Blue) = 77+16+139=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D108B is #B2EF74. Grayscale: #2F2F2F. Windows color (decimal): -11726709 or 9113677. OLE color: 9113677.
HSL color Cylindrical-coordinate representation of color #4D108B: hue angle of 269.76º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D108B is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 16 | 139 | - |
| CMYK | 0.45 | 0.88 | 0 | 0.45 |
| HSL | 269.76º | 0.79% | 0.3% | - |
| HSV(B) | 269.76º | 0.88% | 0.55% | - |
| XYZ | 7.91 | 3.81 | 24.75 | - |
| YUV | 48.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 139 | 0.45 | 0.88 | 0 | 0.45 | 269.76 | 0.79 | 0.3 |
| Hex | 4D | 10 | 8B | 2D | 58 | 0 | 2D | 10E | 4F | 1E |
| Octal | 115 | 20 | 213 | 55 | 130 | 0 | 55 | 416 | 117 | 36 |
| Binary | 1001101 | 10000 | 10001011 | 101101 | 1011000 | 0 | 101101 | 100001110 | 1001111 | 11110 |
Color Harmonies of #4D108B
Complementary color
Monochromatic Colors of #4D108B
Black with #4D108B
Text Example
Text Example
White with #4D108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D108B; }
p { color: rgb(77,16,139); }
H1.HeaderClassName
{
color: #4D108B;
}
.AnyTagClassName
{
color: #4D108B;
}
</style>
background-color css
<style>
a { background-color: #4D108B; }
a { background-color: rgb(77,16,139); }
div.DivClassName
{
background-color: #4D108B;
}
.BgClassName
{
background-color: #4D108B;
}
</style>
border-color css
<style>
span { border-color: #4D108B; }
span { border-color: rgb(77,16,139); }
td.TdClassName
{
border-color: #4D108B;
}
.TagClassName
{
border-color: #4D108B;
}
</style>