Shades of Indigo #4D019D
Tints of Indigo #4D019D
RGB
CMYK
RGB Variations
Color information
#4D019D (or 0x4D019D) is known color: Indigo. HEX triplet: 4D, 01 and 9D. RGB value is (77,1,157). Sum of RGB (Red+Green+Blue) = 77+1+157=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D019D is #B2FE62. Grayscale: #282828. Windows color (decimal): -11730531 or 10289485. OLE color: 10289485.
HSL color Cylindrical-coordinate representation of color #4D019D: hue angle of 269.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D019D is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 1 | 157 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.38 |
| HSL | 269.23º | 0.99% | 0.31% | - |
| HSV(B) | 269.23º | 0.99% | 0.62% | - |
| XYZ | 9.16 | 4.03 | 32.19 | - |
| YUV | 41.51 | 193.18 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 157 | 0.51 | 0.99 | 0 | 0.38 | 269.23 | 0.99 | 0.31 |
| Hex | 4D | 1 | 9D | 33 | 63 | 0 | 26 | 10D | 63 | 1F |
| Octal | 115 | 1 | 235 | 63 | 143 | 0 | 46 | 415 | 143 | 37 |
| Binary | 1001101 | 1 | 10011101 | 110011 | 1100011 | 0 | 100110 | 100001101 | 1100011 | 11111 |
Color Harmonies of #4D019D
Complementary color
Monochromatic Colors of #4D019D
Black with #4D019D
Text Example
Text Example
White with #4D019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D019D; }
p { color: rgb(77,1,157); }
H1.HeaderClassName
{
color: #4D019D;
}
.AnyTagClassName
{
color: #4D019D;
}
</style>
background-color css
<style>
a { background-color: #4D019D; }
a { background-color: rgb(77,1,157); }
div.DivClassName
{
background-color: #4D019D;
}
.BgClassName
{
background-color: #4D019D;
}
</style>
border-color css
<style>
span { border-color: #4D019D; }
span { border-color: rgb(77,1,157); }
td.TdClassName
{
border-color: #4D019D;
}
.TagClassName
{
border-color: #4D019D;
}
</style>