Shades of Indigo #4C1286
Tints of Indigo #4C1286
RGB
CMYK
RGB Variations
Color information
#4C1286 (or 0x4C1286) is known color: Indigo. HEX triplet: 4C, 12 and 86. RGB value is (76,18,134). Sum of RGB (Red+Green+Blue) = 76+18+134=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 134 (52.73% from 255 or 58.77% from 228); Max value from RGB is 134 - color contains mainly: blue. Hex color #4C1286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C1286 is #B3ED79. Grayscale: #303030. Windows color (decimal): -11791738 or 8786508. OLE color: 8786508.
HSL color Cylindrical-coordinate representation of color #4C1286: hue angle of 270º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C1286 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 76 | 18 | 134 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.47 |
| HSL | 270º | 0.76% | 0.3% | - |
| HSV(B) | 270º | 0.87% | 0.53% | - |
| XYZ | 7.5 | 3.69 | 22.87 | - |
| YUV | 48.57 | 176.22 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 18 | 134 | 0.43 | 0.87 | 0 | 0.47 | 270 | 0.76 | 0.3 |
| Hex | 4C | 12 | 86 | 2B | 57 | 0 | 2F | 10E | 4C | 1E |
| Octal | 114 | 22 | 206 | 53 | 127 | 0 | 57 | 416 | 114 | 36 |
| Binary | 1001100 | 10010 | 10000110 | 101011 | 1010111 | 0 | 101111 | 100001110 | 1001100 | 11110 |
Color Harmonies of #4C1286
Complementary color
Monochromatic Colors of #4C1286
Black with #4C1286
Text Example
Text Example
White with #4C1286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1286; }
p { color: rgb(76,18,134); }
H1.HeaderClassName
{
color: #4C1286;
}
.AnyTagClassName
{
color: #4C1286;
}
</style>
background-color css
<style>
a { background-color: #4C1286; }
a { background-color: rgb(76,18,134); }
div.DivClassName
{
background-color: #4C1286;
}
.BgClassName
{
background-color: #4C1286;
}
</style>
border-color css
<style>
span { border-color: #4C1286; }
span { border-color: rgb(76,18,134); }
td.TdClassName
{
border-color: #4C1286;
}
.TagClassName
{
border-color: #4C1286;
}
</style>