Shades of Indigo #4C098D
Tints of Indigo #4C098D
RGB
CMYK
RGB Variations
Color information
#4C098D (or 0x4C098D) is known color: Indigo. HEX triplet: 4C, 09 and 8D. RGB value is (76,9,141). Sum of RGB (Red+Green+Blue) = 76+9+141=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 141 (55.47% from 255 or 62.39% from 226); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C098D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C098D is #B3F672. Grayscale: #2B2B2B. Windows color (decimal): -11794035 or 9242956. OLE color: 9242956.
HSL color Cylindrical-coordinate representation of color #4C098D: hue angle of 270.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C098D is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 9 | 141 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.45 |
| HSL | 270.45º | 0.88% | 0.29% | - |
| HSV(B) | 270.45º | 0.94% | 0.55% | - |
| XYZ | 7.89 | 3.65 | 25.49 | - |
| YUV | 44.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 141 | 0.46 | 0.94 | 0 | 0.45 | 270.45 | 0.88 | 0.29 |
| Hex | 4C | 9 | 8D | 2E | 5E | 0 | 2D | 10E | 58 | 1D |
| Octal | 114 | 11 | 215 | 56 | 136 | 0 | 55 | 416 | 130 | 35 |
| Binary | 1001100 | 1001 | 10001101 | 101110 | 1011110 | 0 | 101101 | 100001110 | 1011000 | 11101 |
Color Harmonies of #4C098D
Complementary color
Monochromatic Colors of #4C098D
Black with #4C098D
Text Example
Text Example
White with #4C098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C098D; }
p { color: rgb(76,9,141); }
H1.HeaderClassName
{
color: #4C098D;
}
.AnyTagClassName
{
color: #4C098D;
}
</style>
background-color css
<style>
a { background-color: #4C098D; }
a { background-color: rgb(76,9,141); }
div.DivClassName
{
background-color: #4C098D;
}
.BgClassName
{
background-color: #4C098D;
}
</style>
border-color css
<style>
span { border-color: #4C098D; }
span { border-color: rgb(76,9,141); }
td.TdClassName
{
border-color: #4C098D;
}
.TagClassName
{
border-color: #4C098D;
}
</style>