Shades of Indigo #4C025B
Tints of Indigo #4C025B
RGB
CMYK
RGB Variations
Color information
#4C025B (or 0x4C025B) is known color: Indigo. HEX triplet: 4C, 02 and 5B. RGB value is (76,2,91). Sum of RGB (Red+Green+Blue) = 76+2+91=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C025B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C025B is #B3FDA4. Grayscale: #212121. Windows color (decimal): -11795877 or 5964364. OLE color: 5964364.
HSL color Cylindrical-coordinate representation of color #4C025B: hue angle of 289.89º 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 #4C025B is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 2 | 91 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.64 |
| HSL | 289.89º | 0.96% | 0.18% | - |
| HSV(B) | 289.89º | 0.98% | 0.36% | - |
| XYZ | 4.89 | 2.34 | 10.09 | - |
| YUV | 34.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 91 | 0.16 | 0.98 | 0 | 0.64 | 289.89 | 0.96 | 0.18 |
| Hex | 4C | 2 | 5B | 10 | 62 | 0 | 40 | 122 | 60 | 12 |
| Octal | 114 | 2 | 133 | 20 | 142 | 0 | 100 | 442 | 140 | 22 |
| Binary | 1001100 | 10 | 1011011 | 10000 | 1100010 | 0 | 1000000 | 100100010 | 1100000 | 10010 |
Color Harmonies of #4C025B
Complementary color
Monochromatic Colors of #4C025B
Black with #4C025B
Text Example
Text Example
White with #4C025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C025B; }
p { color: rgb(76,2,91); }
H1.HeaderClassName
{
color: #4C025B;
}
.AnyTagClassName
{
color: #4C025B;
}
</style>
background-color css
<style>
a { background-color: #4C025B; }
a { background-color: rgb(76,2,91); }
div.DivClassName
{
background-color: #4C025B;
}
.BgClassName
{
background-color: #4C025B;
}
</style>
border-color css
<style>
span { border-color: #4C025B; }
span { border-color: rgb(76,2,91); }
td.TdClassName
{
border-color: #4C025B;
}
.TagClassName
{
border-color: #4C025B;
}
</style>