Shades of Indigo #4F088A
Tints of Indigo #4F088A
RGB
CMYK
RGB Variations
Color information
#4F088A (or 0x4F088A) is known color: Indigo. HEX triplet: 4F, 08 and 8A. RGB value is (79,8,138). Sum of RGB (Red+Green+Blue) = 79+8+138=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 138 (54.30% from 255 or 61.33% from 225); Max value from RGB is 138 - color contains mainly: blue. Hex color #4F088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F088A is #B0F775. Grayscale: #2B2B2B. Windows color (decimal): -11597686 or 9046095. OLE color: 9046095.
HSL color Cylindrical-coordinate representation of color #4F088A: hue angle of 272.77º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F088A is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 8 | 138 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.46 |
| HSL | 272.77º | 0.89% | 0.29% | - |
| HSV(B) | 272.77º | 0.94% | 0.54% | - |
| XYZ | 7.9 | 3.67 | 24.34 | - |
| YUV | 44.05 | 181.02 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 138 | 0.43 | 0.94 | 0 | 0.46 | 272.77 | 0.89 | 0.29 |
| Hex | 4F | 8 | 8A | 2B | 5E | 0 | 2E | 111 | 59 | 1D |
| Octal | 117 | 10 | 212 | 53 | 136 | 0 | 56 | 421 | 131 | 35 |
| Binary | 1001111 | 1000 | 10001010 | 101011 | 1011110 | 0 | 101110 | 100010001 | 1011001 | 11101 |
Color Harmonies of #4F088A
Complementary color
Monochromatic Colors of #4F088A
Black with #4F088A
Text Example
Text Example
White with #4F088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F088A; }
p { color: rgb(79,8,138); }
H1.HeaderClassName
{
color: #4F088A;
}
.AnyTagClassName
{
color: #4F088A;
}
</style>
background-color css
<style>
a { background-color: #4F088A; }
a { background-color: rgb(79,8,138); }
div.DivClassName
{
background-color: #4F088A;
}
.BgClassName
{
background-color: #4F088A;
}
</style>
border-color css
<style>
span { border-color: #4F088A; }
span { border-color: rgb(79,8,138); }
td.TdClassName
{
border-color: #4F088A;
}
.TagClassName
{
border-color: #4F088A;
}
</style>