Shades of Indigo #4B0580
Tints of Indigo #4B0580
RGB
CMYK
RGB Variations
Color information
#4B0580 (or 0x4B0580) is known color: Indigo. HEX triplet: 4B, 05 and 80. RGB value is (75,5,128). Sum of RGB (Red+Green+Blue) = 75+5+128=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #4B0580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B0580 is #B4FA7F. Grayscale: #272727. Windows color (decimal): -11860608 or 8389963. OLE color: 8389963.
HSL color Cylindrical-coordinate representation of color #4B0580: hue angle of 274.15º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0580 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 75 | 5 | 128 | - |
| CMYK | 0.41 | 0.96 | 0 | 0.50 |
| HSL | 274.15º | 0.92% | 0.26% | - |
| HSV(B) | 274.15º | 0.96% | 0.5% | - |
| XYZ | 6.85 | 3.16 | 20.67 | - |
| YUV | 39.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 5 | 128 | 0.41 | 0.96 | 0 | 0.50 | 274.15 | 0.92 | 0.26 |
| Hex | 4B | 5 | 80 | 29 | 60 | 0 | 32 | 112 | 5C | 1A |
| Octal | 113 | 5 | 200 | 51 | 140 | 0 | 62 | 422 | 134 | 32 |
| Binary | 1001011 | 101 | 10000000 | 101001 | 1100000 | 0 | 110010 | 100010010 | 1011100 | 11010 |
Color Harmonies of #4B0580
Complementary color
Monochromatic Colors of #4B0580
Black with #4B0580
Text Example
Text Example
White with #4B0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0580; }
p { color: rgb(75,5,128); }
H1.HeaderClassName
{
color: #4B0580;
}
.AnyTagClassName
{
color: #4B0580;
}
</style>
background-color css
<style>
a { background-color: #4B0580; }
a { background-color: rgb(75,5,128); }
div.DivClassName
{
background-color: #4B0580;
}
.BgClassName
{
background-color: #4B0580;
}
</style>
border-color css
<style>
span { border-color: #4B0580; }
span { border-color: rgb(75,5,128); }
td.TdClassName
{
border-color: #4B0580;
}
.TagClassName
{
border-color: #4B0580;
}
</style>