Shades of Indigo #4D1282
Tints of Indigo #4D1282
RGB
CMYK
RGB Variations
Color information
#4D1282 (or 0x4D1282) is known color: Indigo. HEX triplet: 4D, 12 and 82. RGB value is (77,18,130). Sum of RGB (Red+Green+Blue) = 77+18+130=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D1282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1282 is #B2ED7D. Grayscale: #303030. Windows color (decimal): -11726206 or 8524365. OLE color: 8524365.
HSL color Cylindrical-coordinate representation of color #4D1282: hue angle of 271.61º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D1282 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 18 | 130 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.49 |
| HSL | 271.61º | 0.76% | 0.29% | - |
| HSV(B) | 271.61º | 0.86% | 0.51% | - |
| XYZ | 7.31 | 3.62 | 21.43 | - |
| YUV | 48.41 | 174.05 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 130 | 0.41 | 0.86 | 0 | 0.49 | 271.61 | 0.76 | 0.29 |
| Hex | 4D | 12 | 82 | 29 | 56 | 0 | 31 | 110 | 4C | 1D |
| Octal | 115 | 22 | 202 | 51 | 126 | 0 | 61 | 420 | 114 | 35 |
| Binary | 1001101 | 10010 | 10000010 | 101001 | 1010110 | 0 | 110001 | 100010000 | 1001100 | 11101 |
Color Harmonies of #4D1282
Complementary color
Monochromatic Colors of #4D1282
Black with #4D1282
Text Example
Text Example
White with #4D1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1282; }
p { color: rgb(77,18,130); }
H1.HeaderClassName
{
color: #4D1282;
}
.AnyTagClassName
{
color: #4D1282;
}
</style>
background-color css
<style>
a { background-color: #4D1282; }
a { background-color: rgb(77,18,130); }
div.DivClassName
{
background-color: #4D1282;
}
.BgClassName
{
background-color: #4D1282;
}
</style>
border-color css
<style>
span { border-color: #4D1282; }
span { border-color: rgb(77,18,130); }
td.TdClassName
{
border-color: #4D1282;
}
.TagClassName
{
border-color: #4D1282;
}
</style>