Shades of Indigo #4D025C
Tints of Indigo #4D025C
RGB
CMYK
RGB Variations
Color information
#4D025C (or 0x4D025C) is known color: Indigo. HEX triplet: 4D, 02 and 5C. RGB value is (77,2,92). Sum of RGB (Red+Green+Blue) = 77+2+92=171 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.03% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 92 (36.33% from 255 or 53.80% from 171); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D025C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D025C is #B2FDA3. Grayscale: #222222. Windows color (decimal): -11730340 or 6029901. OLE color: 6029901.
HSL color Cylindrical-coordinate representation of color #4D025C: hue angle of 290º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D025C is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 2 | 92 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.64 |
| HSL | 290º | 0.96% | 0.18% | - |
| HSV(B) | 290º | 0.98% | 0.36% | - |
| XYZ | 5.01 | 2.39 | 10.32 | - |
| YUV | 34.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 92 | 0.16 | 0.98 | 0 | 0.64 | 290 | 0.96 | 0.18 |
| Hex | 4D | 2 | 5C | 10 | 62 | 0 | 40 | 122 | 60 | 12 |
| Octal | 115 | 2 | 134 | 20 | 142 | 0 | 100 | 442 | 140 | 22 |
| Binary | 1001101 | 10 | 1011100 | 10000 | 1100010 | 0 | 1000000 | 100100010 | 1100000 | 10010 |
Color Harmonies of #4D025C
Complementary color
Monochromatic Colors of #4D025C
Black with #4D025C
Text Example
Text Example
White with #4D025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D025C; }
p { color: rgb(77,2,92); }
H1.HeaderClassName
{
color: #4D025C;
}
.AnyTagClassName
{
color: #4D025C;
}
</style>
background-color css
<style>
a { background-color: #4D025C; }
a { background-color: rgb(77,2,92); }
div.DivClassName
{
background-color: #4D025C;
}
.BgClassName
{
background-color: #4D025C;
}
</style>
border-color css
<style>
span { border-color: #4D025C; }
span { border-color: rgb(77,2,92); }
td.TdClassName
{
border-color: #4D025C;
}
.TagClassName
{
border-color: #4D025C;
}
</style>