Shades of Indigo #4F189C
Tints of Indigo #4F189C
RGB
CMYK
RGB Variations
Color information
#4F189C (or 0x4F189C) is known color: Indigo. HEX triplet: 4F, 18 and 9C. RGB value is (79,24,156). Sum of RGB (Red+Green+Blue) = 79+24+156=259 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.50% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #4F189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F189C is #B0E763. Grayscale: #373737. Windows color (decimal): -11593572 or 10229839. OLE color: 10229839.
HSL color Cylindrical-coordinate representation of color #4F189C: hue angle of 265º 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 #4F189C is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 24 | 156 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.39 |
| HSL | 265º | 0.73% | 0.35% | - |
| HSV(B) | 265º | 0.85% | 0.61% | - |
| XYZ | 9.55 | 4.72 | 31.86 | - |
| YUV | 55.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 156 | 0.49 | 0.85 | 0 | 0.39 | 265 | 0.73 | 0.35 |
| Hex | 4F | 18 | 9C | 31 | 55 | 0 | 27 | 109 | 49 | 23 |
| Octal | 117 | 30 | 234 | 61 | 125 | 0 | 47 | 411 | 111 | 43 |
| Binary | 1001111 | 11000 | 10011100 | 110001 | 1010101 | 0 | 100111 | 100001001 | 1001001 | 100011 |
Color Harmonies of #4F189C
Complementary color
Monochromatic Colors of #4F189C
Black with #4F189C
Text Example
Text Example
White with #4F189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F189C; }
p { color: rgb(79,24,156); }
H1.HeaderClassName
{
color: #4F189C;
}
.AnyTagClassName
{
color: #4F189C;
}
</style>
background-color css
<style>
a { background-color: #4F189C; }
a { background-color: rgb(79,24,156); }
div.DivClassName
{
background-color: #4F189C;
}
.BgClassName
{
background-color: #4F189C;
}
</style>
border-color css
<style>
span { border-color: #4F189C; }
span { border-color: rgb(79,24,156); }
td.TdClassName
{
border-color: #4F189C;
}
.TagClassName
{
border-color: #4F189C;
}
</style>