Shades of Indigo #4C026D
Tints of Indigo #4C026D
RGB
CMYK
RGB Variations
Color information
#4C026D (or 0x4C026D) is known color: Indigo. HEX triplet: 4C, 02 and 6D. RGB value is (76,2,109). Sum of RGB (Red+Green+Blue) = 76+2+109=187 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.64% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C026D is #B3FD92. Grayscale: #232323. Windows color (decimal): -11795859 or 7144012. OLE color: 7144012.
HSL color Cylindrical-coordinate representation of color #4C026D: hue angle of 281.5º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C026D is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 76 | 2 | 109 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.57 |
| HSL | 281.5º | 0.96% | 0.22% | - |
| HSV(B) | 281.5º | 0.98% | 0.43% | - |
| XYZ | 5.76 | 2.68 | 14.68 | - |
| YUV | 36.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 109 | 0.30 | 0.98 | 0 | 0.57 | 281.5 | 0.96 | 0.22 |
| Hex | 4C | 2 | 6D | 1E | 62 | 0 | 39 | 119 | 60 | 16 |
| Octal | 114 | 2 | 155 | 36 | 142 | 0 | 71 | 431 | 140 | 26 |
| Binary | 1001100 | 10 | 1101101 | 11110 | 1100010 | 0 | 111001 | 100011001 | 1100000 | 10110 |
Color Harmonies of #4C026D
Complementary color
Monochromatic Colors of #4C026D
Black with #4C026D
Text Example
Text Example
White with #4C026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C026D; }
p { color: rgb(76,2,109); }
H1.HeaderClassName
{
color: #4C026D;
}
.AnyTagClassName
{
color: #4C026D;
}
</style>
background-color css
<style>
a { background-color: #4C026D; }
a { background-color: rgb(76,2,109); }
div.DivClassName
{
background-color: #4C026D;
}
.BgClassName
{
background-color: #4C026D;
}
</style>
border-color css
<style>
span { border-color: #4C026D; }
span { border-color: rgb(76,2,109); }
td.TdClassName
{
border-color: #4C026D;
}
.TagClassName
{
border-color: #4C026D;
}
</style>