Shades of Indigo #4C189F
Tints of Indigo #4C189F
RGB
CMYK
RGB Variations
Color information
#4C189F (or 0x4C189F) is known color: Indigo. HEX triplet: 4C, 18 and 9F. RGB value is (76,24,159). Sum of RGB (Red+Green+Blue) = 76+24+159=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #4C189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C189F is #B3E760. Grayscale: #363636. Windows color (decimal): -11790177 or 10426444. OLE color: 10426444.
HSL color Cylindrical-coordinate representation of color #4C189F: hue angle of 263.11º 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 #4C189F is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 24 | 159 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.38 |
| HSL | 263.11º | 0.74% | 0.36% | - |
| HSV(B) | 263.11º | 0.85% | 0.62% | - |
| XYZ | 9.57 | 4.69 | 33.2 | - |
| YUV | 54.94 | 186.73 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 159 | 0.52 | 0.85 | 0 | 0.38 | 263.11 | 0.74 | 0.36 |
| Hex | 4C | 18 | 9F | 34 | 55 | 0 | 26 | 107 | 4A | 24 |
| Octal | 114 | 30 | 237 | 64 | 125 | 0 | 46 | 407 | 112 | 44 |
| Binary | 1001100 | 11000 | 10011111 | 110100 | 1010101 | 0 | 100110 | 100000111 | 1001010 | 100100 |
Color Harmonies of #4C189F
Complementary color
Monochromatic Colors of #4C189F
Black with #4C189F
Text Example
Text Example
White with #4C189F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C189F; }
p { color: rgb(76,24,159); }
H1.HeaderClassName
{
color: #4C189F;
}
.AnyTagClassName
{
color: #4C189F;
}
</style>
background-color css
<style>
a { background-color: #4C189F; }
a { background-color: rgb(76,24,159); }
div.DivClassName
{
background-color: #4C189F;
}
.BgClassName
{
background-color: #4C189F;
}
</style>
border-color css
<style>
span { border-color: #4C189F; }
span { border-color: rgb(76,24,159); }
td.TdClassName
{
border-color: #4C189F;
}
.TagClassName
{
border-color: #4C189F;
}
</style>