Shades of Indigo #4D0891
Tints of Indigo #4D0891
RGB
CMYK
RGB Variations
Color information
#4D0891 (or 0x4D0891) is known color: Indigo. HEX triplet: 4D, 08 and 91. RGB value is (77,8,145). Sum of RGB (Red+Green+Blue) = 77+8+145=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D0891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0891 is #B2F76E. Grayscale: #2B2B2B. Windows color (decimal): -11728751 or 9504845. OLE color: 9504845.
HSL color Cylindrical-coordinate representation of color #4D0891: hue angle of 270.22º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0891 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 8 | 145 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.43 |
| HSL | 270.22º | 0.9% | 0.3% | - |
| HSV(B) | 270.22º | 0.94% | 0.57% | - |
| XYZ | 8.26 | 3.8 | 27.09 | - |
| YUV | 44.25 | 184.86 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 145 | 0.47 | 0.94 | 0 | 0.43 | 270.22 | 0.9 | 0.3 |
| Hex | 4D | 8 | 91 | 2F | 5E | 0 | 2B | 10E | 5A | 1E |
| Octal | 115 | 10 | 221 | 57 | 136 | 0 | 53 | 416 | 132 | 36 |
| Binary | 1001101 | 1000 | 10010001 | 101111 | 1011110 | 0 | 101011 | 100001110 | 1011010 | 11110 |
Color Harmonies of #4D0891
Complementary color
Monochromatic Colors of #4D0891
Black with #4D0891
Text Example
Text Example
White with #4D0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0891; }
p { color: rgb(77,8,145); }
H1.HeaderClassName
{
color: #4D0891;
}
.AnyTagClassName
{
color: #4D0891;
}
</style>
background-color css
<style>
a { background-color: #4D0891; }
a { background-color: rgb(77,8,145); }
div.DivClassName
{
background-color: #4D0891;
}
.BgClassName
{
background-color: #4D0891;
}
</style>
border-color css
<style>
span { border-color: #4D0891; }
span { border-color: rgb(77,8,145); }
td.TdClassName
{
border-color: #4D0891;
}
.TagClassName
{
border-color: #4D0891;
}
</style>