Shades of Indigo #4F089D
Tints of Indigo #4F089D
RGB
CMYK
RGB Variations
Color information
#4F089D (or 0x4F089D) is known color: Indigo. HEX triplet: 4F, 08 and 9D. RGB value is (79,8,157). Sum of RGB (Red+Green+Blue) = 79+8+157=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #4F089D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F089D is #B0F762. Grayscale: #2D2D2D. Windows color (decimal): -11597667 or 10291279. OLE color: 10291279.
HSL color Cylindrical-coordinate representation of color #4F089D: hue angle of 268.59º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F089D is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 8 | 157 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.38 |
| HSL | 268.59º | 0.9% | 0.32% | - |
| HSV(B) | 268.59º | 0.95% | 0.62% | - |
| XYZ | 9.4 | 4.27 | 32.23 | - |
| YUV | 46.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 157 | 0.50 | 0.95 | 0 | 0.38 | 268.59 | 0.9 | 0.32 |
| Hex | 4F | 8 | 9D | 32 | 5F | 0 | 26 | 10D | 5A | 20 |
| Octal | 117 | 10 | 235 | 62 | 137 | 0 | 46 | 415 | 132 | 40 |
| Binary | 1001111 | 1000 | 10011101 | 110010 | 1011111 | 0 | 100110 | 100001101 | 1011010 | 100000 |
Color Harmonies of #4F089D
Complementary color
Monochromatic Colors of #4F089D
Black with #4F089D
Text Example
Text Example
White with #4F089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F089D; }
p { color: rgb(79,8,157); }
H1.HeaderClassName
{
color: #4F089D;
}
.AnyTagClassName
{
color: #4F089D;
}
</style>
background-color css
<style>
a { background-color: #4F089D; }
a { background-color: rgb(79,8,157); }
div.DivClassName
{
background-color: #4F089D;
}
.BgClassName
{
background-color: #4F089D;
}
</style>
border-color css
<style>
span { border-color: #4F089D; }
span { border-color: rgb(79,8,157); }
td.TdClassName
{
border-color: #4F089D;
}
.TagClassName
{
border-color: #4F089D;
}
</style>