Shades of Indigo #4F027E
Tints of Indigo #4F027E
RGB
CMYK
RGB Variations
Color information
#4F027E (or 0x4F027E) is known color: Indigo. HEX triplet: 4F, 02 and 7E. RGB value is (79,2,126). Sum of RGB (Red+Green+Blue) = 79+2+126=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #4F027E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F027E is #B0FD81. Grayscale: #262626. Windows color (decimal): -11599234 or 8258127. OLE color: 8258127.
HSL color Cylindrical-coordinate representation of color #4F027E: hue angle of 277.26º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F027E is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 79 | 2 | 126 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.51 |
| HSL | 277.26º | 0.97% | 0.25% | - |
| HSV(B) | 277.26º | 0.98% | 0.49% | - |
| XYZ | 7.01 | 3.21 | 19.99 | - |
| YUV | 39.16 | 177.01 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 126 | 0.37 | 0.98 | 0 | 0.51 | 277.26 | 0.97 | 0.25 |
| Hex | 4F | 2 | 7E | 25 | 62 | 0 | 33 | 115 | 61 | 19 |
| Octal | 117 | 2 | 176 | 45 | 142 | 0 | 63 | 425 | 141 | 31 |
| Binary | 1001111 | 10 | 1111110 | 100101 | 1100010 | 0 | 110011 | 100010101 | 1100001 | 11001 |
Color Harmonies of #4F027E
Complementary color
Monochromatic Colors of #4F027E
Black with #4F027E
Text Example
Text Example
White with #4F027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F027E; }
p { color: rgb(79,2,126); }
H1.HeaderClassName
{
color: #4F027E;
}
.AnyTagClassName
{
color: #4F027E;
}
</style>
background-color css
<style>
a { background-color: #4F027E; }
a { background-color: rgb(79,2,126); }
div.DivClassName
{
background-color: #4F027E;
}
.BgClassName
{
background-color: #4F027E;
}
</style>
border-color css
<style>
span { border-color: #4F027E; }
span { border-color: rgb(79,2,126); }
td.TdClassName
{
border-color: #4F027E;
}
.TagClassName
{
border-color: #4F027E;
}
</style>