Shades of Indigo #4D089C
Tints of Indigo #4D089C
RGB
CMYK
RGB Variations
Color information
#4D089C (or 0x4D089C) is known color: Indigo. HEX triplet: 4D, 08 and 9C. RGB value is (77,8,156). Sum of RGB (Red+Green+Blue) = 77+8+156=241 (31% of max value = 765). Red value is 77 (30.47% from 255 or 31.95% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D089C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D089C is #B2F763. Grayscale: #2C2C2C. Windows color (decimal): -11728740 or 10225741. OLE color: 10225741.
HSL color Cylindrical-coordinate representation of color #4D089C: hue angle of 267.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D089C is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 8 | 156 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.39 |
| HSL | 267.97º | 0.9% | 0.32% | - |
| HSV(B) | 267.97º | 0.95% | 0.61% | - |
| XYZ | 9.15 | 4.15 | 31.77 | - |
| YUV | 45.5 | 190.36 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 8 | 156 | 0.51 | 0.95 | 0 | 0.39 | 267.97 | 0.9 | 0.32 |
| Hex | 4D | 8 | 9C | 33 | 5F | 0 | 27 | 10C | 5A | 20 |
| Octal | 115 | 10 | 234 | 63 | 137 | 0 | 47 | 414 | 132 | 40 |
| Binary | 1001101 | 1000 | 10011100 | 110011 | 1011111 | 0 | 100111 | 100001100 | 1011010 | 100000 |
Color Harmonies of #4D089C
Complementary color
Monochromatic Colors of #4D089C
Black with #4D089C
Text Example
Text Example
White with #4D089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D089C; }
p { color: rgb(77,8,156); }
H1.HeaderClassName
{
color: #4D089C;
}
.AnyTagClassName
{
color: #4D089C;
}
</style>
background-color css
<style>
a { background-color: #4D089C; }
a { background-color: rgb(77,8,156); }
div.DivClassName
{
background-color: #4D089C;
}
.BgClassName
{
background-color: #4D089C;
}
</style>
border-color css
<style>
span { border-color: #4D089C; }
span { border-color: rgb(77,8,156); }
td.TdClassName
{
border-color: #4D089C;
}
.TagClassName
{
border-color: #4D089C;
}
</style>