Shades of Indigo #4F189B
Tints of Indigo #4F189B
RGB
CMYK
RGB Variations
Color information
#4F189B (or 0x4F189B) is known color: Indigo. HEX triplet: 4F, 18 and 9B. RGB value is (79,24,155). Sum of RGB (Red+Green+Blue) = 79+24+155=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F189B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F189B is #B0E764. Grayscale: #363636. Windows color (decimal): -11593573 or 10164303. OLE color: 10164303.
HSL color Cylindrical-coordinate representation of color #4F189B: hue angle of 265.19º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F189B is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 24 | 155 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.39 |
| HSL | 265.19º | 0.73% | 0.35% | - |
| HSV(B) | 265.19º | 0.85% | 0.61% | - |
| XYZ | 9.47 | 4.68 | 31.42 | - |
| YUV | 55.38 | 184.22 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 155 | 0.49 | 0.85 | 0 | 0.39 | 265.19 | 0.73 | 0.35 |
| Hex | 4F | 18 | 9B | 31 | 55 | 0 | 27 | 109 | 49 | 23 |
| Octal | 117 | 30 | 233 | 61 | 125 | 0 | 47 | 411 | 111 | 43 |
| Binary | 1001111 | 11000 | 10011011 | 110001 | 1010101 | 0 | 100111 | 100001001 | 1001001 | 100011 |
Color Harmonies of #4F189B
Complementary color
Monochromatic Colors of #4F189B
Black with #4F189B
Text Example
Text Example
White with #4F189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F189B; }
p { color: rgb(79,24,155); }
H1.HeaderClassName
{
color: #4F189B;
}
.AnyTagClassName
{
color: #4F189B;
}
</style>
background-color css
<style>
a { background-color: #4F189B; }
a { background-color: rgb(79,24,155); }
div.DivClassName
{
background-color: #4F189B;
}
.BgClassName
{
background-color: #4F189B;
}
</style>
border-color css
<style>
span { border-color: #4F189B; }
span { border-color: rgb(79,24,155); }
td.TdClassName
{
border-color: #4F189B;
}
.TagClassName
{
border-color: #4F189B;
}
</style>