Shades of Indigo #4D0678
Tints of Indigo #4D0678
RGB
CMYK
RGB Variations
Color information
#4D0678 (or 0x4D0678) is known color: Indigo. HEX triplet: 4D, 06 and 78. RGB value is (77,6,120). Sum of RGB (Red+Green+Blue) = 77+6+120=203 (26% of max value = 765). Red value is 77 (30.47% from 255 or 37.93% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D0678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0678 is #B2F987. Grayscale: #272727. Windows color (decimal): -11729288 or 7865933. OLE color: 7865933.
HSL color Cylindrical-coordinate representation of color #4D0678: hue angle of 277.37º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0678 is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 77 | 6 | 120 | - |
| CMYK | 0.36 | 0.95 | 0 | 0.53 |
| HSL | 277.37º | 0.9% | 0.25% | - |
| HSV(B) | 277.37º | 0.95% | 0.47% | - |
| XYZ | 6.52 | 3.06 | 18.02 | - |
| YUV | 40.23 | 173.02 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 120 | 0.36 | 0.95 | 0 | 0.53 | 277.37 | 0.9 | 0.25 |
| Hex | 4D | 6 | 78 | 24 | 5F | 0 | 35 | 115 | 5A | 19 |
| Octal | 115 | 6 | 170 | 44 | 137 | 0 | 65 | 425 | 132 | 31 |
| Binary | 1001101 | 110 | 1111000 | 100100 | 1011111 | 0 | 110101 | 100010101 | 1011010 | 11001 |
Color Harmonies of #4D0678
Complementary color
Monochromatic Colors of #4D0678
Black with #4D0678
Text Example
Text Example
White with #4D0678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0678; }
p { color: rgb(77,6,120); }
H1.HeaderClassName
{
color: #4D0678;
}
.AnyTagClassName
{
color: #4D0678;
}
</style>
background-color css
<style>
a { background-color: #4D0678; }
a { background-color: rgb(77,6,120); }
div.DivClassName
{
background-color: #4D0678;
}
.BgClassName
{
background-color: #4D0678;
}
</style>
border-color css
<style>
span { border-color: #4D0678; }
span { border-color: rgb(77,6,120); }
td.TdClassName
{
border-color: #4D0678;
}
.TagClassName
{
border-color: #4D0678;
}
</style>