Shades of Indigo #4F0971
Tints of Indigo #4F0971
RGB
CMYK
RGB Variations
Color information
#4F0971 (or 0x4F0971) is known color: Indigo. HEX triplet: 4F, 09 and 71. RGB value is (79,9,113). Sum of RGB (Red+Green+Blue) = 79+9+113=201 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.30% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F0971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0971 is #B0F68E. Grayscale: #292929. Windows color (decimal): -11597455 or 7407951. OLE color: 7407951.
HSL color Cylindrical-coordinate representation of color #4F0971: hue angle of 280.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0971 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 9 | 113 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.56 |
| HSL | 280.38º | 0.85% | 0.24% | - |
| HSV(B) | 280.38º | 0.92% | 0.44% | - |
| XYZ | 6.3 | 3.05 | 15.88 | - |
| YUV | 41.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 113 | 0.30 | 0.92 | 0 | 0.56 | 280.38 | 0.85 | 0.24 |
| Hex | 4F | 9 | 71 | 1E | 5C | 0 | 38 | 118 | 55 | 18 |
| Octal | 117 | 11 | 161 | 36 | 134 | 0 | 70 | 430 | 125 | 30 |
| Binary | 1001111 | 1001 | 1110001 | 11110 | 1011100 | 0 | 111000 | 100011000 | 1010101 | 11000 |
Color Harmonies of #4F0971
Complementary color
Monochromatic Colors of #4F0971
Black with #4F0971
Text Example
Text Example
White with #4F0971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0971; }
p { color: rgb(79,9,113); }
H1.HeaderClassName
{
color: #4F0971;
}
.AnyTagClassName
{
color: #4F0971;
}
</style>
background-color css
<style>
a { background-color: #4F0971; }
a { background-color: rgb(79,9,113); }
div.DivClassName
{
background-color: #4F0971;
}
.BgClassName
{
background-color: #4F0971;
}
</style>
border-color css
<style>
span { border-color: #4F0971; }
span { border-color: rgb(79,9,113); }
td.TdClassName
{
border-color: #4F0971;
}
.TagClassName
{
border-color: #4F0971;
}
</style>