Shades of Indigo #4F058F
Tints of Indigo #4F058F
RGB
CMYK
RGB Variations
Color information
#4F058F (or 0x4F058F) is known color: Indigo. HEX triplet: 4F, 05 and 8F. RGB value is (79,5,143). Sum of RGB (Red+Green+Blue) = 79+5+143=227 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.80% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 143 (56.25% from 255 or 63.00% from 227); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F058F is #B0FA70. Grayscale: #2A2A2A. Windows color (decimal): -11598449 or 9373007. OLE color: 9373007.
HSL color Cylindrical-coordinate representation of color #4F058F: hue angle of 272.17º 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 #4F058F is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 5 | 143 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.44 |
| HSL | 272.17º | 0.93% | 0.29% | - |
| HSV(B) | 272.17º | 0.97% | 0.56% | - |
| XYZ | 8.24 | 3.75 | 26.28 | - |
| YUV | 42.86 | 184.52 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 143 | 0.45 | 0.97 | 0 | 0.44 | 272.17 | 0.93 | 0.29 |
| Hex | 4F | 5 | 8F | 2D | 61 | 0 | 2C | 110 | 5D | 1D |
| Octal | 117 | 5 | 217 | 55 | 141 | 0 | 54 | 420 | 135 | 35 |
| Binary | 1001111 | 101 | 10001111 | 101101 | 1100001 | 0 | 101100 | 100010000 | 1011101 | 11101 |
Color Harmonies of #4F058F
Complementary color
Monochromatic Colors of #4F058F
Black with #4F058F
Text Example
Text Example
White with #4F058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F058F; }
p { color: rgb(79,5,143); }
H1.HeaderClassName
{
color: #4F058F;
}
.AnyTagClassName
{
color: #4F058F;
}
</style>
background-color css
<style>
a { background-color: #4F058F; }
a { background-color: rgb(79,5,143); }
div.DivClassName
{
background-color: #4F058F;
}
.BgClassName
{
background-color: #4F058F;
}
</style>
border-color css
<style>
span { border-color: #4F058F; }
span { border-color: rgb(79,5,143); }
td.TdClassName
{
border-color: #4F058F;
}
.TagClassName
{
border-color: #4F058F;
}
</style>