Shades of Indigo #4F0097
Tints of Indigo #4F0097
RGB
CMYK
RGB Variations
Color information
#4F0097 (or 0x4F0097) is known color: Indigo. HEX triplet: 4F, 00 and 97. RGB value is (79,0,151). Sum of RGB (Red+Green+Blue) = 79+0+151=230 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.35% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 151 (59.38% from 255 or 65.65% from 230); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F0097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0097 is #B0FF68. Grayscale: #282828. Windows color (decimal): -11599721 or 9896015. OLE color: 9896015.
HSL color Cylindrical-coordinate representation of color #4F0097: hue angle of 271.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0097 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 79 | 0 | 151 | - |
| CMYK | 0.48 | 1 | 0 | 0.41 |
| HSL | 271.39º | 1% | 0.3% | - |
| HSV(B) | 271.39º | 1% | 0.59% | - |
| XYZ | 8.81 | 3.9 | 29.57 | - |
| YUV | 40.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 151 | 0.48 | 1 | 0 | 0.41 | 271.39 | 1 | 0.3 |
| Hex | 4F | 0 | 97 | 30 | 64 | 0 | 29 | 10F | 64 | 1E |
| Octal | 117 | 0 | 227 | 60 | 144 | 0 | 51 | 417 | 144 | 36 |
| Binary | 1001111 | 0 | 10010111 | 110000 | 1100100 | 0 | 101001 | 100001111 | 1100100 | 11110 |
Color Harmonies of #4F0097
Complementary color
Monochromatic Colors of #4F0097
Black with #4F0097
Text Example
Text Example
White with #4F0097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0097; }
p { color: rgb(79,0,151); }
H1.HeaderClassName
{
color: #4F0097;
}
.AnyTagClassName
{
color: #4F0097;
}
</style>
background-color css
<style>
a { background-color: #4F0097; }
a { background-color: rgb(79,0,151); }
div.DivClassName
{
background-color: #4F0097;
}
.BgClassName
{
background-color: #4F0097;
}
</style>
border-color css
<style>
span { border-color: #4F0097; }
span { border-color: rgb(79,0,151); }
td.TdClassName
{
border-color: #4F0097;
}
.TagClassName
{
border-color: #4F0097;
}
</style>