Shades of Indigo #4F0F83
Tints of Indigo #4F0F83
RGB
CMYK
RGB Variations
Color information
#4F0F83 (or 0x4F0F83) is known color: Indigo. HEX triplet: 4F, 0F and 83. RGB value is (79,15,131). Sum of RGB (Red+Green+Blue) = 79+15+131=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F0F83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0F83 is #B0F07C. Grayscale: #2E2E2E. Windows color (decimal): -11595901 or 8589135. OLE color: 8589135.
HSL color Cylindrical-coordinate representation of color #4F0F83: hue angle of 273.1º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F0F83 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 15 | 131 | - |
| CMYK | 0.40 | 0.89 | 0 | 0.49 |
| HSL | 273.1º | 0.79% | 0.29% | - |
| HSV(B) | 273.1º | 0.89% | 0.51% | - |
| XYZ | 7.49 | 3.64 | 21.78 | - |
| YUV | 47.36 | 175.2 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 15 | 131 | 0.40 | 0.89 | 0 | 0.49 | 273.1 | 0.79 | 0.29 |
| Hex | 4F | F | 83 | 28 | 59 | 0 | 31 | 111 | 4F | 1D |
| Octal | 117 | 17 | 203 | 50 | 131 | 0 | 61 | 421 | 117 | 35 |
| Binary | 1001111 | 1111 | 10000011 | 101000 | 1011001 | 0 | 110001 | 100010001 | 1001111 | 11101 |
Color Harmonies of #4F0F83
Complementary color
Monochromatic Colors of #4F0F83
Black with #4F0F83
Text Example
Text Example
White with #4F0F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0F83; }
p { color: rgb(79,15,131); }
H1.HeaderClassName
{
color: #4F0F83;
}
.AnyTagClassName
{
color: #4F0F83;
}
</style>
background-color css
<style>
a { background-color: #4F0F83; }
a { background-color: rgb(79,15,131); }
div.DivClassName
{
background-color: #4F0F83;
}
.BgClassName
{
background-color: #4F0F83;
}
</style>
border-color css
<style>
span { border-color: #4F0F83; }
span { border-color: rgb(79,15,131); }
td.TdClassName
{
border-color: #4F0F83;
}
.TagClassName
{
border-color: #4F0F83;
}
</style>