Shades of Indigo #4C189D
Tints of Indigo #4C189D
RGB
CMYK
RGB Variations
Color information
#4C189D (or 0x4C189D) is known color: Indigo. HEX triplet: 4C, 18 and 9D. RGB value is (76,24,157). Sum of RGB (Red+Green+Blue) = 76+24+157=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C189D is #B3E762. Grayscale: #363636. Windows color (decimal): -11790179 or 10295372. OLE color: 10295372.
HSL color Cylindrical-coordinate representation of color #4C189D: hue angle of 263.46º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4C189D is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 24 | 157 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.38 |
| HSL | 263.46º | 0.73% | 0.35% | - |
| HSV(B) | 263.46º | 0.85% | 0.62% | - |
| XYZ | 9.39 | 4.62 | 32.3 | - |
| YUV | 54.71 | 185.73 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 157 | 0.52 | 0.85 | 0 | 0.38 | 263.46 | 0.73 | 0.35 |
| Hex | 4C | 18 | 9D | 34 | 55 | 0 | 26 | 107 | 49 | 23 |
| Octal | 114 | 30 | 235 | 64 | 125 | 0 | 46 | 407 | 111 | 43 |
| Binary | 1001100 | 11000 | 10011101 | 110100 | 1010101 | 0 | 100110 | 100000111 | 1001001 | 100011 |
Color Harmonies of #4C189D
Complementary color
Monochromatic Colors of #4C189D
Black with #4C189D
Text Example
Text Example
White with #4C189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C189D; }
p { color: rgb(76,24,157); }
H1.HeaderClassName
{
color: #4C189D;
}
.AnyTagClassName
{
color: #4C189D;
}
</style>
background-color css
<style>
a { background-color: #4C189D; }
a { background-color: rgb(76,24,157); }
div.DivClassName
{
background-color: #4C189D;
}
.BgClassName
{
background-color: #4C189D;
}
</style>
border-color css
<style>
span { border-color: #4C189D; }
span { border-color: rgb(76,24,157); }
td.TdClassName
{
border-color: #4C189D;
}
.TagClassName
{
border-color: #4C189D;
}
</style>