Shades of Indigo #4D009E
Tints of Indigo #4D009E
RGB
CMYK
RGB Variations
Color information
#4D009E (or 0x4D009E) is known color: Indigo. HEX triplet: 4D, 00 and 9E. RGB value is (77,0,158). Sum of RGB (Red+Green+Blue) = 77+0+158=235 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.77% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 158 (62.11% from 255 or 67.23% from 235); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D009E is #B2FF61. Grayscale: #282828. Windows color (decimal): -11730786 or 10354765. OLE color: 10354765.
HSL color Cylindrical-coordinate representation of color #4D009E: hue angle of 269.24º 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 #4D009E is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 0 | 158 | - |
| CMYK | 0.51 | 1 | 0 | 0.38 |
| HSL | 269.24º | 1% | 0.31% | - |
| HSV(B) | 269.24º | 1% | 0.62% | - |
| XYZ | 9.23 | 4.05 | 32.64 | - |
| YUV | 41.04 | 194.01 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 158 | 0.51 | 1 | 0 | 0.38 | 269.24 | 1 | 0.31 |
| Hex | 4D | 0 | 9E | 33 | 64 | 0 | 26 | 10D | 64 | 1F |
| Octal | 115 | 0 | 236 | 63 | 144 | 0 | 46 | 415 | 144 | 37 |
| Binary | 1001101 | 0 | 10011110 | 110011 | 1100100 | 0 | 100110 | 100001101 | 1100100 | 11111 |
Color Harmonies of #4D009E
Complementary color
Monochromatic Colors of #4D009E
Black with #4D009E
Text Example
Text Example
White with #4D009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D009E; }
p { color: rgb(77,0,158); }
H1.HeaderClassName
{
color: #4D009E;
}
.AnyTagClassName
{
color: #4D009E;
}
</style>
background-color css
<style>
a { background-color: #4D009E; }
a { background-color: rgb(77,0,158); }
div.DivClassName
{
background-color: #4D009E;
}
.BgClassName
{
background-color: #4D009E;
}
</style>
border-color css
<style>
span { border-color: #4D009E; }
span { border-color: rgb(77,0,158); }
td.TdClassName
{
border-color: #4D009E;
}
.TagClassName
{
border-color: #4D009E;
}
</style>