Shades of Indigo #4B058D
Tints of Indigo #4B058D
RGB
CMYK
RGB Variations
Color information
#4B058D (or 0x4B058D) is known color: Indigo. HEX triplet: 4B, 05 and 8D. RGB value is (75,5,141). Sum of RGB (Red+Green+Blue) = 75+5+141=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B058D is #B4FA72. Grayscale: #282828. Windows color (decimal): -11860595 or 9241931. OLE color: 9241931.
HSL color Cylindrical-coordinate representation of color #4B058D: hue angle of 270.88º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B058D is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 5 | 141 | - |
| CMYK | 0.47 | 0.96 | 0 | 0.45 |
| HSL | 270.88º | 0.93% | 0.29% | - |
| HSV(B) | 270.88º | 0.96% | 0.55% | - |
| XYZ | 7.76 | 3.53 | 25.47 | - |
| YUV | 41.43 | 184.19 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 141 | 0.47 | 0.96 | 0 | 0.45 | 270.88 | 0.93 | 0.29 |
| Hex | 4B | 5 | 8D | 2F | 60 | 0 | 2D | 10F | 5D | 1D |
| Octal | 113 | 5 | 215 | 57 | 140 | 0 | 55 | 417 | 135 | 35 |
| Binary | 1001011 | 101 | 10001101 | 101111 | 1100000 | 0 | 101101 | 100001111 | 1011101 | 11101 |
Color Harmonies of #4B058D
Complementary color
Monochromatic Colors of #4B058D
Black with #4B058D
Text Example
Text Example
White with #4B058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B058D; }
p { color: rgb(75,5,141); }
H1.HeaderClassName
{
color: #4B058D;
}
.AnyTagClassName
{
color: #4B058D;
}
</style>
background-color css
<style>
a { background-color: #4B058D; }
a { background-color: rgb(75,5,141); }
div.DivClassName
{
background-color: #4B058D;
}
.BgClassName
{
background-color: #4B058D;
}
</style>
border-color css
<style>
span { border-color: #4B058D; }
span { border-color: rgb(75,5,141); }
td.TdClassName
{
border-color: #4B058D;
}
.TagClassName
{
border-color: #4B058D;
}
</style>