Shades of Indigo #4D038F
Tints of Indigo #4D038F
RGB
CMYK
RGB Variations
Color information
#4D038F (or 0x4D038F) is known color: Indigo. HEX triplet: 4D, 03 and 8F. RGB value is (77,3,143). Sum of RGB (Red+Green+Blue) = 77+3+143=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D038F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D038F is #B2FC70. Grayscale: #282828. Windows color (decimal): -11730033 or 9372493. OLE color: 9372493.
HSL color Cylindrical-coordinate representation of color #4D038F: hue angle of 271.71º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D038F is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 3 | 143 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.44 |
| HSL | 271.71º | 0.96% | 0.29% | - |
| HSV(B) | 271.71º | 0.98% | 0.56% | - |
| XYZ | 8.05 | 3.63 | 26.26 | - |
| YUV | 41.09 | 185.52 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 143 | 0.46 | 0.98 | 0 | 0.44 | 271.71 | 0.96 | 0.29 |
| Hex | 4D | 3 | 8F | 2E | 62 | 0 | 2C | 110 | 60 | 1D |
| Octal | 115 | 3 | 217 | 56 | 142 | 0 | 54 | 420 | 140 | 35 |
| Binary | 1001101 | 11 | 10001111 | 101110 | 1100010 | 0 | 101100 | 100010000 | 1100000 | 11101 |
Color Harmonies of #4D038F
Complementary color
Monochromatic Colors of #4D038F
Black with #4D038F
Text Example
Text Example
White with #4D038F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D038F; }
p { color: rgb(77,3,143); }
H1.HeaderClassName
{
color: #4D038F;
}
.AnyTagClassName
{
color: #4D038F;
}
</style>
background-color css
<style>
a { background-color: #4D038F; }
a { background-color: rgb(77,3,143); }
div.DivClassName
{
background-color: #4D038F;
}
.BgClassName
{
background-color: #4D038F;
}
</style>
border-color css
<style>
span { border-color: #4D038F; }
span { border-color: rgb(77,3,143); }
td.TdClassName
{
border-color: #4D038F;
}
.TagClassName
{
border-color: #4D038F;
}
</style>