Shades of Indigo #4D0AAC
Tints of Indigo #4D0AAC
RGB
CMYK
RGB Variations
Color information
#4D0AAC (or 0x4D0AAC) is known color: Indigo. HEX triplet: 4D, 0A and AC. RGB value is (77,10,172). Sum of RGB (Red+Green+Blue) = 77+10+172=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0AAC is #B2F553. Grayscale: #2F2F2F. Windows color (decimal): -11728212 or 11274829. OLE color: 11274829.
HSL color Cylindrical-coordinate representation of color #4D0AAC: hue angle of 264.81º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0AAC is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 10 | 172 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.33 |
| HSL | 264.81º | 0.89% | 0.36% | - |
| HSV(B) | 264.81º | 0.94% | 0.67% | - |
| XYZ | 10.62 | 4.77 | 39.39 | - |
| YUV | 48.5 | 197.7 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 10 | 172 | 0.55 | 0.94 | 0 | 0.33 | 264.81 | 0.89 | 0.36 |
| Hex | 4D | A | AC | 37 | 5E | 0 | 21 | 109 | 59 | 24 |
| Octal | 115 | 12 | 254 | 67 | 136 | 0 | 41 | 411 | 131 | 44 |
| Binary | 1001101 | 1010 | 10101100 | 110111 | 1011110 | 0 | 100001 | 100001001 | 1011001 | 100100 |
Color Harmonies of #4D0AAC
Complementary color
Monochromatic Colors of #4D0AAC
Black with #4D0AAC
Text Example
Text Example
White with #4D0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0AAC; }
p { color: rgb(77,10,172); }
H1.HeaderClassName
{
color: #4D0AAC;
}
.AnyTagClassName
{
color: #4D0AAC;
}
</style>
background-color css
<style>
a { background-color: #4D0AAC; }
a { background-color: rgb(77,10,172); }
div.DivClassName
{
background-color: #4D0AAC;
}
.BgClassName
{
background-color: #4D0AAC;
}
</style>
border-color css
<style>
span { border-color: #4D0AAC; }
span { border-color: rgb(77,10,172); }
td.TdClassName
{
border-color: #4D0AAC;
}
.TagClassName
{
border-color: #4D0AAC;
}
</style>