Shades of Indigo #4B147C
Tints of Indigo #4B147C
RGB
CMYK
RGB Variations
Color information
#4B147C (or 0x4B147C) is known color: Indigo. HEX triplet: 4B, 14 and 7C. RGB value is (75,20,124). Sum of RGB (Red+Green+Blue) = 75+20+124=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 20 (8.20% from 255 or 9.13% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B147C is #B4EB83. Grayscale: #2F2F2F. Windows color (decimal): -11856772 or 8131659. OLE color: 8131659.
HSL color Cylindrical-coordinate representation of color #4B147C: hue angle of 271.73º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B147C is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 20 | 124 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.51 |
| HSL | 271.73º | 0.72% | 0.28% | - |
| HSV(B) | 271.73º | 0.84% | 0.49% | - |
| XYZ | 6.79 | 3.45 | 19.38 | - |
| YUV | 48.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 124 | 0.40 | 0.84 | 0 | 0.51 | 271.73 | 0.72 | 0.28 |
| Hex | 4B | 14 | 7C | 28 | 54 | 0 | 33 | 110 | 48 | 1C |
| Octal | 113 | 24 | 174 | 50 | 124 | 0 | 63 | 420 | 110 | 34 |
| Binary | 1001011 | 10100 | 1111100 | 101000 | 1010100 | 0 | 110011 | 100010000 | 1001000 | 11100 |
Color Harmonies of #4B147C
Complementary color
Monochromatic Colors of #4B147C
Black with #4B147C
Text Example
Text Example
White with #4B147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B147C; }
p { color: rgb(75,20,124); }
H1.HeaderClassName
{
color: #4B147C;
}
.AnyTagClassName
{
color: #4B147C;
}
</style>
background-color css
<style>
a { background-color: #4B147C; }
a { background-color: rgb(75,20,124); }
div.DivClassName
{
background-color: #4B147C;
}
.BgClassName
{
background-color: #4B147C;
}
</style>
border-color css
<style>
span { border-color: #4B147C; }
span { border-color: rgb(75,20,124); }
td.TdClassName
{
border-color: #4B147C;
}
.TagClassName
{
border-color: #4B147C;
}
</style>