Shades of Indigo #4D0660
Tints of Indigo #4D0660
RGB
CMYK
RGB Variations
Color information
#4D0660 (or 0x4D0660) is known color: Indigo. HEX triplet: 4D, 06 and 60. RGB value is (77,6,96). Sum of RGB (Red+Green+Blue) = 77+6+96=179 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.02% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D0660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0660 is #B2F99F. Grayscale: #252525. Windows color (decimal): -11729312 or 6293069. OLE color: 6293069.
HSL color Cylindrical-coordinate representation of color #4D0660: hue angle of 287.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0660 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 6 | 96 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.62 |
| HSL | 287.33º | 0.88% | 0.2% | - |
| HSV(B) | 287.33º | 0.94% | 0.38% | - |
| XYZ | 5.24 | 2.55 | 11.28 | - |
| YUV | 37.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 96 | 0.20 | 0.94 | 0 | 0.62 | 287.33 | 0.88 | 0.2 |
| Hex | 4D | 6 | 60 | 14 | 5E | 0 | 3E | 11F | 58 | 14 |
| Octal | 115 | 6 | 140 | 24 | 136 | 0 | 76 | 437 | 130 | 24 |
| Binary | 1001101 | 110 | 1100000 | 10100 | 1011110 | 0 | 111110 | 100011111 | 1011000 | 10100 |
Color Harmonies of #4D0660
Complementary color
Monochromatic Colors of #4D0660
Black with #4D0660
Text Example
Text Example
White with #4D0660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0660; }
p { color: rgb(77,6,96); }
H1.HeaderClassName
{
color: #4D0660;
}
.AnyTagClassName
{
color: #4D0660;
}
</style>
background-color css
<style>
a { background-color: #4D0660; }
a { background-color: rgb(77,6,96); }
div.DivClassName
{
background-color: #4D0660;
}
.BgClassName
{
background-color: #4D0660;
}
</style>
border-color css
<style>
span { border-color: #4D0660; }
span { border-color: rgb(77,6,96); }
td.TdClassName
{
border-color: #4D0660;
}
.TagClassName
{
border-color: #4D0660;
}
</style>