Shades of Indigo #4C097E
Tints of Indigo #4C097E
RGB
CMYK
RGB Variations
Color information
#4C097E (or 0x4C097E) is known color: Indigo. HEX triplet: 4C, 09 and 7E. RGB value is (76,9,126). Sum of RGB (Red+Green+Blue) = 76+9+126=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C097E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C097E is #B3F681. Grayscale: #292929. Windows color (decimal): -11794050 or 8259916. OLE color: 8259916.
HSL color Cylindrical-coordinate representation of color #4C097E: hue angle of 274.36º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C097E is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 9 | 126 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.51 |
| HSL | 274.36º | 0.87% | 0.26% | - |
| HSV(B) | 274.36º | 0.93% | 0.49% | - |
| XYZ | 6.84 | 3.24 | 20 | - |
| YUV | 42.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 126 | 0.40 | 0.93 | 0 | 0.51 | 274.36 | 0.87 | 0.26 |
| Hex | 4C | 9 | 7E | 28 | 5D | 0 | 33 | 112 | 57 | 1A |
| Octal | 114 | 11 | 176 | 50 | 135 | 0 | 63 | 422 | 127 | 32 |
| Binary | 1001100 | 1001 | 1111110 | 101000 | 1011101 | 0 | 110011 | 100010010 | 1010111 | 11010 |
Color Harmonies of #4C097E
Complementary color
Monochromatic Colors of #4C097E
Black with #4C097E
Text Example
Text Example
White with #4C097E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C097E; }
p { color: rgb(76,9,126); }
H1.HeaderClassName
{
color: #4C097E;
}
.AnyTagClassName
{
color: #4C097E;
}
</style>
background-color css
<style>
a { background-color: #4C097E; }
a { background-color: rgb(76,9,126); }
div.DivClassName
{
background-color: #4C097E;
}
.BgClassName
{
background-color: #4C097E;
}
</style>
border-color css
<style>
span { border-color: #4C097E; }
span { border-color: rgb(76,9,126); }
td.TdClassName
{
border-color: #4C097E;
}
.TagClassName
{
border-color: #4C097E;
}
</style>