Shades of Indigo #4F0988
Tints of Indigo #4F0988
RGB
CMYK
RGB Variations
Color information
#4F0988 (or 0x4F0988) is known color: Indigo. HEX triplet: 4F, 09 and 88. RGB value is (79,9,136). Sum of RGB (Red+Green+Blue) = 79+9+136=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 136 (53.52% from 255 or 60.71% from 224); Max value from RGB is 136 - color contains mainly: blue. Hex color #4F0988 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0988 is #B0F677. Grayscale: #2B2B2B. Windows color (decimal): -11597432 or 8915279. OLE color: 8915279.
HSL color Cylindrical-coordinate representation of color #4F0988: hue angle of 273.07º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0988 is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 9 | 136 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.47 |
| HSL | 273.07º | 0.88% | 0.28% | - |
| HSV(B) | 273.07º | 0.93% | 0.53% | - |
| XYZ | 7.77 | 3.64 | 23.58 | - |
| YUV | 44.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 136 | 0.42 | 0.93 | 0 | 0.47 | 273.07 | 0.88 | 0.28 |
| Hex | 4F | 9 | 88 | 2A | 5D | 0 | 2F | 111 | 58 | 1C |
| Octal | 117 | 11 | 210 | 52 | 135 | 0 | 57 | 421 | 130 | 34 |
| Binary | 1001111 | 1001 | 10001000 | 101010 | 1011101 | 0 | 101111 | 100010001 | 1011000 | 11100 |
Color Harmonies of #4F0988
Complementary color
Monochromatic Colors of #4F0988
Black with #4F0988
Text Example
Text Example
White with #4F0988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0988; }
p { color: rgb(79,9,136); }
H1.HeaderClassName
{
color: #4F0988;
}
.AnyTagClassName
{
color: #4F0988;
}
</style>
background-color css
<style>
a { background-color: #4F0988; }
a { background-color: rgb(79,9,136); }
div.DivClassName
{
background-color: #4F0988;
}
.BgClassName
{
background-color: #4F0988;
}
</style>
border-color css
<style>
span { border-color: #4F0988; }
span { border-color: rgb(79,9,136); }
td.TdClassName
{
border-color: #4F0988;
}
.TagClassName
{
border-color: #4F0988;
}
</style>