Shades of Indigo #4B149C
Tints of Indigo #4B149C
RGB
CMYK
RGB Variations
Color information
#4B149C (or 0x4B149C) is known color: Indigo. HEX triplet: 4B, 14 and 9C. RGB value is (75,20,156). Sum of RGB (Red+Green+Blue) = 75+20+156=251 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.88% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B149C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B149C is #B4EB63. Grayscale: #333333. Windows color (decimal): -11856740 or 10228811. OLE color: 10228811.
HSL color Cylindrical-coordinate representation of color #4B149C: hue angle of 264.26º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B149C is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 75 | 20 | 156 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.39 |
| HSL | 264.26º | 0.77% | 0.35% | - |
| HSV(B) | 264.26º | 0.87% | 0.61% | - |
| XYZ | 9.15 | 4.4 | 31.82 | - |
| YUV | 51.95 | 186.72 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 156 | 0.52 | 0.87 | 0 | 0.39 | 264.26 | 0.77 | 0.35 |
| Hex | 4B | 14 | 9C | 34 | 57 | 0 | 27 | 108 | 4D | 23 |
| Octal | 113 | 24 | 234 | 64 | 127 | 0 | 47 | 410 | 115 | 43 |
| Binary | 1001011 | 10100 | 10011100 | 110100 | 1010111 | 0 | 100111 | 100001000 | 1001101 | 100011 |
Color Harmonies of #4B149C
Complementary color
Monochromatic Colors of #4B149C
Black with #4B149C
Text Example
Text Example
White with #4B149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B149C; }
p { color: rgb(75,20,156); }
H1.HeaderClassName
{
color: #4B149C;
}
.AnyTagClassName
{
color: #4B149C;
}
</style>
background-color css
<style>
a { background-color: #4B149C; }
a { background-color: rgb(75,20,156); }
div.DivClassName
{
background-color: #4B149C;
}
.BgClassName
{
background-color: #4B149C;
}
</style>
border-color css
<style>
span { border-color: #4B149C; }
span { border-color: rgb(75,20,156); }
td.TdClassName
{
border-color: #4B149C;
}
.TagClassName
{
border-color: #4B149C;
}
</style>