Shades of Indigo #4F0982
Tints of Indigo #4F0982
RGB
CMYK
RGB Variations
Color information
#4F0982 (or 0x4F0982) is known color: Indigo. HEX triplet: 4F, 09 and 82. RGB value is (79,9,130). Sum of RGB (Red+Green+Blue) = 79+9+130=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F0982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0982 is #B0F67D. Grayscale: #2B2B2B. Windows color (decimal): -11597438 or 8522063. OLE color: 8522063.
HSL color Cylindrical-coordinate representation of color #4F0982: hue angle of 274.71º 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 #4F0982 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 9 | 130 | - |
| CMYK | 0.39 | 0.93 | 0 | 0.49 |
| HSL | 274.71º | 0.87% | 0.27% | - |
| HSV(B) | 274.71º | 0.93% | 0.51% | - |
| XYZ | 7.35 | 3.47 | 21.4 | - |
| YUV | 43.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 9 | 130 | 0.39 | 0.93 | 0 | 0.49 | 274.71 | 0.87 | 0.27 |
| Hex | 4F | 9 | 82 | 27 | 5D | 0 | 31 | 113 | 57 | 1B |
| Octal | 117 | 11 | 202 | 47 | 135 | 0 | 61 | 423 | 127 | 33 |
| Binary | 1001111 | 1001 | 10000010 | 100111 | 1011101 | 0 | 110001 | 100010011 | 1010111 | 11011 |
Color Harmonies of #4F0982
Complementary color
Monochromatic Colors of #4F0982
Black with #4F0982
Text Example
Text Example
White with #4F0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0982; }
p { color: rgb(79,9,130); }
H1.HeaderClassName
{
color: #4F0982;
}
.AnyTagClassName
{
color: #4F0982;
}
</style>
background-color css
<style>
a { background-color: #4F0982; }
a { background-color: rgb(79,9,130); }
div.DivClassName
{
background-color: #4F0982;
}
.BgClassName
{
background-color: #4F0982;
}
</style>
border-color css
<style>
span { border-color: #4F0982; }
span { border-color: rgb(79,9,130); }
td.TdClassName
{
border-color: #4F0982;
}
.TagClassName
{
border-color: #4F0982;
}
</style>