Shades of Indigo #4C189E
Tints of Indigo #4C189E
RGB
CMYK
RGB Variations
Color information
#4C189E (or 0x4C189E) is known color: Indigo. HEX triplet: 4C, 18 and 9E. RGB value is (76,24,158). Sum of RGB (Red+Green+Blue) = 76+24+158=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C189E is #B3E761. Grayscale: #363636. Windows color (decimal): -11790178 or 10360908. OLE color: 10360908.
HSL color Cylindrical-coordinate representation of color #4C189E: hue angle of 263.28º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C189E is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 24 | 158 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.38 |
| HSL | 263.28º | 0.74% | 0.36% | - |
| HSV(B) | 263.28º | 0.85% | 0.62% | - |
| XYZ | 9.48 | 4.66 | 32.75 | - |
| YUV | 54.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 158 | 0.52 | 0.85 | 0 | 0.38 | 263.28 | 0.74 | 0.36 |
| Hex | 4C | 18 | 9E | 34 | 55 | 0 | 26 | 107 | 4A | 24 |
| Octal | 114 | 30 | 236 | 64 | 125 | 0 | 46 | 407 | 112 | 44 |
| Binary | 1001100 | 11000 | 10011110 | 110100 | 1010101 | 0 | 100110 | 100000111 | 1001010 | 100100 |
Color Harmonies of #4C189E
Complementary color
Monochromatic Colors of #4C189E
Black with #4C189E
Text Example
Text Example
White with #4C189E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C189E; }
p { color: rgb(76,24,158); }
H1.HeaderClassName
{
color: #4C189E;
}
.AnyTagClassName
{
color: #4C189E;
}
</style>
background-color css
<style>
a { background-color: #4C189E; }
a { background-color: rgb(76,24,158); }
div.DivClassName
{
background-color: #4C189E;
}
.BgClassName
{
background-color: #4C189E;
}
</style>
border-color css
<style>
span { border-color: #4C189E; }
span { border-color: rgb(76,24,158); }
td.TdClassName
{
border-color: #4C189E;
}
.TagClassName
{
border-color: #4C189E;
}
</style>