Shades of Indigo #4F028A
Tints of Indigo #4F028A
RGB
CMYK
RGB Variations
Color information
#4F028A (or 0x4F028A) is known color: Indigo. HEX triplet: 4F, 02 and 8A. RGB value is (79,2,138). Sum of RGB (Red+Green+Blue) = 79+2+138=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F028A is #B0FD75. Grayscale: #282828. Windows color (decimal): -11599222 or 9044559. OLE color: 9044559.
HSL color Cylindrical-coordinate representation of color #4F028A: hue angle of 273.97º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F028A is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 2 | 138 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.46 |
| HSL | 273.97º | 0.97% | 0.27% | - |
| HSV(B) | 273.97º | 0.99% | 0.54% | - |
| XYZ | 7.83 | 3.54 | 24.32 | - |
| YUV | 40.53 | 183.01 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 138 | 0.43 | 0.99 | 0 | 0.46 | 273.97 | 0.97 | 0.27 |
| Hex | 4F | 2 | 8A | 2B | 63 | 0 | 2E | 112 | 61 | 1B |
| Octal | 117 | 2 | 212 | 53 | 143 | 0 | 56 | 422 | 141 | 33 |
| Binary | 1001111 | 10 | 10001010 | 101011 | 1100011 | 0 | 101110 | 100010010 | 1100001 | 11011 |
Color Harmonies of #4F028A
Complementary color
Monochromatic Colors of #4F028A
Black with #4F028A
Text Example
Text Example
White with #4F028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F028A; }
p { color: rgb(79,2,138); }
H1.HeaderClassName
{
color: #4F028A;
}
.AnyTagClassName
{
color: #4F028A;
}
</style>
background-color css
<style>
a { background-color: #4F028A; }
a { background-color: rgb(79,2,138); }
div.DivClassName
{
background-color: #4F028A;
}
.BgClassName
{
background-color: #4F028A;
}
</style>
border-color css
<style>
span { border-color: #4F028A; }
span { border-color: rgb(79,2,138); }
td.TdClassName
{
border-color: #4F028A;
}
.TagClassName
{
border-color: #4F028A;
}
</style>