Shades of Indigo #4D1582
Tints of Indigo #4D1582
RGB
CMYK
RGB Variations
Color information
#4D1582 (or 0x4D1582) is known color: Indigo. HEX triplet: 4D, 15 and 82. RGB value is (77,21,130). Sum of RGB (Red+Green+Blue) = 77+21+130=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 130 (51.17% from 255 or 57.02% from 228); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D1582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1582 is #B2EA7D. Grayscale: #313131. Windows color (decimal): -11725438 or 8525133. OLE color: 8525133.
HSL color Cylindrical-coordinate representation of color #4D1582: hue angle of 270.83º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1582 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 21 | 130 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.49 |
| HSL | 270.83º | 0.72% | 0.3% | - |
| HSV(B) | 270.83º | 0.84% | 0.51% | - |
| XYZ | 7.36 | 3.73 | 21.45 | - |
| YUV | 50.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 130 | 0.41 | 0.84 | 0 | 0.49 | 270.83 | 0.72 | 0.3 |
| Hex | 4D | 15 | 82 | 29 | 54 | 0 | 31 | 10F | 48 | 1E |
| Octal | 115 | 25 | 202 | 51 | 124 | 0 | 61 | 417 | 110 | 36 |
| Binary | 1001101 | 10101 | 10000010 | 101001 | 1010100 | 0 | 110001 | 100001111 | 1001000 | 11110 |
Color Harmonies of #4D1582
Complementary color
Monochromatic Colors of #4D1582
Black with #4D1582
Text Example
Text Example
White with #4D1582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1582; }
p { color: rgb(77,21,130); }
H1.HeaderClassName
{
color: #4D1582;
}
.AnyTagClassName
{
color: #4D1582;
}
</style>
background-color css
<style>
a { background-color: #4D1582; }
a { background-color: rgb(77,21,130); }
div.DivClassName
{
background-color: #4D1582;
}
.BgClassName
{
background-color: #4D1582;
}
</style>
border-color css
<style>
span { border-color: #4D1582; }
span { border-color: rgb(77,21,130); }
td.TdClassName
{
border-color: #4D1582;
}
.TagClassName
{
border-color: #4D1582;
}
</style>