Shades of Indigo #4F199B
Tints of Indigo #4F199B
RGB
CMYK
RGB Variations
Color information
#4F199B (or 0x4F199B) is known color: Indigo. HEX triplet: 4F, 19 and 9B. RGB value is (79,25,155). Sum of RGB (Red+Green+Blue) = 79+25+155=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F199B is #B0E664. Grayscale: #373737. Windows color (decimal): -11593317 or 10164559. OLE color: 10164559.
HSL color Cylindrical-coordinate representation of color #4F199B: hue angle of 264.92º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F199B is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 25 | 155 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.39 |
| HSL | 264.92º | 0.72% | 0.35% | - |
| HSV(B) | 264.92º | 0.84% | 0.61% | - |
| XYZ | 9.49 | 4.72 | 31.42 | - |
| YUV | 55.97 | 183.89 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 155 | 0.49 | 0.84 | 0 | 0.39 | 264.92 | 0.72 | 0.35 |
| Hex | 4F | 19 | 9B | 31 | 54 | 0 | 27 | 109 | 48 | 23 |
| Octal | 117 | 31 | 233 | 61 | 124 | 0 | 47 | 411 | 110 | 43 |
| Binary | 1001111 | 11001 | 10011011 | 110001 | 1010100 | 0 | 100111 | 100001001 | 1001000 | 100011 |
Color Harmonies of #4F199B
Complementary color
Monochromatic Colors of #4F199B
Black with #4F199B
Text Example
Text Example
White with #4F199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F199B; }
p { color: rgb(79,25,155); }
H1.HeaderClassName
{
color: #4F199B;
}
.AnyTagClassName
{
color: #4F199B;
}
</style>
background-color css
<style>
a { background-color: #4F199B; }
a { background-color: rgb(79,25,155); }
div.DivClassName
{
background-color: #4F199B;
}
.BgClassName
{
background-color: #4F199B;
}
</style>
border-color css
<style>
span { border-color: #4F199B; }
span { border-color: rgb(79,25,155); }
td.TdClassName
{
border-color: #4F199B;
}
.TagClassName
{
border-color: #4F199B;
}
</style>