Shades of Indigo #4F089F
Tints of Indigo #4F089F
RGB
CMYK
RGB Variations
Color information
#4F089F (or 0x4F089F) is known color: Indigo. HEX triplet: 4F, 08 and 9F. RGB value is (79,8,159). Sum of RGB (Red+Green+Blue) = 79+8+159=246 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.11% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F089F is #B0F760. Grayscale: #2D2D2D. Windows color (decimal): -11597665 or 10422351. OLE color: 10422351.
HSL color Cylindrical-coordinate representation of color #4F089F: hue angle of 268.21º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F089F is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 8 | 159 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.38 |
| HSL | 268.21º | 0.9% | 0.33% | - |
| HSV(B) | 268.21º | 0.95% | 0.62% | - |
| XYZ | 9.57 | 4.34 | 33.13 | - |
| YUV | 46.44 | 191.52 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 159 | 0.50 | 0.95 | 0 | 0.38 | 268.21 | 0.9 | 0.33 |
| Hex | 4F | 8 | 9F | 32 | 5F | 0 | 26 | 10C | 5A | 21 |
| Octal | 117 | 10 | 237 | 62 | 137 | 0 | 46 | 414 | 132 | 41 |
| Binary | 1001111 | 1000 | 10011111 | 110010 | 1011111 | 0 | 100110 | 100001100 | 1011010 | 100001 |
Color Harmonies of #4F089F
Complementary color
Monochromatic Colors of #4F089F
Black with #4F089F
Text Example
Text Example
White with #4F089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F089F; }
p { color: rgb(79,8,159); }
H1.HeaderClassName
{
color: #4F089F;
}
.AnyTagClassName
{
color: #4F089F;
}
</style>
background-color css
<style>
a { background-color: #4F089F; }
a { background-color: rgb(79,8,159); }
div.DivClassName
{
background-color: #4F089F;
}
.BgClassName
{
background-color: #4F089F;
}
</style>
border-color css
<style>
span { border-color: #4F089F; }
span { border-color: rgb(79,8,159); }
td.TdClassName
{
border-color: #4F089F;
}
.TagClassName
{
border-color: #4F089F;
}
</style>