Shades of Indigo #4D189A
Tints of Indigo #4D189A
RGB
CMYK
RGB Variations
Color information
#4D189A (or 0x4D189A) is known color: Indigo. HEX triplet: 4D, 18 and 9A. RGB value is (77,24,154). Sum of RGB (Red+Green+Blue) = 77+24+154=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D189A is #B2E765. Grayscale: #363636. Windows color (decimal): -11724646 or 10098765. OLE color: 10098765.
HSL color Cylindrical-coordinate representation of color #4D189A: hue angle of 264.46º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D189A is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 24 | 154 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.40 |
| HSL | 264.46º | 0.73% | 0.35% | - |
| HSV(B) | 264.46º | 0.84% | 0.6% | - |
| XYZ | 9.22 | 4.56 | 30.97 | - |
| YUV | 54.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 154 | 0.50 | 0.84 | 0 | 0.40 | 264.46 | 0.73 | 0.35 |
| Hex | 4D | 18 | 9A | 32 | 54 | 0 | 28 | 108 | 49 | 23 |
| Octal | 115 | 30 | 232 | 62 | 124 | 0 | 50 | 410 | 111 | 43 |
| Binary | 1001101 | 11000 | 10011010 | 110010 | 1010100 | 0 | 101000 | 100001000 | 1001001 | 100011 |
Color Harmonies of #4D189A
Complementary color
Monochromatic Colors of #4D189A
Black with #4D189A
Text Example
Text Example
White with #4D189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D189A; }
p { color: rgb(77,24,154); }
H1.HeaderClassName
{
color: #4D189A;
}
.AnyTagClassName
{
color: #4D189A;
}
</style>
background-color css
<style>
a { background-color: #4D189A; }
a { background-color: rgb(77,24,154); }
div.DivClassName
{
background-color: #4D189A;
}
.BgClassName
{
background-color: #4D189A;
}
</style>
border-color css
<style>
span { border-color: #4D189A; }
span { border-color: rgb(77,24,154); }
td.TdClassName
{
border-color: #4D189A;
}
.TagClassName
{
border-color: #4D189A;
}
</style>