Shades of Indigo #4D13A3
Tints of Indigo #4D13A3
RGB
CMYK
RGB Variations
Color information
#4D13A3 (or 0x4D13A3) is known color: Indigo. HEX triplet: 4D, 13 and A3. RGB value is (77,19,163). Sum of RGB (Red+Green+Blue) = 77+19+163=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 163 (64.06% from 255 or 62.93% from 259); Max value from RGB is 163 - color contains mainly: blue. Hex color #4D13A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D13A3 is #B2EC5C. Grayscale: #343434. Windows color (decimal): -11725917 or 10687309. OLE color: 10687309.
HSL color Cylindrical-coordinate representation of color #4D13A3: hue angle of 264.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D13A3 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 19 | 163 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.36 |
| HSL | 264.17º | 0.79% | 0.36% | - |
| HSV(B) | 264.17º | 0.88% | 0.64% | - |
| XYZ | 9.9 | 4.69 | 35.03 | - |
| YUV | 52.76 | 190.22 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 163 | 0.53 | 0.88 | 0 | 0.36 | 264.17 | 0.79 | 0.36 |
| Hex | 4D | 13 | A3 | 35 | 58 | 0 | 24 | 108 | 4F | 24 |
| Octal | 115 | 23 | 243 | 65 | 130 | 0 | 44 | 410 | 117 | 44 |
| Binary | 1001101 | 10011 | 10100011 | 110101 | 1011000 | 0 | 100100 | 100001000 | 1001111 | 100100 |
Color Harmonies of #4D13A3
Complementary color
Monochromatic Colors of #4D13A3
Black with #4D13A3
Text Example
Text Example
White with #4D13A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D13A3; }
p { color: rgb(77,19,163); }
H1.HeaderClassName
{
color: #4D13A3;
}
.AnyTagClassName
{
color: #4D13A3;
}
</style>
background-color css
<style>
a { background-color: #4D13A3; }
a { background-color: rgb(77,19,163); }
div.DivClassName
{
background-color: #4D13A3;
}
.BgClassName
{
background-color: #4D13A3;
}
</style>
border-color css
<style>
span { border-color: #4D13A3; }
span { border-color: rgb(77,19,163); }
td.TdClassName
{
border-color: #4D13A3;
}
.TagClassName
{
border-color: #4D13A3;
}
</style>