Shades of Indigo #4D005D
Tints of Indigo #4D005D
RGB
CMYK
RGB Variations
Color information
#4D005D (or 0x4D005D) is known color: Indigo. HEX triplet: 4D, 00 and 5D. RGB value is (77,0,93). Sum of RGB (Red+Green+Blue) = 77+0+93=170 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.29% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D005D is #B2FFA2. Grayscale: #212121. Windows color (decimal): -11730851 or 6094925. OLE color: 6094925.
HSL color Cylindrical-coordinate representation of color #4D005D: hue angle of 289.68º 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 #4D005D is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 0 | 93 | - |
| CMYK | 0.17 | 1 | 0 | 0.64 |
| HSL | 289.68º | 1% | 0.18% | - |
| HSV(B) | 289.68º | 1% | 0.36% | - |
| XYZ | 5.04 | 2.37 | 10.55 | - |
| YUV | 33.63 | 161.51 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 93 | 0.17 | 1 | 0 | 0.64 | 289.68 | 1 | 0.18 |
| Hex | 4D | 0 | 5D | 11 | 64 | 0 | 40 | 122 | 64 | 12 |
| Octal | 115 | 0 | 135 | 21 | 144 | 0 | 100 | 442 | 144 | 22 |
| Binary | 1001101 | 0 | 1011101 | 10001 | 1100100 | 0 | 1000000 | 100100010 | 1100100 | 10010 |
Color Harmonies of #4D005D
Complementary color
Monochromatic Colors of #4D005D
Black with #4D005D
Text Example
Text Example
White with #4D005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D005D; }
p { color: rgb(77,0,93); }
H1.HeaderClassName
{
color: #4D005D;
}
.AnyTagClassName
{
color: #4D005D;
}
</style>
background-color css
<style>
a { background-color: #4D005D; }
a { background-color: rgb(77,0,93); }
div.DivClassName
{
background-color: #4D005D;
}
.BgClassName
{
background-color: #4D005D;
}
</style>
border-color css
<style>
span { border-color: #4D005D; }
span { border-color: rgb(77,0,93); }
td.TdClassName
{
border-color: #4D005D;
}
.TagClassName
{
border-color: #4D005D;
}
</style>