Shades of Indigo #4C096D
Tints of Indigo #4C096D
RGB
CMYK
RGB Variations
Color information
#4C096D (or 0x4C096D) is known color: Indigo. HEX triplet: 4C, 09 and 6D. RGB value is (76,9,109). Sum of RGB (Red+Green+Blue) = 76+9+109=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C096D is #B3F692. Grayscale: #282828. Windows color (decimal): -11794067 or 7145804. OLE color: 7145804.
HSL color Cylindrical-coordinate representation of color #4C096D: hue angle of 280.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C096D is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 9 | 109 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.57 |
| HSL | 280.2º | 0.85% | 0.23% | - |
| HSV(B) | 280.2º | 0.92% | 0.43% | - |
| XYZ | 5.84 | 2.84 | 14.71 | - |
| YUV | 40.43 | 166.7 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 109 | 0.30 | 0.92 | 0 | 0.57 | 280.2 | 0.85 | 0.23 |
| Hex | 4C | 9 | 6D | 1E | 5C | 0 | 39 | 118 | 55 | 17 |
| Octal | 114 | 11 | 155 | 36 | 134 | 0 | 71 | 430 | 125 | 27 |
| Binary | 1001100 | 1001 | 1101101 | 11110 | 1011100 | 0 | 111001 | 100011000 | 1010101 | 10111 |
Color Harmonies of #4C096D
Complementary color
Monochromatic Colors of #4C096D
Black with #4C096D
Text Example
Text Example
White with #4C096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C096D; }
p { color: rgb(76,9,109); }
H1.HeaderClassName
{
color: #4C096D;
}
.AnyTagClassName
{
color: #4C096D;
}
</style>
background-color css
<style>
a { background-color: #4C096D; }
a { background-color: rgb(76,9,109); }
div.DivClassName
{
background-color: #4C096D;
}
.BgClassName
{
background-color: #4C096D;
}
</style>
border-color css
<style>
span { border-color: #4C096D; }
span { border-color: rgb(76,9,109); }
td.TdClassName
{
border-color: #4C096D;
}
.TagClassName
{
border-color: #4C096D;
}
</style>