Shades of Indigo #4D158A
Tints of Indigo #4D158A
RGB
CMYK
RGB Variations
Color information
#4D158A (or 0x4D158A) is known color: Indigo. HEX triplet: 4D, 15 and 8A. RGB value is (77,21,138). Sum of RGB (Red+Green+Blue) = 77+21+138=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D158A is #B2EA75. Grayscale: #323232. Windows color (decimal): -11725430 or 9049421. OLE color: 9049421.
HSL color Cylindrical-coordinate representation of color #4D158A: hue angle of 268.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D158A is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 21 | 138 | - |
| CMYK | 0.44 | 0.85 | 0 | 0.46 |
| HSL | 268.72º | 0.74% | 0.31% | - |
| HSV(B) | 268.72º | 0.85% | 0.54% | - |
| XYZ | 7.92 | 3.95 | 24.39 | - |
| YUV | 51.08 | 177.05 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 138 | 0.44 | 0.85 | 0 | 0.46 | 268.72 | 0.74 | 0.31 |
| Hex | 4D | 15 | 8A | 2C | 55 | 0 | 2E | 10D | 4A | 1F |
| Octal | 115 | 25 | 212 | 54 | 125 | 0 | 56 | 415 | 112 | 37 |
| Binary | 1001101 | 10101 | 10001010 | 101100 | 1010101 | 0 | 101110 | 100001101 | 1001010 | 11111 |
Color Harmonies of #4D158A
Complementary color
Monochromatic Colors of #4D158A
Black with #4D158A
Text Example
Text Example
White with #4D158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D158A; }
p { color: rgb(77,21,138); }
H1.HeaderClassName
{
color: #4D158A;
}
.AnyTagClassName
{
color: #4D158A;
}
</style>
background-color css
<style>
a { background-color: #4D158A; }
a { background-color: rgb(77,21,138); }
div.DivClassName
{
background-color: #4D158A;
}
.BgClassName
{
background-color: #4D158A;
}
</style>
border-color css
<style>
span { border-color: #4D158A; }
span { border-color: rgb(77,21,138); }
td.TdClassName
{
border-color: #4D158A;
}
.TagClassName
{
border-color: #4D158A;
}
</style>