Shades of Indigo #4F0789
Tints of Indigo #4F0789
RGB
CMYK
RGB Variations
Color information
#4F0789 (or 0x4F0789) is known color: Indigo. HEX triplet: 4F, 07 and 89. RGB value is (79,7,137). Sum of RGB (Red+Green+Blue) = 79+7+137=223 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.43% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F0789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0789 is #B0F876. Grayscale: #2A2A2A. Windows color (decimal): -11597943 or 8980303. OLE color: 8980303.
HSL color Cylindrical-coordinate representation of color #4F0789: hue angle of 273.23º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0789 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 7 | 137 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.46 |
| HSL | 273.23º | 0.9% | 0.28% | - |
| HSV(B) | 273.23º | 0.95% | 0.54% | - |
| XYZ | 7.82 | 3.62 | 23.95 | - |
| YUV | 43.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 7 | 137 | 0.42 | 0.95 | 0 | 0.46 | 273.23 | 0.9 | 0.28 |
| Hex | 4F | 7 | 89 | 2A | 5F | 0 | 2E | 111 | 5A | 1C |
| Octal | 117 | 7 | 211 | 52 | 137 | 0 | 56 | 421 | 132 | 34 |
| Binary | 1001111 | 111 | 10001001 | 101010 | 1011111 | 0 | 101110 | 100010001 | 1011010 | 11100 |
Color Harmonies of #4F0789
Complementary color
Monochromatic Colors of #4F0789
Black with #4F0789
Text Example
Text Example
White with #4F0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0789; }
p { color: rgb(79,7,137); }
H1.HeaderClassName
{
color: #4F0789;
}
.AnyTagClassName
{
color: #4F0789;
}
</style>
background-color css
<style>
a { background-color: #4F0789; }
a { background-color: rgb(79,7,137); }
div.DivClassName
{
background-color: #4F0789;
}
.BgClassName
{
background-color: #4F0789;
}
</style>
border-color css
<style>
span { border-color: #4F0789; }
span { border-color: rgb(79,7,137); }
td.TdClassName
{
border-color: #4F0789;
}
.TagClassName
{
border-color: #4F0789;
}
</style>