Shades of Indigo #4F086B
Tints of Indigo #4F086B
RGB
CMYK
RGB Variations
Color information
#4F086B (or 0x4F086B) is known color: Indigo. HEX triplet: 4F, 08 and 6B. RGB value is (79,8,107). Sum of RGB (Red+Green+Blue) = 79+8+107=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F086B is #B0F794. Grayscale: #282828. Windows color (decimal): -11597717 or 7014479. OLE color: 7014479.
HSL color Cylindrical-coordinate representation of color #4F086B: hue angle of 283.03º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F086B is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 79 | 8 | 107 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.58 |
| HSL | 283.03º | 0.86% | 0.23% | - |
| HSV(B) | 283.03º | 0.93% | 0.42% | - |
| XYZ | 5.97 | 2.9 | 14.15 | - |
| YUV | 40.52 | 165.52 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 107 | 0.26 | 0.93 | 0 | 0.58 | 283.03 | 0.86 | 0.23 |
| Hex | 4F | 8 | 6B | 1A | 5D | 0 | 3A | 11B | 56 | 17 |
| Octal | 117 | 10 | 153 | 32 | 135 | 0 | 72 | 433 | 126 | 27 |
| Binary | 1001111 | 1000 | 1101011 | 11010 | 1011101 | 0 | 111010 | 100011011 | 1010110 | 10111 |
Color Harmonies of #4F086B
Complementary color
Monochromatic Colors of #4F086B
Black with #4F086B
Text Example
Text Example
White with #4F086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F086B; }
p { color: rgb(79,8,107); }
H1.HeaderClassName
{
color: #4F086B;
}
.AnyTagClassName
{
color: #4F086B;
}
</style>
background-color css
<style>
a { background-color: #4F086B; }
a { background-color: rgb(79,8,107); }
div.DivClassName
{
background-color: #4F086B;
}
.BgClassName
{
background-color: #4F086B;
}
</style>
border-color css
<style>
span { border-color: #4F086B; }
span { border-color: rgb(79,8,107); }
td.TdClassName
{
border-color: #4F086B;
}
.TagClassName
{
border-color: #4F086B;
}
</style>