Shades of Indigo #4C0B9E
Tints of Indigo #4C0B9E
RGB
CMYK
RGB Variations
Color information
#4C0B9E (or 0x4C0B9E) is known color: Indigo. HEX triplet: 4C, 0B and 9E. RGB value is (76,11,158). Sum of RGB (Red+Green+Blue) = 76+11+158=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C0B9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0B9E is #B3F461. Grayscale: #2E2E2E. Windows color (decimal): -11793506 or 10357580. OLE color: 10357580.
HSL color Cylindrical-coordinate representation of color #4C0B9E: hue angle of 266.53º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0B9E is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 11 | 158 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.38 |
| HSL | 266.53º | 0.87% | 0.33% | - |
| HSV(B) | 266.53º | 0.93% | 0.62% | - |
| XYZ | 9.27 | 4.24 | 32.68 | - |
| YUV | 47.19 | 190.53 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 158 | 0.52 | 0.93 | 0 | 0.38 | 266.53 | 0.87 | 0.33 |
| Hex | 4C | B | 9E | 34 | 5D | 0 | 26 | 10B | 57 | 21 |
| Octal | 114 | 13 | 236 | 64 | 135 | 0 | 46 | 413 | 127 | 41 |
| Binary | 1001100 | 1011 | 10011110 | 110100 | 1011101 | 0 | 100110 | 100001011 | 1010111 | 100001 |
Color Harmonies of #4C0B9E
Complementary color
Monochromatic Colors of #4C0B9E
Black with #4C0B9E
Text Example
Text Example
White with #4C0B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B9E; }
p { color: rgb(76,11,158); }
H1.HeaderClassName
{
color: #4C0B9E;
}
.AnyTagClassName
{
color: #4C0B9E;
}
</style>
background-color css
<style>
a { background-color: #4C0B9E; }
a { background-color: rgb(76,11,158); }
div.DivClassName
{
background-color: #4C0B9E;
}
.BgClassName
{
background-color: #4C0B9E;
}
</style>
border-color css
<style>
span { border-color: #4C0B9E; }
span { border-color: rgb(76,11,158); }
td.TdClassName
{
border-color: #4C0B9E;
}
.TagClassName
{
border-color: #4C0B9E;
}
</style>