Shades of Indigo #4F0876
Tints of Indigo #4F0876
RGB
CMYK
RGB Variations
Color information
#4F0876 (or 0x4F0876) is known color: Indigo. HEX triplet: 4F, 08 and 76. RGB value is (79,8,118). Sum of RGB (Red+Green+Blue) = 79+8+118=205 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.54% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #4F0876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0876 is #B0F789. Grayscale: #292929. Windows color (decimal): -11597706 or 7735375. OLE color: 7735375.
HSL color Cylindrical-coordinate representation of color #4F0876: hue angle of 278.73º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0876 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 79 | 8 | 118 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.54 |
| HSL | 278.73º | 0.87% | 0.25% | - |
| HSV(B) | 278.73º | 0.93% | 0.46% | - |
| XYZ | 6.58 | 3.14 | 17.4 | - |
| YUV | 41.77 | 171.02 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 118 | 0.33 | 0.93 | 0 | 0.54 | 278.73 | 0.87 | 0.25 |
| Hex | 4F | 8 | 76 | 21 | 5D | 0 | 36 | 117 | 57 | 19 |
| Octal | 117 | 10 | 166 | 41 | 135 | 0 | 66 | 427 | 127 | 31 |
| Binary | 1001111 | 1000 | 1110110 | 100001 | 1011101 | 0 | 110110 | 100010111 | 1010111 | 11001 |
Color Harmonies of #4F0876
Complementary color
Monochromatic Colors of #4F0876
Black with #4F0876
Text Example
Text Example
White with #4F0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0876; }
p { color: rgb(79,8,118); }
H1.HeaderClassName
{
color: #4F0876;
}
.AnyTagClassName
{
color: #4F0876;
}
</style>
background-color css
<style>
a { background-color: #4F0876; }
a { background-color: rgb(79,8,118); }
div.DivClassName
{
background-color: #4F0876;
}
.BgClassName
{
background-color: #4F0876;
}
</style>
border-color css
<style>
span { border-color: #4F0876; }
span { border-color: rgb(79,8,118); }
td.TdClassName
{
border-color: #4F0876;
}
.TagClassName
{
border-color: #4F0876;
}
</style>