Shades of Indigo #4D0A66
Tints of Indigo #4D0A66
RGB
CMYK
RGB Variations
Color information
#4D0A66 (or 0x4D0A66) is known color: Indigo. HEX triplet: 4D, 0A and 66. RGB value is (77,10,102). Sum of RGB (Red+Green+Blue) = 77+10+102=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 10 (4.30% from 255 or 5.29% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #4D0A66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0A66 is #B2F599. Grayscale: #282828. Windows color (decimal): -11728282 or 6687309. OLE color: 6687309.
HSL color Cylindrical-coordinate representation of color #4D0A66: hue angle of 283.7º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0A66 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 10 | 102 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.6 |
| HSL | 283.7º | 0.82% | 0.22% | - |
| HSV(B) | 283.7º | 0.9% | 0.4% | - |
| XYZ | 5.57 | 2.75 | 12.81 | - |
| YUV | 40.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 102 | 0.25 | 0.90 | 0 | 0.6 | 283.7 | 0.82 | 0.22 |
| Hex | 4D | A | 66 | 19 | 5A | 0 | 3C | 11C | 52 | 16 |
| Octal | 115 | 12 | 146 | 31 | 132 | 0 | 74 | 434 | 122 | 26 |
| Binary | 1001101 | 1010 | 1100110 | 11001 | 1011010 | 0 | 111100 | 100011100 | 1010010 | 10110 |
Color Harmonies of #4D0A66
Complementary color
Monochromatic Colors of #4D0A66
Black with #4D0A66
Text Example
Text Example
White with #4D0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A66; }
p { color: rgb(77,10,102); }
H1.HeaderClassName
{
color: #4D0A66;
}
.AnyTagClassName
{
color: #4D0A66;
}
</style>
background-color css
<style>
a { background-color: #4D0A66; }
a { background-color: rgb(77,10,102); }
div.DivClassName
{
background-color: #4D0A66;
}
.BgClassName
{
background-color: #4D0A66;
}
</style>
border-color css
<style>
span { border-color: #4D0A66; }
span { border-color: rgb(77,10,102); }
td.TdClassName
{
border-color: #4D0A66;
}
.TagClassName
{
border-color: #4D0A66;
}
</style>