Shades of Indigo #4F099A
Tints of Indigo #4F099A
RGB
CMYK
RGB Variations
Color information
#4F099A (or 0x4F099A) is known color: Indigo. HEX triplet: 4F, 09 and 9A. RGB value is (79,9,154). Sum of RGB (Red+Green+Blue) = 79+9+154=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 154 (60.55% from 255 or 63.64% from 242); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F099A is #B0F665. Grayscale: #2D2D2D. Windows color (decimal): -11597414 or 10094927. OLE color: 10094927.
HSL color Cylindrical-coordinate representation of color #4F099A: hue angle of 268.97º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F099A is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 9 | 154 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.40 |
| HSL | 268.97º | 0.89% | 0.32% | - |
| HSV(B) | 268.97º | 0.94% | 0.6% | - |
| XYZ | 9.15 | 4.19 | 30.9 | - |
| YUV | 46.46 | 188.69 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 154 | 0.49 | 0.94 | 0 | 0.40 | 268.97 | 0.89 | 0.32 |
| Hex | 4F | 9 | 9A | 31 | 5E | 0 | 28 | 10D | 59 | 20 |
| Octal | 117 | 11 | 232 | 61 | 136 | 0 | 50 | 415 | 131 | 40 |
| Binary | 1001111 | 1001 | 10011010 | 110001 | 1011110 | 0 | 101000 | 100001101 | 1011001 | 100000 |
Color Harmonies of #4F099A
Complementary color
Monochromatic Colors of #4F099A
Black with #4F099A
Text Example
Text Example
White with #4F099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F099A; }
p { color: rgb(79,9,154); }
H1.HeaderClassName
{
color: #4F099A;
}
.AnyTagClassName
{
color: #4F099A;
}
</style>
background-color css
<style>
a { background-color: #4F099A; }
a { background-color: rgb(79,9,154); }
div.DivClassName
{
background-color: #4F099A;
}
.BgClassName
{
background-color: #4F099A;
}
</style>
border-color css
<style>
span { border-color: #4F099A; }
span { border-color: rgb(79,9,154); }
td.TdClassName
{
border-color: #4F099A;
}
.TagClassName
{
border-color: #4F099A;
}
</style>