Shades of Indigo #4C0298
Tints of Indigo #4C0298
RGB
CMYK
RGB Variations
Color information
#4C0298 (or 0x4C0298) is known color: Indigo. HEX triplet: 4C, 02 and 98. RGB value is (76,2,152). Sum of RGB (Red+Green+Blue) = 76+2+152=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #4C0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0298 is #B3FD67. Grayscale: #282828. Windows color (decimal): -11795816 or 9962060. OLE color: 9962060.
HSL color Cylindrical-coordinate representation of color #4C0298: hue angle of 269.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0298 is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 2 | 152 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.40 |
| HSL | 269.6º | 0.97% | 0.3% | - |
| HSV(B) | 269.6º | 0.99% | 0.6% | - |
| XYZ | 8.67 | 3.85 | 29.99 | - |
| YUV | 41.23 | 190.52 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 152 | 0.50 | 0.99 | 0 | 0.40 | 269.6 | 0.97 | 0.3 |
| Hex | 4C | 2 | 98 | 32 | 63 | 0 | 28 | 10E | 61 | 1E |
| Octal | 114 | 2 | 230 | 62 | 143 | 0 | 50 | 416 | 141 | 36 |
| Binary | 1001100 | 10 | 10011000 | 110010 | 1100011 | 0 | 101000 | 100001110 | 1100001 | 11110 |
Color Harmonies of #4C0298
Complementary color
Monochromatic Colors of #4C0298
Black with #4C0298
Text Example
Text Example
White with #4C0298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0298; }
p { color: rgb(76,2,152); }
H1.HeaderClassName
{
color: #4C0298;
}
.AnyTagClassName
{
color: #4C0298;
}
</style>
background-color css
<style>
a { background-color: #4C0298; }
a { background-color: rgb(76,2,152); }
div.DivClassName
{
background-color: #4C0298;
}
.BgClassName
{
background-color: #4C0298;
}
</style>
border-color css
<style>
span { border-color: #4C0298; }
span { border-color: rgb(76,2,152); }
td.TdClassName
{
border-color: #4C0298;
}
.TagClassName
{
border-color: #4C0298;
}
</style>