Shades of Indigo #4D1690
Tints of Indigo #4D1690
RGB
CMYK
RGB Variations
Color information
#4D1690 (or 0x4D1690) is known color: Indigo. HEX triplet: 4D, 16 and 90. RGB value is (77,22,144). Sum of RGB (Red+Green+Blue) = 77+22+144=243 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.69% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D1690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1690 is #B2E96F. Grayscale: #333333. Windows color (decimal): -11725168 or 9442893. OLE color: 9442893.
HSL color Cylindrical-coordinate representation of color #4D1690: hue angle of 267.05º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D1690 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 22 | 144 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.44 |
| HSL | 267.05º | 0.73% | 0.33% | - |
| HSV(B) | 267.05º | 0.85% | 0.56% | - |
| XYZ | 8.38 | 4.17 | 26.75 | - |
| YUV | 52.35 | 179.72 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 144 | 0.47 | 0.85 | 0 | 0.44 | 267.05 | 0.73 | 0.33 |
| Hex | 4D | 16 | 90 | 2F | 55 | 0 | 2C | 10B | 49 | 21 |
| Octal | 115 | 26 | 220 | 57 | 125 | 0 | 54 | 413 | 111 | 41 |
| Binary | 1001101 | 10110 | 10010000 | 101111 | 1010101 | 0 | 101100 | 100001011 | 1001001 | 100001 |
Color Harmonies of #4D1690
Complementary color
Monochromatic Colors of #4D1690
Black with #4D1690
Text Example
Text Example
White with #4D1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1690; }
p { color: rgb(77,22,144); }
H1.HeaderClassName
{
color: #4D1690;
}
.AnyTagClassName
{
color: #4D1690;
}
</style>
background-color css
<style>
a { background-color: #4D1690; }
a { background-color: rgb(77,22,144); }
div.DivClassName
{
background-color: #4D1690;
}
.BgClassName
{
background-color: #4D1690;
}
</style>
border-color css
<style>
span { border-color: #4D1690; }
span { border-color: rgb(77,22,144); }
td.TdClassName
{
border-color: #4D1690;
}
.TagClassName
{
border-color: #4D1690;
}
</style>