Shades of Indigo #4D0669
Tints of Indigo #4D0669
RGB
CMYK
RGB Variations
Color information
#4D0669 (or 0x4D0669) is known color: Indigo. HEX triplet: 4D, 06 and 69. RGB value is (77,6,105). Sum of RGB (Red+Green+Blue) = 77+6+105=188 (24% of max value = 765). Red value is 77 (30.47% from 255 or 40.96% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 105 (41.41% from 255 or 55.85% from 188); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D0669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0669 is #B2F996. Grayscale: #262626. Windows color (decimal): -11729303 or 6882893. OLE color: 6882893.
HSL color Cylindrical-coordinate representation of color #4D0669: hue angle of 283.03º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0669 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 6 | 105 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.59 |
| HSL | 283.03º | 0.89% | 0.22% | - |
| HSV(B) | 283.03º | 0.94% | 0.41% | - |
| XYZ | 5.68 | 2.73 | 13.59 | - |
| YUV | 38.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 6 | 105 | 0.27 | 0.94 | 0 | 0.59 | 283.03 | 0.89 | 0.22 |
| Hex | 4D | 6 | 69 | 1B | 5E | 0 | 3B | 11B | 59 | 16 |
| Octal | 115 | 6 | 151 | 33 | 136 | 0 | 73 | 433 | 131 | 26 |
| Binary | 1001101 | 110 | 1101001 | 11011 | 1011110 | 0 | 111011 | 100011011 | 1011001 | 10110 |
Color Harmonies of #4D0669
Complementary color
Monochromatic Colors of #4D0669
Black with #4D0669
Text Example
Text Example
White with #4D0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0669; }
p { color: rgb(77,6,105); }
H1.HeaderClassName
{
color: #4D0669;
}
.AnyTagClassName
{
color: #4D0669;
}
</style>
background-color css
<style>
a { background-color: #4D0669; }
a { background-color: rgb(77,6,105); }
div.DivClassName
{
background-color: #4D0669;
}
.BgClassName
{
background-color: #4D0669;
}
</style>
border-color css
<style>
span { border-color: #4D0669; }
span { border-color: rgb(77,6,105); }
td.TdClassName
{
border-color: #4D0669;
}
.TagClassName
{
border-color: #4D0669;
}
</style>