Shades of Indigo #4D089D
Tints of Indigo #4D089D
RGB
CMYK
RGB Variations
Color information
#4D089D (or 0x4D089D) is known color: Indigo. HEX triplet: 4D, 08 and 9D. RGB value is (77,8,157). Sum of RGB (Red+Green+Blue) = 77+8+157=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D089D is #B2F762. Grayscale: #2D2D2D. Windows color (decimal): -11728739 or 10291277. OLE color: 10291277.
HSL color Cylindrical-coordinate representation of color #4D089D: hue angle of 267.79º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D089D is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 8 | 157 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.38 |
| HSL | 267.79º | 0.9% | 0.32% | - |
| HSV(B) | 267.79º | 0.95% | 0.62% | - |
| XYZ | 9.23 | 4.19 | 32.22 | - |
| YUV | 45.62 | 190.86 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 157 | 0.51 | 0.95 | 0 | 0.38 | 267.79 | 0.9 | 0.32 |
| Hex | 4D | 8 | 9D | 33 | 5F | 0 | 26 | 10C | 5A | 20 |
| Octal | 115 | 10 | 235 | 63 | 137 | 0 | 46 | 414 | 132 | 40 |
| Binary | 1001101 | 1000 | 10011101 | 110011 | 1011111 | 0 | 100110 | 100001100 | 1011010 | 100000 |
Color Harmonies of #4D089D
Complementary color
Monochromatic Colors of #4D089D
Black with #4D089D
Text Example
Text Example
White with #4D089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D089D; }
p { color: rgb(77,8,157); }
H1.HeaderClassName
{
color: #4D089D;
}
.AnyTagClassName
{
color: #4D089D;
}
</style>
background-color css
<style>
a { background-color: #4D089D; }
a { background-color: rgb(77,8,157); }
div.DivClassName
{
background-color: #4D089D;
}
.BgClassName
{
background-color: #4D089D;
}
</style>
border-color css
<style>
span { border-color: #4D089D; }
span { border-color: rgb(77,8,157); }
td.TdClassName
{
border-color: #4D089D;
}
.TagClassName
{
border-color: #4D089D;
}
</style>