Shades of Indigo #4B058F
Tints of Indigo #4B058F
RGB
CMYK
RGB Variations
Color information
#4B058F (or 0x4B058F) is known color: Indigo. HEX triplet: 4B, 05 and 8F. RGB value is (75,5,143). Sum of RGB (Red+Green+Blue) = 75+5+143=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 143 (56.25% from 255 or 64.13% from 223); Max value from RGB is 143 - color contains mainly: blue. Hex color #4B058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B058F is #B4FA70. Grayscale: #292929. Windows color (decimal): -11860593 or 9373003. OLE color: 9373003.
HSL color Cylindrical-coordinate representation of color #4B058F: hue angle of 270.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B058F is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 75 | 5 | 143 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.44 |
| HSL | 270.43º | 0.93% | 0.29% | - |
| HSV(B) | 270.43º | 0.97% | 0.56% | - |
| XYZ | 7.91 | 3.59 | 26.26 | - |
| YUV | 41.66 | 185.19 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 143 | 0.48 | 0.97 | 0 | 0.44 | 270.43 | 0.93 | 0.29 |
| Hex | 4B | 5 | 8F | 30 | 61 | 0 | 2C | 10E | 5D | 1D |
| Octal | 113 | 5 | 217 | 60 | 141 | 0 | 54 | 416 | 135 | 35 |
| Binary | 1001011 | 101 | 10001111 | 110000 | 1100001 | 0 | 101100 | 100001110 | 1011101 | 11101 |
Color Harmonies of #4B058F
Complementary color
Monochromatic Colors of #4B058F
Black with #4B058F
Text Example
Text Example
White with #4B058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B058F; }
p { color: rgb(75,5,143); }
H1.HeaderClassName
{
color: #4B058F;
}
.AnyTagClassName
{
color: #4B058F;
}
</style>
background-color css
<style>
a { background-color: #4B058F; }
a { background-color: rgb(75,5,143); }
div.DivClassName
{
background-color: #4B058F;
}
.BgClassName
{
background-color: #4B058F;
}
</style>
border-color css
<style>
span { border-color: #4B058F; }
span { border-color: rgb(75,5,143); }
td.TdClassName
{
border-color: #4B058F;
}
.TagClassName
{
border-color: #4B058F;
}
</style>