Shades of Indigo #4F0672
Tints of Indigo #4F0672
RGB
CMYK
RGB Variations
Color information
#4F0672 (or 0x4F0672) is known color: Indigo. HEX triplet: 4F, 06 and 72. RGB value is (79,6,114). Sum of RGB (Red+Green+Blue) = 79+6+114=199 (26% of max value = 765). Red value is 79 (31.25% from 255 or 39.70% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #4F0672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0672 is #B0F98D. Grayscale: #272727. Windows color (decimal): -11598222 or 7472719. OLE color: 7472719.
HSL color Cylindrical-coordinate representation of color #4F0672: hue angle of 280.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0672 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 79 | 6 | 114 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.55 |
| HSL | 280.56º | 0.9% | 0.24% | - |
| HSV(B) | 280.56º | 0.95% | 0.45% | - |
| XYZ | 6.33 | 3.01 | 16.17 | - |
| YUV | 40.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 114 | 0.31 | 0.95 | 0 | 0.55 | 280.56 | 0.9 | 0.24 |
| Hex | 4F | 6 | 72 | 1F | 5F | 0 | 37 | 119 | 5A | 18 |
| Octal | 117 | 6 | 162 | 37 | 137 | 0 | 67 | 431 | 132 | 30 |
| Binary | 1001111 | 110 | 1110010 | 11111 | 1011111 | 0 | 110111 | 100011001 | 1011010 | 11000 |
Color Harmonies of #4F0672
Complementary color
Monochromatic Colors of #4F0672
Black with #4F0672
Text Example
Text Example
White with #4F0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0672; }
p { color: rgb(79,6,114); }
H1.HeaderClassName
{
color: #4F0672;
}
.AnyTagClassName
{
color: #4F0672;
}
</style>
background-color css
<style>
a { background-color: #4F0672; }
a { background-color: rgb(79,6,114); }
div.DivClassName
{
background-color: #4F0672;
}
.BgClassName
{
background-color: #4F0672;
}
</style>
border-color css
<style>
span { border-color: #4F0672; }
span { border-color: rgb(79,6,114); }
td.TdClassName
{
border-color: #4F0672;
}
.TagClassName
{
border-color: #4F0672;
}
</style>