Shades of Indigo #4F0893
Tints of Indigo #4F0893
RGB
CMYK
RGB Variations
Color information
#4F0893 (or 0x4F0893) is known color: Indigo. HEX triplet: 4F, 08 and 93. RGB value is (79,8,147). Sum of RGB (Red+Green+Blue) = 79+8+147=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 147 (57.81% from 255 or 62.82% from 234); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F0893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0893 is #B0F76C. Grayscale: #2C2C2C. Windows color (decimal): -11597677 or 9635919. OLE color: 9635919.
HSL color Cylindrical-coordinate representation of color #4F0893: hue angle of 270.65º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F0893 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 8 | 147 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.42 |
| HSL | 270.65º | 0.9% | 0.3% | - |
| HSV(B) | 270.65º | 0.95% | 0.58% | - |
| XYZ | 8.58 | 3.94 | 27.91 | - |
| YUV | 45.08 | 185.52 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 8 | 147 | 0.46 | 0.95 | 0 | 0.42 | 270.65 | 0.9 | 0.3 |
| Hex | 4F | 8 | 93 | 2E | 5F | 0 | 2A | 10F | 5A | 1E |
| Octal | 117 | 10 | 223 | 56 | 137 | 0 | 52 | 417 | 132 | 36 |
| Binary | 1001111 | 1000 | 10010011 | 101110 | 1011111 | 0 | 101010 | 100001111 | 1011010 | 11110 |
Color Harmonies of #4F0893
Complementary color
Monochromatic Colors of #4F0893
Black with #4F0893
Text Example
Text Example
White with #4F0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0893; }
p { color: rgb(79,8,147); }
H1.HeaderClassName
{
color: #4F0893;
}
.AnyTagClassName
{
color: #4F0893;
}
</style>
background-color css
<style>
a { background-color: #4F0893; }
a { background-color: rgb(79,8,147); }
div.DivClassName
{
background-color: #4F0893;
}
.BgClassName
{
background-color: #4F0893;
}
</style>
border-color css
<style>
span { border-color: #4F0893; }
span { border-color: rgb(79,8,147); }
td.TdClassName
{
border-color: #4F0893;
}
.TagClassName
{
border-color: #4F0893;
}
</style>