Shades of Indigo #4D09AB
Tints of Indigo #4D09AB
RGB
CMYK
RGB Variations
Color information
#4D09AB (or 0x4D09AB) is known color: Indigo. HEX triplet: 4D, 09 and AB. RGB value is (77,9,171). Sum of RGB (Red+Green+Blue) = 77+9+171=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D09AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D09AB is #B2F654. Grayscale: #2F2F2F. Windows color (decimal): -11728469 or 11209037. OLE color: 11209037.
HSL color Cylindrical-coordinate representation of color #4D09AB: hue angle of 265.19º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D09AB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 9 | 171 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.33 |
| HSL | 265.19º | 0.9% | 0.35% | - |
| HSV(B) | 265.19º | 0.95% | 0.67% | - |
| XYZ | 10.51 | 4.71 | 38.88 | - |
| YUV | 47.8 | 197.53 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 9 | 171 | 0.55 | 0.95 | 0 | 0.33 | 265.19 | 0.9 | 0.35 |
| Hex | 4D | 9 | AB | 37 | 5F | 0 | 21 | 109 | 5A | 23 |
| Octal | 115 | 11 | 253 | 67 | 137 | 0 | 41 | 411 | 132 | 43 |
| Binary | 1001101 | 1001 | 10101011 | 110111 | 1011111 | 0 | 100001 | 100001001 | 1011010 | 100011 |
Color Harmonies of #4D09AB
Complementary color
Monochromatic Colors of #4D09AB
Black with #4D09AB
Text Example
Text Example
White with #4D09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D09AB; }
p { color: rgb(77,9,171); }
H1.HeaderClassName
{
color: #4D09AB;
}
.AnyTagClassName
{
color: #4D09AB;
}
</style>
background-color css
<style>
a { background-color: #4D09AB; }
a { background-color: rgb(77,9,171); }
div.DivClassName
{
background-color: #4D09AB;
}
.BgClassName
{
background-color: #4D09AB;
}
</style>
border-color css
<style>
span { border-color: #4D09AB; }
span { border-color: rgb(77,9,171); }
td.TdClassName
{
border-color: #4D09AB;
}
.TagClassName
{
border-color: #4D09AB;
}
</style>