Shades of Indigo #4F189D
Tints of Indigo #4F189D
RGB
CMYK
RGB Variations
Color information
#4F189D (or 0x4F189D) is known color: Indigo. HEX triplet: 4F, 18 and 9D. RGB value is (79,24,157). Sum of RGB (Red+Green+Blue) = 79+24+157=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F189D is #B0E762. Grayscale: #373737. Windows color (decimal): -11593571 or 10295375. OLE color: 10295375.
HSL color Cylindrical-coordinate representation of color #4F189D: hue angle of 264.81º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F189D is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 24 | 157 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.38 |
| HSL | 264.81º | 0.73% | 0.35% | - |
| HSV(B) | 264.81º | 0.85% | 0.62% | - |
| XYZ | 9.64 | 4.75 | 32.31 | - |
| YUV | 55.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 157 | 0.50 | 0.85 | 0 | 0.38 | 264.81 | 0.73 | 0.35 |
| Hex | 4F | 18 | 9D | 32 | 55 | 0 | 26 | 109 | 49 | 23 |
| Octal | 117 | 30 | 235 | 62 | 125 | 0 | 46 | 411 | 111 | 43 |
| Binary | 1001111 | 11000 | 10011101 | 110010 | 1010101 | 0 | 100110 | 100001001 | 1001001 | 100011 |
Color Harmonies of #4F189D
Complementary color
Monochromatic Colors of #4F189D
Black with #4F189D
Text Example
Text Example
White with #4F189D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F189D; }
p { color: rgb(79,24,157); }
H1.HeaderClassName
{
color: #4F189D;
}
.AnyTagClassName
{
color: #4F189D;
}
</style>
background-color css
<style>
a { background-color: #4F189D; }
a { background-color: rgb(79,24,157); }
div.DivClassName
{
background-color: #4F189D;
}
.BgClassName
{
background-color: #4F189D;
}
</style>
border-color css
<style>
span { border-color: #4F189D; }
span { border-color: rgb(79,24,157); }
td.TdClassName
{
border-color: #4F189D;
}
.TagClassName
{
border-color: #4F189D;
}
</style>