Shades of Indigo #4B047C
Tints of Indigo #4B047C
RGB
CMYK
RGB Variations
Color information
#4B047C (or 0x4B047C) is known color: Indigo. HEX triplet: 4B, 04 and 7C. RGB value is (75,4,124). Sum of RGB (Red+Green+Blue) = 75+4+124=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 124 (48.83% from 255 or 61.08% from 203); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B047C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B047C is #B4FB83. Grayscale: #262626. Windows color (decimal): -11860868 or 8127563. OLE color: 8127563.
HSL color Cylindrical-coordinate representation of color #4B047C: hue angle of 275.5º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B047C is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 75 | 4 | 124 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.51 |
| HSL | 275.5º | 0.94% | 0.25% | - |
| HSV(B) | 275.5º | 0.97% | 0.49% | - |
| XYZ | 6.58 | 3.04 | 19.31 | - |
| YUV | 38.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 124 | 0.40 | 0.97 | 0 | 0.51 | 275.5 | 0.94 | 0.25 |
| Hex | 4B | 4 | 7C | 28 | 61 | 0 | 33 | 114 | 5E | 19 |
| Octal | 113 | 4 | 174 | 50 | 141 | 0 | 63 | 424 | 136 | 31 |
| Binary | 1001011 | 100 | 1111100 | 101000 | 1100001 | 0 | 110011 | 100010100 | 1011110 | 11001 |
Color Harmonies of #4B047C
Complementary color
Monochromatic Colors of #4B047C
Black with #4B047C
Text Example
Text Example
White with #4B047C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B047C; }
p { color: rgb(75,4,124); }
H1.HeaderClassName
{
color: #4B047C;
}
.AnyTagClassName
{
color: #4B047C;
}
</style>
background-color css
<style>
a { background-color: #4B047C; }
a { background-color: rgb(75,4,124); }
div.DivClassName
{
background-color: #4B047C;
}
.BgClassName
{
background-color: #4B047C;
}
</style>
border-color css
<style>
span { border-color: #4B047C; }
span { border-color: rgb(75,4,124); }
td.TdClassName
{
border-color: #4B047C;
}
.TagClassName
{
border-color: #4B047C;
}
</style>