Shades of Indigo #4F0981
Tints of Indigo #4F0981
RGB
CMYK
RGB Variations
Color information
#4F0981 (or 0x4F0981) is known color: Indigo. HEX triplet: 4F, 09 and 81. RGB value is (79,9,129). Sum of RGB (Red+Green+Blue) = 79+9+129=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #4F0981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0981 is #B0F67E. Grayscale: #2B2B2B. Windows color (decimal): -11597439 or 8456527. OLE color: 8456527.
HSL color Cylindrical-coordinate representation of color #4F0981: hue angle of 275º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0981 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 9 | 129 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.49 |
| HSL | 275º | 0.87% | 0.27% | - |
| HSV(B) | 275º | 0.93% | 0.51% | - |
| XYZ | 7.28 | 3.44 | 21.05 | - |
| YUV | 43.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 129 | 0.39 | 0.93 | 0 | 0.49 | 275 | 0.87 | 0.27 |
| Hex | 4F | 9 | 81 | 27 | 5D | 0 | 31 | 113 | 57 | 1B |
| Octal | 117 | 11 | 201 | 47 | 135 | 0 | 61 | 423 | 127 | 33 |
| Binary | 1001111 | 1001 | 10000001 | 100111 | 1011101 | 0 | 110001 | 100010011 | 1010111 | 11011 |
Color Harmonies of #4F0981
Complementary color
Monochromatic Colors of #4F0981
Black with #4F0981
Text Example
Text Example
White with #4F0981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0981; }
p { color: rgb(79,9,129); }
H1.HeaderClassName
{
color: #4F0981;
}
.AnyTagClassName
{
color: #4F0981;
}
</style>
background-color css
<style>
a { background-color: #4F0981; }
a { background-color: rgb(79,9,129); }
div.DivClassName
{
background-color: #4F0981;
}
.BgClassName
{
background-color: #4F0981;
}
</style>
border-color css
<style>
span { border-color: #4F0981; }
span { border-color: rgb(79,9,129); }
td.TdClassName
{
border-color: #4F0981;
}
.TagClassName
{
border-color: #4F0981;
}
</style>