Shades of Indigo #4D1078
Tints of Indigo #4D1078
RGB
CMYK
RGB Variations
Color information
#4D1078 (or 0x4D1078) is known color: Indigo. HEX triplet: 4D, 10 and 78. RGB value is (77,16,120). Sum of RGB (Red+Green+Blue) = 77+16+120=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D1078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1078 is #B2EF87. Grayscale: #2D2D2D. Windows color (decimal): -11726728 or 7868493. OLE color: 7868493.
HSL color Cylindrical-coordinate representation of color #4D1078: hue angle of 275.19º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1078 is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 16 | 120 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.53 |
| HSL | 275.19º | 0.76% | 0.27% | - |
| HSV(B) | 275.19º | 0.87% | 0.47% | - |
| XYZ | 6.64 | 3.3 | 18.06 | - |
| YUV | 46.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 120 | 0.36 | 0.87 | 0 | 0.53 | 275.19 | 0.76 | 0.27 |
| Hex | 4D | 10 | 78 | 24 | 57 | 0 | 35 | 113 | 4C | 1B |
| Octal | 115 | 20 | 170 | 44 | 127 | 0 | 65 | 423 | 114 | 33 |
| Binary | 1001101 | 10000 | 1111000 | 100100 | 1010111 | 0 | 110101 | 100010011 | 1001100 | 11011 |
Color Harmonies of #4D1078
Complementary color
Monochromatic Colors of #4D1078
Black with #4D1078
Text Example
Text Example
White with #4D1078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1078; }
p { color: rgb(77,16,120); }
H1.HeaderClassName
{
color: #4D1078;
}
.AnyTagClassName
{
color: #4D1078;
}
</style>
background-color css
<style>
a { background-color: #4D1078; }
a { background-color: rgb(77,16,120); }
div.DivClassName
{
background-color: #4D1078;
}
.BgClassName
{
background-color: #4D1078;
}
</style>
border-color css
<style>
span { border-color: #4D1078; }
span { border-color: rgb(77,16,120); }
td.TdClassName
{
border-color: #4D1078;
}
.TagClassName
{
border-color: #4D1078;
}
</style>