Shades of Indigo #4D1A99
Tints of Indigo #4D1A99
RGB
CMYK
RGB Variations
Color information
#4D1A99 (or 0x4D1A99) is known color: Indigo. HEX triplet: 4D, 1A and 99. RGB value is (77,26,153). Sum of RGB (Red+Green+Blue) = 77+26+153=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D1A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1A99 is #B2E566. Grayscale: #373737. Windows color (decimal): -11724135 or 10033741. OLE color: 10033741.
HSL color Cylindrical-coordinate representation of color #4D1A99: hue angle of 264.09º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D1A99 is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 26 | 153 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.4 |
| HSL | 264.09º | 0.71% | 0.35% | - |
| HSV(B) | 264.09º | 0.83% | 0.6% | - |
| XYZ | 9.18 | 4.62 | 30.54 | - |
| YUV | 55.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 153 | 0.50 | 0.83 | 0 | 0.4 | 264.09 | 0.71 | 0.35 |
| Hex | 4D | 1A | 99 | 32 | 53 | 0 | 28 | 108 | 47 | 23 |
| Octal | 115 | 32 | 231 | 62 | 123 | 0 | 50 | 410 | 107 | 43 |
| Binary | 1001101 | 11010 | 10011001 | 110010 | 1010011 | 0 | 101000 | 100001000 | 1000111 | 100011 |
Color Harmonies of #4D1A99
Complementary color
Monochromatic Colors of #4D1A99
Black with #4D1A99
Text Example
Text Example
White with #4D1A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A99; }
p { color: rgb(77,26,153); }
H1.HeaderClassName
{
color: #4D1A99;
}
.AnyTagClassName
{
color: #4D1A99;
}
</style>
background-color css
<style>
a { background-color: #4D1A99; }
a { background-color: rgb(77,26,153); }
div.DivClassName
{
background-color: #4D1A99;
}
.BgClassName
{
background-color: #4D1A99;
}
</style>
border-color css
<style>
span { border-color: #4D1A99; }
span { border-color: rgb(77,26,153); }
td.TdClassName
{
border-color: #4D1A99;
}
.TagClassName
{
border-color: #4D1A99;
}
</style>