Shades of Indigo #4D189F
Tints of Indigo #4D189F
RGB
CMYK
RGB Variations
Color information
#4D189F (or 0x4D189F) is known color: Indigo. HEX triplet: 4D, 18 and 9F. RGB value is (77,24,159). Sum of RGB (Red+Green+Blue) = 77+24+159=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D189F is #B2E760. Grayscale: #363636. Windows color (decimal): -11724641 or 10426445. OLE color: 10426445.
HSL color Cylindrical-coordinate representation of color #4D189F: hue angle of 263.56º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4D189F is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 24 | 159 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.38 |
| HSL | 263.56º | 0.74% | 0.36% | - |
| HSV(B) | 263.56º | 0.85% | 0.62% | - |
| XYZ | 9.65 | 4.73 | 33.21 | - |
| YUV | 55.24 | 186.56 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 159 | 0.52 | 0.85 | 0 | 0.38 | 263.56 | 0.74 | 0.36 |
| Hex | 4D | 18 | 9F | 34 | 55 | 0 | 26 | 108 | 4A | 24 |
| Octal | 115 | 30 | 237 | 64 | 125 | 0 | 46 | 410 | 112 | 44 |
| Binary | 1001101 | 11000 | 10011111 | 110100 | 1010101 | 0 | 100110 | 100001000 | 1001010 | 100100 |
Color Harmonies of #4D189F
Complementary color
Monochromatic Colors of #4D189F
Black with #4D189F
Text Example
Text Example
White with #4D189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D189F; }
p { color: rgb(77,24,159); }
H1.HeaderClassName
{
color: #4D189F;
}
.AnyTagClassName
{
color: #4D189F;
}
</style>
background-color css
<style>
a { background-color: #4D189F; }
a { background-color: rgb(77,24,159); }
div.DivClassName
{
background-color: #4D189F;
}
.BgClassName
{
background-color: #4D189F;
}
</style>
border-color css
<style>
span { border-color: #4D189F; }
span { border-color: rgb(77,24,159); }
td.TdClassName
{
border-color: #4D189F;
}
.TagClassName
{
border-color: #4D189F;
}
</style>