Shades of Indigo #4D1083
Tints of Indigo #4D1083
RGB
CMYK
RGB Variations
Color information
#4D1083 (or 0x4D1083) is known color: Indigo. HEX triplet: 4D, 10 and 83. RGB value is (77,16,131). Sum of RGB (Red+Green+Blue) = 77+16+131=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 131 (51.56% from 255 or 58.48% from 224); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D1083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1083 is #B2EF7C. Grayscale: #2E2E2E. Windows color (decimal): -11726717 or 8589389. OLE color: 8589389.
HSL color Cylindrical-coordinate representation of color #4D1083: hue angle of 271.83º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D1083 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 16 | 131 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.49 |
| HSL | 271.83º | 0.78% | 0.29% | - |
| HSV(B) | 271.83º | 0.88% | 0.51% | - |
| XYZ | 7.34 | 3.59 | 21.78 | - |
| YUV | 47.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 131 | 0.41 | 0.88 | 0 | 0.49 | 271.83 | 0.78 | 0.29 |
| Hex | 4D | 10 | 83 | 29 | 58 | 0 | 31 | 110 | 4E | 1D |
| Octal | 115 | 20 | 203 | 51 | 130 | 0 | 61 | 420 | 116 | 35 |
| Binary | 1001101 | 10000 | 10000011 | 101001 | 1011000 | 0 | 110001 | 100010000 | 1001110 | 11101 |
Color Harmonies of #4D1083
Complementary color
Monochromatic Colors of #4D1083
Black with #4D1083
Text Example
Text Example
White with #4D1083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1083; }
p { color: rgb(77,16,131); }
H1.HeaderClassName
{
color: #4D1083;
}
.AnyTagClassName
{
color: #4D1083;
}
</style>
background-color css
<style>
a { background-color: #4D1083; }
a { background-color: rgb(77,16,131); }
div.DivClassName
{
background-color: #4D1083;
}
.BgClassName
{
background-color: #4D1083;
}
</style>
border-color css
<style>
span { border-color: #4D1083; }
span { border-color: rgb(77,16,131); }
td.TdClassName
{
border-color: #4D1083;
}
.TagClassName
{
border-color: #4D1083;
}
</style>