Shades of Indigo #4D009F
Tints of Indigo #4D009F
RGB
CMYK
RGB Variations
Color information
#4D009F (or 0x4D009F) is known color: Indigo. HEX triplet: 4D, 00 and 9F. RGB value is (77,0,159). Sum of RGB (Red+Green+Blue) = 77+0+159=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D009F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D009F is #B2FF60. Grayscale: #282828. Windows color (decimal): -11730785 or 10420301. OLE color: 10420301.
HSL color Cylindrical-coordinate representation of color #4D009F: hue angle of 269.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D009F is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 0 | 159 | - |
| CMYK | 0.52 | 1 | 0 | 0.38 |
| HSL | 269.06º | 1% | 0.31% | - |
| HSV(B) | 269.06º | 1% | 0.62% | - |
| XYZ | 9.32 | 4.08 | 33.1 | - |
| YUV | 41.15 | 194.51 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 159 | 0.52 | 1 | 0 | 0.38 | 269.06 | 1 | 0.31 |
| Hex | 4D | 0 | 9F | 34 | 64 | 0 | 26 | 10D | 64 | 1F |
| Octal | 115 | 0 | 237 | 64 | 144 | 0 | 46 | 415 | 144 | 37 |
| Binary | 1001101 | 0 | 10011111 | 110100 | 1100100 | 0 | 100110 | 100001101 | 1100100 | 11111 |
Color Harmonies of #4D009F
Complementary color
Monochromatic Colors of #4D009F
Black with #4D009F
Text Example
Text Example
White with #4D009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D009F; }
p { color: rgb(77,0,159); }
H1.HeaderClassName
{
color: #4D009F;
}
.AnyTagClassName
{
color: #4D009F;
}
</style>
background-color css
<style>
a { background-color: #4D009F; }
a { background-color: rgb(77,0,159); }
div.DivClassName
{
background-color: #4D009F;
}
.BgClassName
{
background-color: #4D009F;
}
</style>
border-color css
<style>
span { border-color: #4D009F; }
span { border-color: rgb(77,0,159); }
td.TdClassName
{
border-color: #4D009F;
}
.TagClassName
{
border-color: #4D009F;
}
</style>