Shades of Indigo #4F0972
Tints of Indigo #4F0972
RGB
CMYK
RGB Variations
Color information
#4F0972 (or 0x4F0972) is known color: Indigo. HEX triplet: 4F, 09 and 72. RGB value is (79,9,114). Sum of RGB (Red+Green+Blue) = 79+9+114=202 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.11% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F0972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0972 is #B0F68D. Grayscale: #292929. Windows color (decimal): -11597454 or 7473487. OLE color: 7473487.
HSL color Cylindrical-coordinate representation of color #4F0972: hue angle of 280º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4F0972 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 9 | 114 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.55 |
| HSL | 280º | 0.85% | 0.24% | - |
| HSV(B) | 280º | 0.92% | 0.45% | - |
| XYZ | 6.36 | 3.07 | 16.18 | - |
| YUV | 41.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 114 | 0.31 | 0.92 | 0 | 0.55 | 280 | 0.85 | 0.24 |
| Hex | 4F | 9 | 72 | 1F | 5C | 0 | 37 | 118 | 55 | 18 |
| Octal | 117 | 11 | 162 | 37 | 134 | 0 | 67 | 430 | 125 | 30 |
| Binary | 1001111 | 1001 | 1110010 | 11111 | 1011100 | 0 | 110111 | 100011000 | 1010101 | 11000 |
Color Harmonies of #4F0972
Complementary color
Monochromatic Colors of #4F0972
Black with #4F0972
Text Example
Text Example
White with #4F0972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0972; }
p { color: rgb(79,9,114); }
H1.HeaderClassName
{
color: #4F0972;
}
.AnyTagClassName
{
color: #4F0972;
}
</style>
background-color css
<style>
a { background-color: #4F0972; }
a { background-color: rgb(79,9,114); }
div.DivClassName
{
background-color: #4F0972;
}
.BgClassName
{
background-color: #4F0972;
}
</style>
border-color css
<style>
span { border-color: #4F0972; }
span { border-color: rgb(79,9,114); }
td.TdClassName
{
border-color: #4F0972;
}
.TagClassName
{
border-color: #4F0972;
}
</style>