Shades of Indigo #4D0289
Tints of Indigo #4D0289
RGB
CMYK
RGB Variations
Color information
#4D0289 (or 0x4D0289) is known color: Indigo. HEX triplet: 4D, 02 and 89. RGB value is (77,2,137). Sum of RGB (Red+Green+Blue) = 77+2+137=216 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.65% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 137 (53.91% from 255 or 63.43% from 216); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D0289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0289 is #B2FD76. Grayscale: #272727. Windows color (decimal): -11730295 or 8979021. OLE color: 8979021.
HSL color Cylindrical-coordinate representation of color #4D0289: hue angle of 273.33º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0289 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 2 | 137 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.46 |
| HSL | 273.33º | 0.97% | 0.27% | - |
| HSV(B) | 273.33º | 0.99% | 0.54% | - |
| XYZ | 7.6 | 3.43 | 23.93 | - |
| YUV | 39.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 137 | 0.44 | 0.99 | 0 | 0.46 | 273.33 | 0.97 | 0.27 |
| Hex | 4D | 2 | 89 | 2C | 63 | 0 | 2E | 111 | 61 | 1B |
| Octal | 115 | 2 | 211 | 54 | 143 | 0 | 56 | 421 | 141 | 33 |
| Binary | 1001101 | 10 | 10001001 | 101100 | 1100011 | 0 | 101110 | 100010001 | 1100001 | 11011 |
Color Harmonies of #4D0289
Complementary color
Monochromatic Colors of #4D0289
Black with #4D0289
Text Example
Text Example
White with #4D0289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0289; }
p { color: rgb(77,2,137); }
H1.HeaderClassName
{
color: #4D0289;
}
.AnyTagClassName
{
color: #4D0289;
}
</style>
background-color css
<style>
a { background-color: #4D0289; }
a { background-color: rgb(77,2,137); }
div.DivClassName
{
background-color: #4D0289;
}
.BgClassName
{
background-color: #4D0289;
}
</style>
border-color css
<style>
span { border-color: #4D0289; }
span { border-color: rgb(77,2,137); }
td.TdClassName
{
border-color: #4D0289;
}
.TagClassName
{
border-color: #4D0289;
}
</style>