Shades of Indigo #4C1A95
Tints of Indigo #4C1A95
RGB
CMYK
RGB Variations
Color information
#4C1A95 (or 0x4C1A95) is known color: Indigo. HEX triplet: 4C, 1A and 95. RGB value is (76,26,149). Sum of RGB (Red+Green+Blue) = 76+26+149=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C1A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1A95 is #B3E56A. Grayscale: #363636. Windows color (decimal): -11789675 or 9771596. OLE color: 9771596.
HSL color Cylindrical-coordinate representation of color #4C1A95: hue angle of 264.39º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4C1A95 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 26 | 149 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.42 |
| HSL | 264.39º | 0.7% | 0.34% | - |
| HSV(B) | 264.39º | 0.83% | 0.58% | - |
| XYZ | 8.77 | 4.45 | 28.83 | - |
| YUV | 54.97 | 181.07 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 26 | 149 | 0.49 | 0.83 | 0 | 0.42 | 264.39 | 0.7 | 0.34 |
| Hex | 4C | 1A | 95 | 31 | 53 | 0 | 2A | 108 | 46 | 22 |
| Octal | 114 | 32 | 225 | 61 | 123 | 0 | 52 | 410 | 106 | 42 |
| Binary | 1001100 | 11010 | 10010101 | 110001 | 1010011 | 0 | 101010 | 100001000 | 1000110 | 100010 |
Color Harmonies of #4C1A95
Complementary color
Monochromatic Colors of #4C1A95
Black with #4C1A95
Text Example
Text Example
White with #4C1A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1A95; }
p { color: rgb(76,26,149); }
H1.HeaderClassName
{
color: #4C1A95;
}
.AnyTagClassName
{
color: #4C1A95;
}
</style>
background-color css
<style>
a { background-color: #4C1A95; }
a { background-color: rgb(76,26,149); }
div.DivClassName
{
background-color: #4C1A95;
}
.BgClassName
{
background-color: #4C1A95;
}
</style>
border-color css
<style>
span { border-color: #4C1A95; }
span { border-color: rgb(76,26,149); }
td.TdClassName
{
border-color: #4C1A95;
}
.TagClassName
{
border-color: #4C1A95;
}
</style>