Shades of Indigo #4F098D
Tints of Indigo #4F098D
RGB
CMYK
RGB Variations
Color information
#4F098D (or 0x4F098D) is known color: Indigo. HEX triplet: 4F, 09 and 8D. RGB value is (79,9,141). Sum of RGB (Red+Green+Blue) = 79+9+141=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 141 (55.47% from 255 or 61.57% from 229); Max value from RGB is 141 - color contains mainly: blue. Hex color #4F098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F098D is #B0F672. Grayscale: #2C2C2C. Windows color (decimal): -11597427 or 9242959. OLE color: 9242959.
HSL color Cylindrical-coordinate representation of color #4F098D: hue angle of 271.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F098D is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 9 | 141 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.45 |
| HSL | 271.82º | 0.88% | 0.29% | - |
| HSV(B) | 271.82º | 0.94% | 0.55% | - |
| XYZ | 8.13 | 3.78 | 25.5 | - |
| YUV | 44.98 | 182.19 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 141 | 0.44 | 0.94 | 0 | 0.45 | 271.82 | 0.88 | 0.29 |
| Hex | 4F | 9 | 8D | 2C | 5E | 0 | 2D | 110 | 58 | 1D |
| Octal | 117 | 11 | 215 | 54 | 136 | 0 | 55 | 420 | 130 | 35 |
| Binary | 1001111 | 1001 | 10001101 | 101100 | 1011110 | 0 | 101101 | 100010000 | 1011000 | 11101 |
Color Harmonies of #4F098D
Complementary color
Monochromatic Colors of #4F098D
Black with #4F098D
Text Example
Text Example
White with #4F098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F098D; }
p { color: rgb(79,9,141); }
H1.HeaderClassName
{
color: #4F098D;
}
.AnyTagClassName
{
color: #4F098D;
}
</style>
background-color css
<style>
a { background-color: #4F098D; }
a { background-color: rgb(79,9,141); }
div.DivClassName
{
background-color: #4F098D;
}
.BgClassName
{
background-color: #4F098D;
}
</style>
border-color css
<style>
span { border-color: #4F098D; }
span { border-color: rgb(79,9,141); }
td.TdClassName
{
border-color: #4F098D;
}
.TagClassName
{
border-color: #4F098D;
}
</style>