Shades of Indigo #4F0990
Tints of Indigo #4F0990
RGB
CMYK
RGB Variations
Color information
#4F0990 (or 0x4F0990) is known color: Indigo. HEX triplet: 4F, 09 and 90. RGB value is (79,9,144). Sum of RGB (Red+Green+Blue) = 79+9+144=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F0990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0990 is #B0F66F. Grayscale: #2C2C2C. Windows color (decimal): -11597424 or 9439567. OLE color: 9439567.
HSL color Cylindrical-coordinate representation of color #4F0990: hue angle of 271.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F0990 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 9 | 144 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.44 |
| HSL | 271.11º | 0.88% | 0.3% | - |
| HSV(B) | 271.11º | 0.94% | 0.56% | - |
| XYZ | 8.36 | 3.87 | 26.69 | - |
| YUV | 45.32 | 183.69 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 144 | 0.45 | 0.94 | 0 | 0.44 | 271.11 | 0.88 | 0.3 |
| Hex | 4F | 9 | 90 | 2D | 5E | 0 | 2C | 10F | 58 | 1E |
| Octal | 117 | 11 | 220 | 55 | 136 | 0 | 54 | 417 | 130 | 36 |
| Binary | 1001111 | 1001 | 10010000 | 101101 | 1011110 | 0 | 101100 | 100001111 | 1011000 | 11110 |
Color Harmonies of #4F0990
Complementary color
Monochromatic Colors of #4F0990
Black with #4F0990
Text Example
Text Example
White with #4F0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0990; }
p { color: rgb(79,9,144); }
H1.HeaderClassName
{
color: #4F0990;
}
.AnyTagClassName
{
color: #4F0990;
}
</style>
background-color css
<style>
a { background-color: #4F0990; }
a { background-color: rgb(79,9,144); }
div.DivClassName
{
background-color: #4F0990;
}
.BgClassName
{
background-color: #4F0990;
}
</style>
border-color css
<style>
span { border-color: #4F0990; }
span { border-color: rgb(79,9,144); }
td.TdClassName
{
border-color: #4F0990;
}
.TagClassName
{
border-color: #4F0990;
}
</style>