Shades of Indigo #4F018E
Tints of Indigo #4F018E
RGB
CMYK
RGB Variations
Color information
#4F018E (or 0x4F018E) is known color: Indigo. HEX triplet: 4F, 01 and 8E. RGB value is (79,1,142). Sum of RGB (Red+Green+Blue) = 79+1+142=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #4F018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F018E is #B0FE71. Grayscale: #272727. Windows color (decimal): -11599474 or 9306447. OLE color: 9306447.
HSL color Cylindrical-coordinate representation of color #4F018E: hue angle of 273.19º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F018E is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 1 | 142 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.44 |
| HSL | 273.19º | 0.99% | 0.28% | - |
| HSV(B) | 273.19º | 0.99% | 0.56% | - |
| XYZ | 8.12 | 3.64 | 25.87 | - |
| YUV | 40.4 | 185.34 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 142 | 0.44 | 0.99 | 0 | 0.44 | 273.19 | 0.99 | 0.28 |
| Hex | 4F | 1 | 8E | 2C | 63 | 0 | 2C | 111 | 63 | 1C |
| Octal | 117 | 1 | 216 | 54 | 143 | 0 | 54 | 421 | 143 | 34 |
| Binary | 1001111 | 1 | 10001110 | 101100 | 1100011 | 0 | 101100 | 100010001 | 1100011 | 11100 |
Color Harmonies of #4F018E
Complementary color
Monochromatic Colors of #4F018E
Black with #4F018E
Text Example
Text Example
White with #4F018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F018E; }
p { color: rgb(79,1,142); }
H1.HeaderClassName
{
color: #4F018E;
}
.AnyTagClassName
{
color: #4F018E;
}
</style>
background-color css
<style>
a { background-color: #4F018E; }
a { background-color: rgb(79,1,142); }
div.DivClassName
{
background-color: #4F018E;
}
.BgClassName
{
background-color: #4F018E;
}
</style>
border-color css
<style>
span { border-color: #4F018E; }
span { border-color: rgb(79,1,142); }
td.TdClassName
{
border-color: #4F018E;
}
.TagClassName
{
border-color: #4F018E;
}
</style>