Shades of Indigo #4B199C
Tints of Indigo #4B199C
RGB
CMYK
RGB Variations
Color information
#4B199C (or 0x4B199C) is known color: Indigo. HEX triplet: 4B, 19 and 9C. RGB value is (75,25,156). Sum of RGB (Red+Green+Blue) = 75+25+156=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B199C is #B4E663. Grayscale: #363636. Windows color (decimal): -11855460 or 10230091. OLE color: 10230091.
HSL color Cylindrical-coordinate representation of color #4B199C: hue angle of 262.9º 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 #4B199C is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 25 | 156 | - |
| CMYK | 0.52 | 0.84 | 0 | 0.39 |
| HSL | 262.9º | 0.72% | 0.35% | - |
| HSV(B) | 262.9º | 0.84% | 0.61% | - |
| XYZ | 9.25 | 4.59 | 31.85 | - |
| YUV | 54.88 | 185.07 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 156 | 0.52 | 0.84 | 0 | 0.39 | 262.9 | 0.72 | 0.35 |
| Hex | 4B | 19 | 9C | 34 | 54 | 0 | 27 | 107 | 48 | 23 |
| Octal | 113 | 31 | 234 | 64 | 124 | 0 | 47 | 407 | 110 | 43 |
| Binary | 1001011 | 11001 | 10011100 | 110100 | 1010100 | 0 | 100111 | 100000111 | 1001000 | 100011 |
Color Harmonies of #4B199C
Complementary color
Monochromatic Colors of #4B199C
Black with #4B199C
Text Example
Text Example
White with #4B199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B199C; }
p { color: rgb(75,25,156); }
H1.HeaderClassName
{
color: #4B199C;
}
.AnyTagClassName
{
color: #4B199C;
}
</style>
background-color css
<style>
a { background-color: #4B199C; }
a { background-color: rgb(75,25,156); }
div.DivClassName
{
background-color: #4B199C;
}
.BgClassName
{
background-color: #4B199C;
}
</style>
border-color css
<style>
span { border-color: #4B199C; }
span { border-color: rgb(75,25,156); }
td.TdClassName
{
border-color: #4B199C;
}
.TagClassName
{
border-color: #4B199C;
}
</style>