Shades of Indigo #4D005B
Tints of Indigo #4D005B
RGB
CMYK
RGB Variations
Color information
#4D005B (or 0x4D005B) is known color: Indigo. HEX triplet: 4D, 00 and 5B. RGB value is (77,0,91). Sum of RGB (Red+Green+Blue) = 77+0+91=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D005B is #B2FFA4. Grayscale: #212121. Windows color (decimal): -11730853 or 5963853. OLE color: 5963853.
HSL color Cylindrical-coordinate representation of color #4D005B: hue angle of 290.77º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D005B is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 0 | 91 | - |
| CMYK | 0.15 | 1 | 0 | 0.64 |
| HSL | 290.77º | 1% | 0.18% | - |
| HSV(B) | 290.77º | 1% | 0.36% | - |
| XYZ | 4.95 | 2.33 | 10.09 | - |
| YUV | 33.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 91 | 0.15 | 1 | 0 | 0.64 | 290.77 | 1 | 0.18 |
| Hex | 4D | 0 | 5B | F | 64 | 0 | 40 | 123 | 64 | 12 |
| Octal | 115 | 0 | 133 | 17 | 144 | 0 | 100 | 443 | 144 | 22 |
| Binary | 1001101 | 0 | 1011011 | 1111 | 1100100 | 0 | 1000000 | 100100011 | 1100100 | 10010 |
Color Harmonies of #4D005B
Complementary color
Monochromatic Colors of #4D005B
Black with #4D005B
Text Example
Text Example
White with #4D005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D005B; }
p { color: rgb(77,0,91); }
H1.HeaderClassName
{
color: #4D005B;
}
.AnyTagClassName
{
color: #4D005B;
}
</style>
background-color css
<style>
a { background-color: #4D005B; }
a { background-color: rgb(77,0,91); }
div.DivClassName
{
background-color: #4D005B;
}
.BgClassName
{
background-color: #4D005B;
}
</style>
border-color css
<style>
span { border-color: #4D005B; }
span { border-color: rgb(77,0,91); }
td.TdClassName
{
border-color: #4D005B;
}
.TagClassName
{
border-color: #4D005B;
}
</style>