Shades of Indigo #4C066E
Tints of Indigo #4C066E
RGB
CMYK
RGB Variations
Color information
#4C066E (or 0x4C066E) is known color: Indigo. HEX triplet: 4C, 06 and 6E. RGB value is (76,6,110). Sum of RGB (Red+Green+Blue) = 76+6+110=192 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.58% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C066E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C066E is #B3F991. Grayscale: #262626. Windows color (decimal): -11794834 or 7210572. OLE color: 7210572.
HSL color Cylindrical-coordinate representation of color #4C066E: hue angle of 280.38º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C066E is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 6 | 110 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.57 |
| HSL | 280.38º | 0.9% | 0.23% | - |
| HSV(B) | 280.38º | 0.95% | 0.43% | - |
| XYZ | 5.86 | 2.79 | 14.98 | - |
| YUV | 38.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 6 | 110 | 0.31 | 0.95 | 0 | 0.57 | 280.38 | 0.9 | 0.23 |
| Hex | 4C | 6 | 6E | 1F | 5F | 0 | 39 | 118 | 5A | 17 |
| Octal | 114 | 6 | 156 | 37 | 137 | 0 | 71 | 430 | 132 | 27 |
| Binary | 1001100 | 110 | 1101110 | 11111 | 1011111 | 0 | 111001 | 100011000 | 1011010 | 10111 |
Color Harmonies of #4C066E
Complementary color
Monochromatic Colors of #4C066E
Black with #4C066E
Text Example
Text Example
White with #4C066E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C066E; }
p { color: rgb(76,6,110); }
H1.HeaderClassName
{
color: #4C066E;
}
.AnyTagClassName
{
color: #4C066E;
}
</style>
background-color css
<style>
a { background-color: #4C066E; }
a { background-color: rgb(76,6,110); }
div.DivClassName
{
background-color: #4C066E;
}
.BgClassName
{
background-color: #4C066E;
}
</style>
border-color css
<style>
span { border-color: #4C066E; }
span { border-color: rgb(76,6,110); }
td.TdClassName
{
border-color: #4C066E;
}
.TagClassName
{
border-color: #4C066E;
}
</style>