Shades of Indigo #4C199B
Tints of Indigo #4C199B
RGB
CMYK
RGB Variations
Color information
#4C199B (or 0x4C199B) is known color: Indigo. HEX triplet: 4C, 19 and 9B. RGB value is (76,25,155). Sum of RGB (Red+Green+Blue) = 76+25+155=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C199B is #B3E664. Grayscale: #363636. Windows color (decimal): -11789925 or 10164556. OLE color: 10164556.
HSL color Cylindrical-coordinate representation of color #4C199B: hue angle of 263.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C199B is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 25 | 155 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.39 |
| HSL | 263.54º | 0.72% | 0.35% | - |
| HSV(B) | 263.54º | 0.84% | 0.61% | - |
| XYZ | 9.24 | 4.6 | 31.41 | - |
| YUV | 55.07 | 184.4 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 155 | 0.51 | 0.84 | 0 | 0.39 | 263.54 | 0.72 | 0.35 |
| Hex | 4C | 19 | 9B | 33 | 54 | 0 | 27 | 108 | 48 | 23 |
| Octal | 114 | 31 | 233 | 63 | 124 | 0 | 47 | 410 | 110 | 43 |
| Binary | 1001100 | 11001 | 10011011 | 110011 | 1010100 | 0 | 100111 | 100001000 | 1001000 | 100011 |
Color Harmonies of #4C199B
Complementary color
Monochromatic Colors of #4C199B
Black with #4C199B
Text Example
Text Example
White with #4C199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C199B; }
p { color: rgb(76,25,155); }
H1.HeaderClassName
{
color: #4C199B;
}
.AnyTagClassName
{
color: #4C199B;
}
</style>
background-color css
<style>
a { background-color: #4C199B; }
a { background-color: rgb(76,25,155); }
div.DivClassName
{
background-color: #4C199B;
}
.BgClassName
{
background-color: #4C199B;
}
</style>
border-color css
<style>
span { border-color: #4C199B; }
span { border-color: rgb(76,25,155); }
td.TdClassName
{
border-color: #4C199B;
}
.TagClassName
{
border-color: #4C199B;
}
</style>