Shades of Indigo #4F199C
Tints of Indigo #4F199C
RGB
CMYK
RGB Variations
Color information
#4F199C (or 0x4F199C) is known color: Indigo. HEX triplet: 4F, 19 and 9C. RGB value is (79,25,156). Sum of RGB (Red+Green+Blue) = 79+25+156=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F199C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F199C is #B0E663. Grayscale: #373737. Windows color (decimal): -11593316 or 10230095. OLE color: 10230095.
HSL color Cylindrical-coordinate representation of color #4F199C: hue angle of 264.73º 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 #4F199C is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 25 | 156 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.39 |
| HSL | 264.73º | 0.72% | 0.35% | - |
| HSV(B) | 264.73º | 0.84% | 0.61% | - |
| XYZ | 9.57 | 4.76 | 31.87 | - |
| YUV | 56.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 156 | 0.49 | 0.84 | 0 | 0.39 | 264.73 | 0.72 | 0.35 |
| Hex | 4F | 19 | 9C | 31 | 54 | 0 | 27 | 109 | 48 | 23 |
| Octal | 117 | 31 | 234 | 61 | 124 | 0 | 47 | 411 | 110 | 43 |
| Binary | 1001111 | 11001 | 10011100 | 110001 | 1010100 | 0 | 100111 | 100001001 | 1001000 | 100011 |
Color Harmonies of #4F199C
Complementary color
Monochromatic Colors of #4F199C
Black with #4F199C
Text Example
Text Example
White with #4F199C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F199C; }
p { color: rgb(79,25,156); }
H1.HeaderClassName
{
color: #4F199C;
}
.AnyTagClassName
{
color: #4F199C;
}
</style>
background-color css
<style>
a { background-color: #4F199C; }
a { background-color: rgb(79,25,156); }
div.DivClassName
{
background-color: #4F199C;
}
.BgClassName
{
background-color: #4F199C;
}
</style>
border-color css
<style>
span { border-color: #4F199C; }
span { border-color: rgb(79,25,156); }
td.TdClassName
{
border-color: #4F199C;
}
.TagClassName
{
border-color: #4F199C;
}
</style>