Shades of Indigo #4D1990
Tints of Indigo #4D1990
RGB
CMYK
RGB Variations
Color information
#4D1990 (or 0x4D1990) is known color: Indigo. HEX triplet: 4D, 19 and 90. RGB value is (77,25,144). Sum of RGB (Red+Green+Blue) = 77+25+144=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D1990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D1990 is #B2E66F. Grayscale: #353535. Windows color (decimal): -11724400 or 9443661. OLE color: 9443661.
HSL color Cylindrical-coordinate representation of color #4D1990: hue angle of 266.22º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D1990 is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 25 | 144 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.44 |
| HSL | 266.22º | 0.7% | 0.33% | - |
| HSV(B) | 266.22º | 0.83% | 0.56% | - |
| XYZ | 8.44 | 4.29 | 26.77 | - |
| YUV | 54.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 144 | 0.47 | 0.83 | 0 | 0.44 | 266.22 | 0.7 | 0.33 |
| Hex | 4D | 19 | 90 | 2F | 53 | 0 | 2C | 10A | 46 | 21 |
| Octal | 115 | 31 | 220 | 57 | 123 | 0 | 54 | 412 | 106 | 41 |
| Binary | 1001101 | 11001 | 10010000 | 101111 | 1010011 | 0 | 101100 | 100001010 | 1000110 | 100001 |
Color Harmonies of #4D1990
Complementary color
Monochromatic Colors of #4D1990
Black with #4D1990
Text Example
Text Example
White with #4D1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1990; }
p { color: rgb(77,25,144); }
H1.HeaderClassName
{
color: #4D1990;
}
.AnyTagClassName
{
color: #4D1990;
}
</style>
background-color css
<style>
a { background-color: #4D1990; }
a { background-color: rgb(77,25,144); }
div.DivClassName
{
background-color: #4D1990;
}
.BgClassName
{
background-color: #4D1990;
}
</style>
border-color css
<style>
span { border-color: #4D1990; }
span { border-color: rgb(77,25,144); }
td.TdClassName
{
border-color: #4D1990;
}
.TagClassName
{
border-color: #4D1990;
}
</style>