Shades of Indigo #4D0082
Tints of Indigo #4D0082
RGB
CMYK
RGB Variations
Color information
#4D0082 (or 0x4D0082) is known color: Indigo. HEX triplet: 4D, 00 and 82. RGB value is (77,0,130). Sum of RGB (Red+Green+Blue) = 77+0+130=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D0082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0082 is #B2FF7D. Grayscale: #252525. Windows color (decimal): -11730814 or 8519757. OLE color: 8519757.
HSL color Cylindrical-coordinate representation of color #4D0082: hue angle of 275.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0082 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 0 | 130 | - |
| CMYK | 0.41 | 1 | 0 | 0.49 |
| HSL | 275.54º | 1% | 0.25% | - |
| HSV(B) | 275.54º | 1% | 0.51% | - |
| XYZ | 7.09 | 3.19 | 21.36 | - |
| YUV | 37.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 130 | 0.41 | 1 | 0 | 0.49 | 275.54 | 1 | 0.25 |
| Hex | 4D | 0 | 82 | 29 | 64 | 0 | 31 | 114 | 64 | 19 |
| Octal | 115 | 0 | 202 | 51 | 144 | 0 | 61 | 424 | 144 | 31 |
| Binary | 1001101 | 0 | 10000010 | 101001 | 1100100 | 0 | 110001 | 100010100 | 1100100 | 11001 |
Color Harmonies of #4D0082
Complementary color
Monochromatic Colors of #4D0082
Black with #4D0082
Text Example
Text Example
White with #4D0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0082; }
p { color: rgb(77,0,130); }
H1.HeaderClassName
{
color: #4D0082;
}
.AnyTagClassName
{
color: #4D0082;
}
</style>
background-color css
<style>
a { background-color: #4D0082; }
a { background-color: rgb(77,0,130); }
div.DivClassName
{
background-color: #4D0082;
}
.BgClassName
{
background-color: #4D0082;
}
</style>
border-color css
<style>
span { border-color: #4D0082; }
span { border-color: rgb(77,0,130); }
td.TdClassName
{
border-color: #4D0082;
}
.TagClassName
{
border-color: #4D0082;
}
</style>