Shades of Indigo #4D1882
Tints of Indigo #4D1882
RGB
CMYK
RGB Variations
Color information
#4D1882 (or 0x4D1882) is known color: Indigo. HEX triplet: 4D, 18 and 82. RGB value is (77,24,130). Sum of RGB (Red+Green+Blue) = 77+24+130=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D1882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1882 is #B2E77D. Grayscale: #333333. Windows color (decimal): -11724670 or 8525901. OLE color: 8525901.
HSL color Cylindrical-coordinate representation of color #4D1882: hue angle of 270º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1882 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 24 | 130 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.49 |
| HSL | 270º | 0.69% | 0.3% | - |
| HSV(B) | 270º | 0.82% | 0.51% | - |
| XYZ | 7.42 | 3.84 | 21.47 | - |
| YUV | 51.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 130 | 0.41 | 0.82 | 0 | 0.49 | 270 | 0.69 | 0.3 |
| Hex | 4D | 18 | 82 | 29 | 52 | 0 | 31 | 10E | 45 | 1E |
| Octal | 115 | 30 | 202 | 51 | 122 | 0 | 61 | 416 | 105 | 36 |
| Binary | 1001101 | 11000 | 10000010 | 101001 | 1010010 | 0 | 110001 | 100001110 | 1000101 | 11110 |
Color Harmonies of #4D1882
Complementary color
Monochromatic Colors of #4D1882
Black with #4D1882
Text Example
Text Example
White with #4D1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1882; }
p { color: rgb(77,24,130); }
H1.HeaderClassName
{
color: #4D1882;
}
.AnyTagClassName
{
color: #4D1882;
}
</style>
background-color css
<style>
a { background-color: #4D1882; }
a { background-color: rgb(77,24,130); }
div.DivClassName
{
background-color: #4D1882;
}
.BgClassName
{
background-color: #4D1882;
}
</style>
border-color css
<style>
span { border-color: #4D1882; }
span { border-color: rgb(77,24,130); }
td.TdClassName
{
border-color: #4D1882;
}
.TagClassName
{
border-color: #4D1882;
}
</style>