Shades of Indigo #4C025C
Tints of Indigo #4C025C
RGB
CMYK
RGB Variations
Color information
#4C025C (or 0x4C025C) is known color: Indigo. HEX triplet: 4C, 02 and 5C. RGB value is (76,2,92). Sum of RGB (Red+Green+Blue) = 76+2+92=170 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.71% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 92 (36.33% from 255 or 54.12% from 170); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C025C is #B3FDA3. Grayscale: #222222. Windows color (decimal): -11795876 or 6029900. OLE color: 6029900.
HSL color Cylindrical-coordinate representation of color #4C025C: hue angle of 289.33º 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 #4C025C is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 2 | 92 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.64 |
| HSL | 289.33º | 0.96% | 0.18% | - |
| HSV(B) | 289.33º | 0.98% | 0.36% | - |
| XYZ | 4.93 | 2.35 | 10.32 | - |
| YUV | 34.39 | 160.52 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 92 | 0.17 | 0.98 | 0 | 0.64 | 289.33 | 0.96 | 0.18 |
| Hex | 4C | 2 | 5C | 11 | 62 | 0 | 40 | 121 | 60 | 12 |
| Octal | 114 | 2 | 134 | 21 | 142 | 0 | 100 | 441 | 140 | 22 |
| Binary | 1001100 | 10 | 1011100 | 10001 | 1100010 | 0 | 1000000 | 100100001 | 1100000 | 10010 |
Color Harmonies of #4C025C
Complementary color
Monochromatic Colors of #4C025C
Black with #4C025C
Text Example
Text Example
White with #4C025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C025C; }
p { color: rgb(76,2,92); }
H1.HeaderClassName
{
color: #4C025C;
}
.AnyTagClassName
{
color: #4C025C;
}
</style>
background-color css
<style>
a { background-color: #4C025C; }
a { background-color: rgb(76,2,92); }
div.DivClassName
{
background-color: #4C025C;
}
.BgClassName
{
background-color: #4C025C;
}
</style>
border-color css
<style>
span { border-color: #4C025C; }
span { border-color: rgb(76,2,92); }
td.TdClassName
{
border-color: #4C025C;
}
.TagClassName
{
border-color: #4C025C;
}
</style>