Shades of Indigo #4F027A
Tints of Indigo #4F027A
RGB
CMYK
RGB Variations
Color information
#4F027A (or 0x4F027A) is known color: Indigo. HEX triplet: 4F, 02 and 7A. RGB value is (79,2,122). Sum of RGB (Red+Green+Blue) = 79+2+122=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 122 (48.05% from 255 or 60.10% from 203); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F027A is #B0FD85. Grayscale: #262626. Windows color (decimal): -11599238 or 7995983. OLE color: 7995983.
HSL color Cylindrical-coordinate representation of color #4F027A: hue angle of 278.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F027A is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 2 | 122 | - |
| CMYK | 0.35 | 0.98 | 0 | 0.52 |
| HSL | 278.5º | 0.97% | 0.24% | - |
| HSV(B) | 278.5º | 0.98% | 0.48% | - |
| XYZ | 6.76 | 3.11 | 18.66 | - |
| YUV | 38.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 122 | 0.35 | 0.98 | 0 | 0.52 | 278.5 | 0.97 | 0.24 |
| Hex | 4F | 2 | 7A | 23 | 62 | 0 | 34 | 116 | 61 | 18 |
| Octal | 117 | 2 | 172 | 43 | 142 | 0 | 64 | 426 | 141 | 30 |
| Binary | 1001111 | 10 | 1111010 | 100011 | 1100010 | 0 | 110100 | 100010110 | 1100001 | 11000 |
Color Harmonies of #4F027A
Complementary color
Monochromatic Colors of #4F027A
Black with #4F027A
Text Example
Text Example
White with #4F027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F027A; }
p { color: rgb(79,2,122); }
H1.HeaderClassName
{
color: #4F027A;
}
.AnyTagClassName
{
color: #4F027A;
}
</style>
background-color css
<style>
a { background-color: #4F027A; }
a { background-color: rgb(79,2,122); }
div.DivClassName
{
background-color: #4F027A;
}
.BgClassName
{
background-color: #4F027A;
}
</style>
border-color css
<style>
span { border-color: #4F027A; }
span { border-color: rgb(79,2,122); }
td.TdClassName
{
border-color: #4F027A;
}
.TagClassName
{
border-color: #4F027A;
}
</style>