Shades of Indigo #4C088B
Tints of Indigo #4C088B
RGB
CMYK
RGB Variations
Color information
#4C088B (or 0x4C088B) is known color: Indigo. HEX triplet: 4C, 08 and 8B. RGB value is (76,8,139). Sum of RGB (Red+Green+Blue) = 76+8+139=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C088B is #B3F774. Grayscale: #2A2A2A. Windows color (decimal): -11794293 or 9111628. OLE color: 9111628.
HSL color Cylindrical-coordinate representation of color #4C088B: hue angle of 271.15º degrees, saturation: 0.89, 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 #4C088B is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 8 | 139 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.45 |
| HSL | 271.15º | 0.89% | 0.29% | - |
| HSV(B) | 271.15º | 0.94% | 0.55% | - |
| XYZ | 7.73 | 3.57 | 24.71 | - |
| YUV | 43.27 | 182.03 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 139 | 0.45 | 0.94 | 0 | 0.45 | 271.15 | 0.89 | 0.29 |
| Hex | 4C | 8 | 8B | 2D | 5E | 0 | 2D | 10F | 59 | 1D |
| Octal | 114 | 10 | 213 | 55 | 136 | 0 | 55 | 417 | 131 | 35 |
| Binary | 1001100 | 1000 | 10001011 | 101101 | 1011110 | 0 | 101101 | 100001111 | 1011001 | 11101 |
Color Harmonies of #4C088B
Complementary color
Monochromatic Colors of #4C088B
Black with #4C088B
Text Example
Text Example
White with #4C088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C088B; }
p { color: rgb(76,8,139); }
H1.HeaderClassName
{
color: #4C088B;
}
.AnyTagClassName
{
color: #4C088B;
}
</style>
background-color css
<style>
a { background-color: #4C088B; }
a { background-color: rgb(76,8,139); }
div.DivClassName
{
background-color: #4C088B;
}
.BgClassName
{
background-color: #4C088B;
}
</style>
border-color css
<style>
span { border-color: #4C088B; }
span { border-color: rgb(76,8,139); }
td.TdClassName
{
border-color: #4C088B;
}
.TagClassName
{
border-color: #4C088B;
}
</style>