Shades of Indigo #4D005C
Tints of Indigo #4D005C
RGB
CMYK
RGB Variations
Color information
#4D005C (or 0x4D005C) is known color: Indigo. HEX triplet: 4D, 00 and 5C. RGB value is (77,0,92). Sum of RGB (Red+Green+Blue) = 77+0+92=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D005C is #B2FFA3. Grayscale: #212121. Windows color (decimal): -11730852 or 6029389. OLE color: 6029389.
HSL color Cylindrical-coordinate representation of color #4D005C: hue angle of 290.22º 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 #4D005C is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 0 | 92 | - |
| CMYK | 0.16 | 1 | 0 | 0.64 |
| HSL | 290.22º | 1% | 0.18% | - |
| HSV(B) | 290.22º | 1% | 0.36% | - |
| XYZ | 4.99 | 2.35 | 10.32 | - |
| YUV | 33.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 92 | 0.16 | 1 | 0 | 0.64 | 290.22 | 1 | 0.18 |
| Hex | 4D | 0 | 5C | 10 | 64 | 0 | 40 | 122 | 64 | 12 |
| Octal | 115 | 0 | 134 | 20 | 144 | 0 | 100 | 442 | 144 | 22 |
| Binary | 1001101 | 0 | 1011100 | 10000 | 1100100 | 0 | 1000000 | 100100010 | 1100100 | 10010 |
Color Harmonies of #4D005C
Complementary color
Monochromatic Colors of #4D005C
Black with #4D005C
Text Example
Text Example
White with #4D005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D005C; }
p { color: rgb(77,0,92); }
H1.HeaderClassName
{
color: #4D005C;
}
.AnyTagClassName
{
color: #4D005C;
}
</style>
background-color css
<style>
a { background-color: #4D005C; }
a { background-color: rgb(77,0,92); }
div.DivClassName
{
background-color: #4D005C;
}
.BgClassName
{
background-color: #4D005C;
}
</style>
border-color css
<style>
span { border-color: #4D005C; }
span { border-color: rgb(77,0,92); }
td.TdClassName
{
border-color: #4D005C;
}
.TagClassName
{
border-color: #4D005C;
}
</style>