Shades of Indigo #4F057D
Tints of Indigo #4F057D
RGB
CMYK
RGB Variations
Color information
#4F057D (or 0x4F057D) is known color: Indigo. HEX triplet: 4F, 05 and 7D. RGB value is (79,5,125). Sum of RGB (Red+Green+Blue) = 79+5+125=209 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.80% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #4F057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F057D is #B0FA82. Grayscale: #282828. Windows color (decimal): -11598467 or 8193359. OLE color: 8193359.
HSL color Cylindrical-coordinate representation of color #4F057D: hue angle of 277º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F057D is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 5 | 125 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.51 |
| HSL | 277º | 0.92% | 0.25% | - |
| HSV(B) | 277º | 0.96% | 0.49% | - |
| XYZ | 6.98 | 3.25 | 19.66 | - |
| YUV | 40.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 125 | 0.37 | 0.96 | 0 | 0.51 | 277 | 0.92 | 0.25 |
| Hex | 4F | 5 | 7D | 25 | 60 | 0 | 33 | 115 | 5C | 19 |
| Octal | 117 | 5 | 175 | 45 | 140 | 0 | 63 | 425 | 134 | 31 |
| Binary | 1001111 | 101 | 1111101 | 100101 | 1100000 | 0 | 110011 | 100010101 | 1011100 | 11001 |
Color Harmonies of #4F057D
Complementary color
Monochromatic Colors of #4F057D
Black with #4F057D
Text Example
Text Example
White with #4F057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F057D; }
p { color: rgb(79,5,125); }
H1.HeaderClassName
{
color: #4F057D;
}
.AnyTagClassName
{
color: #4F057D;
}
</style>
background-color css
<style>
a { background-color: #4F057D; }
a { background-color: rgb(79,5,125); }
div.DivClassName
{
background-color: #4F057D;
}
.BgClassName
{
background-color: #4F057D;
}
</style>
border-color css
<style>
span { border-color: #4F057D; }
span { border-color: rgb(79,5,125); }
td.TdClassName
{
border-color: #4F057D;
}
.TagClassName
{
border-color: #4F057D;
}
</style>