Shades of Indigo #4F1990
Tints of Indigo #4F1990
RGB
CMYK
RGB Variations
Color information
#4F1990 (or 0x4F1990) is known color: Indigo. HEX triplet: 4F, 19 and 90. RGB value is (79,25,144). Sum of RGB (Red+Green+Blue) = 79+25+144=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #4F1990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1990 is #B0E66F. Grayscale: #363636. Windows color (decimal): -11593328 or 9443663. OLE color: 9443663.
HSL color Cylindrical-coordinate representation of color #4F1990: hue angle of 267.23º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F1990 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 25 | 144 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.44 |
| HSL | 267.23º | 0.7% | 0.33% | - |
| HSV(B) | 267.23º | 0.83% | 0.56% | - |
| XYZ | 8.61 | 4.37 | 26.78 | - |
| YUV | 54.71 | 178.39 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 144 | 0.45 | 0.83 | 0 | 0.44 | 267.23 | 0.7 | 0.33 |
| Hex | 4F | 19 | 90 | 2D | 53 | 0 | 2C | 10B | 46 | 21 |
| Octal | 117 | 31 | 220 | 55 | 123 | 0 | 54 | 413 | 106 | 41 |
| Binary | 1001111 | 11001 | 10010000 | 101101 | 1010011 | 0 | 101100 | 100001011 | 1000110 | 100001 |
Color Harmonies of #4F1990
Complementary color
Monochromatic Colors of #4F1990
Black with #4F1990
Text Example
Text Example
White with #4F1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1990; }
p { color: rgb(79,25,144); }
H1.HeaderClassName
{
color: #4F1990;
}
.AnyTagClassName
{
color: #4F1990;
}
</style>
background-color css
<style>
a { background-color: #4F1990; }
a { background-color: rgb(79,25,144); }
div.DivClassName
{
background-color: #4F1990;
}
.BgClassName
{
background-color: #4F1990;
}
</style>
border-color css
<style>
span { border-color: #4F1990; }
span { border-color: rgb(79,25,144); }
td.TdClassName
{
border-color: #4F1990;
}
.TagClassName
{
border-color: #4F1990;
}
</style>