Shades of Indigo #4D047B
Tints of Indigo #4D047B
RGB
CMYK
RGB Variations
Color information
#4D047B (or 0x4D047B) is known color: Indigo. HEX triplet: 4D, 04 and 7B. RGB value is (77,4,123). Sum of RGB (Red+Green+Blue) = 77+4+123=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D047B is #B2FB84. Grayscale: #262626. Windows color (decimal): -11729797 or 8062029. OLE color: 8062029.
HSL color Cylindrical-coordinate representation of color #4D047B: hue angle of 276.81º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D047B is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 77 | 4 | 123 | - |
| CMYK | 0.37 | 0.97 | 0 | 0.52 |
| HSL | 276.81º | 0.94% | 0.25% | - |
| HSV(B) | 276.81º | 0.97% | 0.48% | - |
| XYZ | 6.68 | 3.09 | 18.98 | - |
| YUV | 39.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 123 | 0.37 | 0.97 | 0 | 0.52 | 276.81 | 0.94 | 0.25 |
| Hex | 4D | 4 | 7B | 25 | 61 | 0 | 34 | 115 | 5E | 19 |
| Octal | 115 | 4 | 173 | 45 | 141 | 0 | 64 | 425 | 136 | 31 |
| Binary | 1001101 | 100 | 1111011 | 100101 | 1100001 | 0 | 110100 | 100010101 | 1011110 | 11001 |
Color Harmonies of #4D047B
Complementary color
Monochromatic Colors of #4D047B
Black with #4D047B
Text Example
Text Example
White with #4D047B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D047B; }
p { color: rgb(77,4,123); }
H1.HeaderClassName
{
color: #4D047B;
}
.AnyTagClassName
{
color: #4D047B;
}
</style>
background-color css
<style>
a { background-color: #4D047B; }
a { background-color: rgb(77,4,123); }
div.DivClassName
{
background-color: #4D047B;
}
.BgClassName
{
background-color: #4D047B;
}
</style>
border-color css
<style>
span { border-color: #4D047B; }
span { border-color: rgb(77,4,123); }
td.TdClassName
{
border-color: #4D047B;
}
.TagClassName
{
border-color: #4D047B;
}
</style>