Shades of Indigo #4F0C89
Tints of Indigo #4F0C89
RGB
CMYK
RGB Variations
Color information
#4F0C89 (or 0x4F0C89) is known color: Indigo. HEX triplet: 4F, 0C and 89. RGB value is (79,12,137). Sum of RGB (Red+Green+Blue) = 79+12+137=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F0C89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0C89 is #B0F376. Grayscale: #2D2D2D. Windows color (decimal): -11596663 or 8981583. OLE color: 8981583.
HSL color Cylindrical-coordinate representation of color #4F0C89: hue angle of 272.16º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0C89 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 12 | 137 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.46 |
| HSL | 272.16º | 0.84% | 0.29% | - |
| HSV(B) | 272.16º | 0.91% | 0.54% | - |
| XYZ | 7.87 | 3.73 | 23.97 | - |
| YUV | 46.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 12 | 137 | 0.42 | 0.91 | 0 | 0.46 | 272.16 | 0.84 | 0.29 |
| Hex | 4F | C | 89 | 2A | 5B | 0 | 2E | 110 | 54 | 1D |
| Octal | 117 | 14 | 211 | 52 | 133 | 0 | 56 | 420 | 124 | 35 |
| Binary | 1001111 | 1100 | 10001001 | 101010 | 1011011 | 0 | 101110 | 100010000 | 1010100 | 11101 |
Color Harmonies of #4F0C89
Complementary color
Monochromatic Colors of #4F0C89
Black with #4F0C89
Text Example
Text Example
White with #4F0C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0C89; }
p { color: rgb(79,12,137); }
H1.HeaderClassName
{
color: #4F0C89;
}
.AnyTagClassName
{
color: #4F0C89;
}
</style>
background-color css
<style>
a { background-color: #4F0C89; }
a { background-color: rgb(79,12,137); }
div.DivClassName
{
background-color: #4F0C89;
}
.BgClassName
{
background-color: #4F0C89;
}
</style>
border-color css
<style>
span { border-color: #4F0C89; }
span { border-color: rgb(79,12,137); }
td.TdClassName
{
border-color: #4F0C89;
}
.TagClassName
{
border-color: #4F0C89;
}
</style>