Shades of Indigo #4D0190
Tints of Indigo #4D0190
RGB
CMYK
RGB Variations
Color information
#4D0190 (or 0x4D0190) is known color: Indigo. HEX triplet: 4D, 01 and 90. RGB value is (77,1,144). Sum of RGB (Red+Green+Blue) = 77+1+144=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D0190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0190 is #B2FE6F. Grayscale: #272727. Windows color (decimal): -11730544 or 9437517. OLE color: 9437517.
HSL color Cylindrical-coordinate representation of color #4D0190: hue angle of 271.89º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0190 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 1 | 144 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.44 |
| HSL | 271.89º | 0.99% | 0.28% | - |
| HSV(B) | 271.89º | 0.99% | 0.56% | - |
| XYZ | 8.11 | 3.61 | 26.66 | - |
| YUV | 40.03 | 186.68 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 144 | 0.47 | 0.99 | 0 | 0.44 | 271.89 | 0.99 | 0.28 |
| Hex | 4D | 1 | 90 | 2F | 63 | 0 | 2C | 110 | 63 | 1C |
| Octal | 115 | 1 | 220 | 57 | 143 | 0 | 54 | 420 | 143 | 34 |
| Binary | 1001101 | 1 | 10010000 | 101111 | 1100011 | 0 | 101100 | 100010000 | 1100011 | 11100 |
Color Harmonies of #4D0190
Complementary color
Monochromatic Colors of #4D0190
Black with #4D0190
Text Example
Text Example
White with #4D0190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0190; }
p { color: rgb(77,1,144); }
H1.HeaderClassName
{
color: #4D0190;
}
.AnyTagClassName
{
color: #4D0190;
}
</style>
background-color css
<style>
a { background-color: #4D0190; }
a { background-color: rgb(77,1,144); }
div.DivClassName
{
background-color: #4D0190;
}
.BgClassName
{
background-color: #4D0190;
}
</style>
border-color css
<style>
span { border-color: #4D0190; }
span { border-color: rgb(77,1,144); }
td.TdClassName
{
border-color: #4D0190;
}
.TagClassName
{
border-color: #4D0190;
}
</style>