Shades of Indigo #4C059B
Tints of Indigo #4C059B
RGB
CMYK
RGB Variations
Color information
#4C059B (or 0x4C059B) is known color: Indigo. HEX triplet: 4C, 05 and 9B. RGB value is (76,5,155). Sum of RGB (Red+Green+Blue) = 76+5+155=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C059B is #B3FA64. Grayscale: #2A2A2A. Windows color (decimal): -11795045 or 10159436. OLE color: 10159436.
HSL color Cylindrical-coordinate representation of color #4C059B: hue angle of 268.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C059B is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 5 | 155 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.39 |
| HSL | 268.4º | 0.94% | 0.31% | - |
| HSV(B) | 268.4º | 0.97% | 0.61% | - |
| XYZ | 8.95 | 4.01 | 31.31 | - |
| YUV | 43.33 | 191.02 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 155 | 0.51 | 0.97 | 0 | 0.39 | 268.4 | 0.94 | 0.31 |
| Hex | 4C | 5 | 9B | 33 | 61 | 0 | 27 | 10C | 5E | 1F |
| Octal | 114 | 5 | 233 | 63 | 141 | 0 | 47 | 414 | 136 | 37 |
| Binary | 1001100 | 101 | 10011011 | 110011 | 1100001 | 0 | 100111 | 100001100 | 1011110 | 11111 |
Color Harmonies of #4C059B
Complementary color
Monochromatic Colors of #4C059B
Black with #4C059B
Text Example
Text Example
White with #4C059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C059B; }
p { color: rgb(76,5,155); }
H1.HeaderClassName
{
color: #4C059B;
}
.AnyTagClassName
{
color: #4C059B;
}
</style>
background-color css
<style>
a { background-color: #4C059B; }
a { background-color: rgb(76,5,155); }
div.DivClassName
{
background-color: #4C059B;
}
.BgClassName
{
background-color: #4C059B;
}
</style>
border-color css
<style>
span { border-color: #4C059B; }
span { border-color: rgb(76,5,155); }
td.TdClassName
{
border-color: #4C059B;
}
.TagClassName
{
border-color: #4C059B;
}
</style>