Shades of Indigo #4C089E
Tints of Indigo #4C089E
RGB
CMYK
RGB Variations
Color information
#4C089E (or 0x4C089E) is known color: Indigo. HEX triplet: 4C, 08 and 9E. RGB value is (76,8,158). Sum of RGB (Red+Green+Blue) = 76+8+158=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C089E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C089E is #B3F761. Grayscale: #2C2C2C. Windows color (decimal): -11794274 or 10356812. OLE color: 10356812.
HSL color Cylindrical-coordinate representation of color #4C089E: hue angle of 267.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C089E is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 8 | 158 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.38 |
| HSL | 267.2º | 0.9% | 0.33% | - |
| HSV(B) | 267.2º | 0.95% | 0.62% | - |
| XYZ | 9.24 | 4.18 | 32.67 | - |
| YUV | 45.43 | 191.53 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 8 | 158 | 0.52 | 0.95 | 0 | 0.38 | 267.2 | 0.9 | 0.33 |
| Hex | 4C | 8 | 9E | 34 | 5F | 0 | 26 | 10B | 5A | 21 |
| Octal | 114 | 10 | 236 | 64 | 137 | 0 | 46 | 413 | 132 | 41 |
| Binary | 1001100 | 1000 | 10011110 | 110100 | 1011111 | 0 | 100110 | 100001011 | 1011010 | 100001 |
Color Harmonies of #4C089E
Complementary color
Monochromatic Colors of #4C089E
Black with #4C089E
Text Example
Text Example
White with #4C089E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C089E; }
p { color: rgb(76,8,158); }
H1.HeaderClassName
{
color: #4C089E;
}
.AnyTagClassName
{
color: #4C089E;
}
</style>
background-color css
<style>
a { background-color: #4C089E; }
a { background-color: rgb(76,8,158); }
div.DivClassName
{
background-color: #4C089E;
}
.BgClassName
{
background-color: #4C089E;
}
</style>
border-color css
<style>
span { border-color: #4C089E; }
span { border-color: rgb(76,8,158); }
td.TdClassName
{
border-color: #4C089E;
}
.TagClassName
{
border-color: #4C089E;
}
</style>