Shades of Indigo #4D0A69
Tints of Indigo #4D0A69
RGB
CMYK
RGB Variations
Color information
#4D0A69 (or 0x4D0A69) is known color: Indigo. HEX triplet: 4D, 0A and 69. RGB value is (77,10,105). Sum of RGB (Red+Green+Blue) = 77+10+105=192 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.10% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D0A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0A69 is #B2F596. Grayscale: #282828. Windows color (decimal): -11728279 or 6883917. OLE color: 6883917.
HSL color Cylindrical-coordinate representation of color #4D0A69: hue angle of 282.32º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0A69 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 10 | 105 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.59 |
| HSL | 282.32º | 0.83% | 0.23% | - |
| HSV(B) | 282.32º | 0.9% | 0.41% | - |
| XYZ | 5.72 | 2.81 | 13.61 | - |
| YUV | 40.86 | 164.2 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 105 | 0.27 | 0.90 | 0 | 0.59 | 282.32 | 0.83 | 0.23 |
| Hex | 4D | A | 69 | 1B | 5A | 0 | 3B | 11A | 53 | 17 |
| Octal | 115 | 12 | 151 | 33 | 132 | 0 | 73 | 432 | 123 | 27 |
| Binary | 1001101 | 1010 | 1101001 | 11011 | 1011010 | 0 | 111011 | 100011010 | 1010011 | 10111 |
Color Harmonies of #4D0A69
Complementary color
Monochromatic Colors of #4D0A69
Black with #4D0A69
Text Example
Text Example
White with #4D0A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A69; }
p { color: rgb(77,10,105); }
H1.HeaderClassName
{
color: #4D0A69;
}
.AnyTagClassName
{
color: #4D0A69;
}
</style>
background-color css
<style>
a { background-color: #4D0A69; }
a { background-color: rgb(77,10,105); }
div.DivClassName
{
background-color: #4D0A69;
}
.BgClassName
{
background-color: #4D0A69;
}
</style>
border-color css
<style>
span { border-color: #4D0A69; }
span { border-color: rgb(77,10,105); }
td.TdClassName
{
border-color: #4D0A69;
}
.TagClassName
{
border-color: #4D0A69;
}
</style>