Shades of Indigo #4F1887
Tints of Indigo #4F1887
RGB
CMYK
RGB Variations
Color information
#4F1887 (or 0x4F1887) is known color: Indigo. HEX triplet: 4F, 18 and 87. RGB value is (79,24,135). Sum of RGB (Red+Green+Blue) = 79+24+135=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #4F1887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1887 is #B0E778. Grayscale: #343434. Windows color (decimal): -11593593 or 8853583. OLE color: 8853583.
HSL color Cylindrical-coordinate representation of color #4F1887: hue angle of 269.73º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1887 is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 79 | 24 | 135 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.47 |
| HSL | 269.73º | 0.7% | 0.31% | - |
| HSV(B) | 269.73º | 0.82% | 0.53% | - |
| XYZ | 7.92 | 4.06 | 23.29 | - |
| YUV | 53.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 24 | 135 | 0.41 | 0.82 | 0 | 0.47 | 269.73 | 0.7 | 0.31 |
| Hex | 4F | 18 | 87 | 29 | 52 | 0 | 2F | 10E | 46 | 1F |
| Octal | 117 | 30 | 207 | 51 | 122 | 0 | 57 | 416 | 106 | 37 |
| Binary | 1001111 | 11000 | 10000111 | 101001 | 1010010 | 0 | 101111 | 100001110 | 1000110 | 11111 |
Color Harmonies of #4F1887
Complementary color
Monochromatic Colors of #4F1887
Black with #4F1887
Text Example
Text Example
White with #4F1887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1887; }
p { color: rgb(79,24,135); }
H1.HeaderClassName
{
color: #4F1887;
}
.AnyTagClassName
{
color: #4F1887;
}
</style>
background-color css
<style>
a { background-color: #4F1887; }
a { background-color: rgb(79,24,135); }
div.DivClassName
{
background-color: #4F1887;
}
.BgClassName
{
background-color: #4F1887;
}
</style>
border-color css
<style>
span { border-color: #4F1887; }
span { border-color: rgb(79,24,135); }
td.TdClassName
{
border-color: #4F1887;
}
.TagClassName
{
border-color: #4F1887;
}
</style>