Shades of Indigo #4D1A93
Tints of Indigo #4D1A93
RGB
CMYK
RGB Variations
Color information
#4D1A93 (or 0x4D1A93) is known color: Indigo. HEX triplet: 4D, 1A and 93. RGB value is (77,26,147). Sum of RGB (Red+Green+Blue) = 77+26+147=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D1A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1A93 is #B2E56C. Grayscale: #363636. Windows color (decimal): -11724141 or 9640525. OLE color: 9640525.
HSL color Cylindrical-coordinate representation of color #4D1A93: hue angle of 265.29º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1A93 is Cyan = 0.48, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 26 | 147 | - |
| CMYK | 0.48 | 0.82 | 0 | 0.42 |
| HSL | 265.29º | 0.7% | 0.34% | - |
| HSV(B) | 265.29º | 0.82% | 0.58% | - |
| XYZ | 8.7 | 4.42 | 28 | - |
| YUV | 55.04 | 179.9 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 147 | 0.48 | 0.82 | 0 | 0.42 | 265.29 | 0.7 | 0.34 |
| Hex | 4D | 1A | 93 | 30 | 52 | 0 | 2A | 109 | 46 | 22 |
| Octal | 115 | 32 | 223 | 60 | 122 | 0 | 52 | 411 | 106 | 42 |
| Binary | 1001101 | 11010 | 10010011 | 110000 | 1010010 | 0 | 101010 | 100001001 | 1000110 | 100010 |
Color Harmonies of #4D1A93
Complementary color
Monochromatic Colors of #4D1A93
Black with #4D1A93
Text Example
Text Example
White with #4D1A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A93; }
p { color: rgb(77,26,147); }
H1.HeaderClassName
{
color: #4D1A93;
}
.AnyTagClassName
{
color: #4D1A93;
}
</style>
background-color css
<style>
a { background-color: #4D1A93; }
a { background-color: rgb(77,26,147); }
div.DivClassName
{
background-color: #4D1A93;
}
.BgClassName
{
background-color: #4D1A93;
}
</style>
border-color css
<style>
span { border-color: #4D1A93; }
span { border-color: rgb(77,26,147); }
td.TdClassName
{
border-color: #4D1A93;
}
.TagClassName
{
border-color: #4D1A93;
}
</style>