Shades of Indigo #4B058B
Tints of Indigo #4B058B
RGB
CMYK
RGB Variations
Color information
#4B058B (or 0x4B058B) is known color: Indigo. HEX triplet: 4B, 05 and 8B. RGB value is (75,5,139). Sum of RGB (Red+Green+Blue) = 75+5+139=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B058B is #B4FA74. Grayscale: #282828. Windows color (decimal): -11860597 or 9110859. OLE color: 9110859.
HSL color Cylindrical-coordinate representation of color #4B058B: hue angle of 271.34º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B058B is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 75 | 5 | 139 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.45 |
| HSL | 271.34º | 0.93% | 0.28% | - |
| HSV(B) | 271.34º | 0.96% | 0.55% | - |
| XYZ | 7.62 | 3.47 | 24.69 | - |
| YUV | 41.21 | 183.19 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 139 | 0.46 | 0.96 | 0 | 0.45 | 271.34 | 0.93 | 0.28 |
| Hex | 4B | 5 | 8B | 2E | 60 | 0 | 2D | 10F | 5D | 1C |
| Octal | 113 | 5 | 213 | 56 | 140 | 0 | 55 | 417 | 135 | 34 |
| Binary | 1001011 | 101 | 10001011 | 101110 | 1100000 | 0 | 101101 | 100001111 | 1011101 | 11100 |
Color Harmonies of #4B058B
Complementary color
Monochromatic Colors of #4B058B
Black with #4B058B
Text Example
Text Example
White with #4B058B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B058B; }
p { color: rgb(75,5,139); }
H1.HeaderClassName
{
color: #4B058B;
}
.AnyTagClassName
{
color: #4B058B;
}
</style>
background-color css
<style>
a { background-color: #4B058B; }
a { background-color: rgb(75,5,139); }
div.DivClassName
{
background-color: #4B058B;
}
.BgClassName
{
background-color: #4B058B;
}
</style>
border-color css
<style>
span { border-color: #4B058B; }
span { border-color: rgb(75,5,139); }
td.TdClassName
{
border-color: #4B058B;
}
.TagClassName
{
border-color: #4B058B;
}
</style>