Shades of Indigo #4F028F
Tints of Indigo #4F028F
RGB
CMYK
RGB Variations
Color information
#4F028F (or 0x4F028F) is known color: Indigo. HEX triplet: 4F, 02 and 8F. RGB value is (79,2,143). Sum of RGB (Red+Green+Blue) = 79+2+143=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #4F028F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F028F is #B0FD70. Grayscale: #282828. Windows color (decimal): -11599217 or 9372239. OLE color: 9372239.
HSL color Cylindrical-coordinate representation of color #4F028F: hue angle of 272.77º degrees, saturation: 0.97, 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 #4F028F is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 79 | 2 | 143 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.44 |
| HSL | 272.77º | 0.97% | 0.28% | - |
| HSV(B) | 272.77º | 0.99% | 0.56% | - |
| XYZ | 8.2 | 3.69 | 26.27 | - |
| YUV | 41.1 | 185.51 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 143 | 0.45 | 0.99 | 0 | 0.44 | 272.77 | 0.97 | 0.28 |
| Hex | 4F | 2 | 8F | 2D | 63 | 0 | 2C | 111 | 61 | 1C |
| Octal | 117 | 2 | 217 | 55 | 143 | 0 | 54 | 421 | 141 | 34 |
| Binary | 1001111 | 10 | 10001111 | 101101 | 1100011 | 0 | 101100 | 100010001 | 1100001 | 11100 |
Color Harmonies of #4F028F
Complementary color
Monochromatic Colors of #4F028F
Black with #4F028F
Text Example
Text Example
White with #4F028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F028F; }
p { color: rgb(79,2,143); }
H1.HeaderClassName
{
color: #4F028F;
}
.AnyTagClassName
{
color: #4F028F;
}
</style>
background-color css
<style>
a { background-color: #4F028F; }
a { background-color: rgb(79,2,143); }
div.DivClassName
{
background-color: #4F028F;
}
.BgClassName
{
background-color: #4F028F;
}
</style>
border-color css
<style>
span { border-color: #4F028F; }
span { border-color: rgb(79,2,143); }
td.TdClassName
{
border-color: #4F028F;
}
.TagClassName
{
border-color: #4F028F;
}
</style>