Shades of Indigo #4D0A6D
Tints of Indigo #4D0A6D
RGB
CMYK
RGB Variations
Color information
#4D0A6D (or 0x4D0A6D) is known color: Indigo. HEX triplet: 4D, 0A and 6D. RGB value is (77,10,109). Sum of RGB (Red+Green+Blue) = 77+10+109=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D0A6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0A6D is #B2F592. Grayscale: #282828. Windows color (decimal): -11728275 or 7146061. OLE color: 7146061.
HSL color Cylindrical-coordinate representation of color #4D0A6D: hue angle of 280.61º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0A6D is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 10 | 109 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.57 |
| HSL | 280.61º | 0.83% | 0.23% | - |
| HSV(B) | 280.61º | 0.91% | 0.43% | - |
| XYZ | 5.93 | 2.9 | 14.72 | - |
| YUV | 41.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 109 | 0.29 | 0.91 | 0 | 0.57 | 280.61 | 0.83 | 0.23 |
| Hex | 4D | A | 6D | 1D | 5B | 0 | 39 | 119 | 53 | 17 |
| Octal | 115 | 12 | 155 | 35 | 133 | 0 | 71 | 431 | 123 | 27 |
| Binary | 1001101 | 1010 | 1101101 | 11101 | 1011011 | 0 | 111001 | 100011001 | 1010011 | 10111 |
Color Harmonies of #4D0A6D
Complementary color
Monochromatic Colors of #4D0A6D
Black with #4D0A6D
Text Example
Text Example
White with #4D0A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0A6D; }
p { color: rgb(77,10,109); }
H1.HeaderClassName
{
color: #4D0A6D;
}
.AnyTagClassName
{
color: #4D0A6D;
}
</style>
background-color css
<style>
a { background-color: #4D0A6D; }
a { background-color: rgb(77,10,109); }
div.DivClassName
{
background-color: #4D0A6D;
}
.BgClassName
{
background-color: #4D0A6D;
}
</style>
border-color css
<style>
span { border-color: #4D0A6D; }
span { border-color: rgb(77,10,109); }
td.TdClassName
{
border-color: #4D0A6D;
}
.TagClassName
{
border-color: #4D0A6D;
}
</style>