Shades of Indigo #4D0DAB
Tints of Indigo #4D0DAB
RGB
CMYK
RGB Variations
Color information
#4D0DAB (or 0x4D0DAB) is known color: Indigo. HEX triplet: 4D, 0D and AB. RGB value is (77,13,171). Sum of RGB (Red+Green+Blue) = 77+13+171=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D0DAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0DAB is #B2F254. Grayscale: #313131. Windows color (decimal): -11727445 or 11210061. OLE color: 11210061.
HSL color Cylindrical-coordinate representation of color #4D0DAB: hue angle of 264.3º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4D0DAB is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 13 | 171 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.33 |
| HSL | 264.3º | 0.86% | 0.36% | - |
| HSV(B) | 264.3º | 0.92% | 0.67% | - |
| XYZ | 10.56 | 4.81 | 38.9 | - |
| YUV | 50.15 | 196.2 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 13 | 171 | 0.55 | 0.92 | 0 | 0.33 | 264.3 | 0.86 | 0.36 |
| Hex | 4D | D | AB | 37 | 5C | 0 | 21 | 108 | 56 | 24 |
| Octal | 115 | 15 | 253 | 67 | 134 | 0 | 41 | 410 | 126 | 44 |
| Binary | 1001101 | 1101 | 10101011 | 110111 | 1011100 | 0 | 100001 | 100001000 | 1010110 | 100100 |
Color Harmonies of #4D0DAB
Complementary color
Monochromatic Colors of #4D0DAB
Black with #4D0DAB
Text Example
Text Example
White with #4D0DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0DAB; }
p { color: rgb(77,13,171); }
H1.HeaderClassName
{
color: #4D0DAB;
}
.AnyTagClassName
{
color: #4D0DAB;
}
</style>
background-color css
<style>
a { background-color: #4D0DAB; }
a { background-color: rgb(77,13,171); }
div.DivClassName
{
background-color: #4D0DAB;
}
.BgClassName
{
background-color: #4D0DAB;
}
</style>
border-color css
<style>
span { border-color: #4D0DAB; }
span { border-color: rgb(77,13,171); }
td.TdClassName
{
border-color: #4D0DAB;
}
.TagClassName
{
border-color: #4D0DAB;
}
</style>