Shades of Indigo #4F057A
Tints of Indigo #4F057A
RGB
CMYK
RGB Variations
Color information
#4F057A (or 0x4F057A) is known color: Indigo. HEX triplet: 4F, 05 and 7A. RGB value is (79,5,122). Sum of RGB (Red+Green+Blue) = 79+5+122=206 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.35% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 122 (48.05% from 255 or 59.22% from 206); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F057A is #B0FA85. Grayscale: #282828. Windows color (decimal): -11598470 or 7996751. OLE color: 7996751.
HSL color Cylindrical-coordinate representation of color #4F057A: hue angle of 277.95º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F057A is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 5 | 122 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.52 |
| HSL | 277.95º | 0.92% | 0.25% | - |
| HSV(B) | 277.95º | 0.96% | 0.48% | - |
| XYZ | 6.79 | 3.18 | 18.67 | - |
| YUV | 40.46 | 174.02 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 5 | 122 | 0.35 | 0.96 | 0 | 0.52 | 277.95 | 0.92 | 0.25 |
| Hex | 4F | 5 | 7A | 23 | 60 | 0 | 34 | 116 | 5C | 19 |
| Octal | 117 | 5 | 172 | 43 | 140 | 0 | 64 | 426 | 134 | 31 |
| Binary | 1001111 | 101 | 1111010 | 100011 | 1100000 | 0 | 110100 | 100010110 | 1011100 | 11001 |
Color Harmonies of #4F057A
Complementary color
Monochromatic Colors of #4F057A
Black with #4F057A
Text Example
Text Example
White with #4F057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F057A; }
p { color: rgb(79,5,122); }
H1.HeaderClassName
{
color: #4F057A;
}
.AnyTagClassName
{
color: #4F057A;
}
</style>
background-color css
<style>
a { background-color: #4F057A; }
a { background-color: rgb(79,5,122); }
div.DivClassName
{
background-color: #4F057A;
}
.BgClassName
{
background-color: #4F057A;
}
</style>
border-color css
<style>
span { border-color: #4F057A; }
span { border-color: rgb(79,5,122); }
td.TdClassName
{
border-color: #4F057A;
}
.TagClassName
{
border-color: #4F057A;
}
</style>