Shades of Indigo #4F0590
Tints of Indigo #4F0590
RGB
CMYK
RGB Variations
Color information
#4F0590 (or 0x4F0590) is known color: Indigo. HEX triplet: 4F, 05 and 90. RGB value is (79,5,144). Sum of RGB (Red+Green+Blue) = 79+5+144=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F0590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0590 is #B0FA6F. Grayscale: #2A2A2A. Windows color (decimal): -11598448 or 9438543. OLE color: 9438543.
HSL color Cylindrical-coordinate representation of color #4F0590: hue angle of 271.94º 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 #4F0590 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 5 | 144 | - |
| CMYK | 0.45 | 0.97 | 0 | 0.44 |
| HSL | 271.94º | 0.93% | 0.29% | - |
| HSV(B) | 271.94º | 0.97% | 0.56% | - |
| XYZ | 8.31 | 3.78 | 26.68 | - |
| YUV | 42.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 144 | 0.45 | 0.97 | 0 | 0.44 | 271.94 | 0.93 | 0.29 |
| Hex | 4F | 5 | 90 | 2D | 61 | 0 | 2C | 110 | 5D | 1D |
| Octal | 117 | 5 | 220 | 55 | 141 | 0 | 54 | 420 | 135 | 35 |
| Binary | 1001111 | 101 | 10010000 | 101101 | 1100001 | 0 | 101100 | 100010000 | 1011101 | 11101 |
Color Harmonies of #4F0590
Complementary color
Monochromatic Colors of #4F0590
Black with #4F0590
Text Example
Text Example
White with #4F0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0590; }
p { color: rgb(79,5,144); }
H1.HeaderClassName
{
color: #4F0590;
}
.AnyTagClassName
{
color: #4F0590;
}
</style>
background-color css
<style>
a { background-color: #4F0590; }
a { background-color: rgb(79,5,144); }
div.DivClassName
{
background-color: #4F0590;
}
.BgClassName
{
background-color: #4F0590;
}
</style>
border-color css
<style>
span { border-color: #4F0590; }
span { border-color: rgb(79,5,144); }
td.TdClassName
{
border-color: #4F0590;
}
.TagClassName
{
border-color: #4F0590;
}
</style>