Shades of Indigo #4F0093
Tints of Indigo #4F0093
RGB
CMYK
RGB Variations
Color information
#4F0093 (or 0x4F0093) is known color: Indigo. HEX triplet: 4F, 00 and 93. RGB value is (79,0,147). Sum of RGB (Red+Green+Blue) = 79+0+147=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0093 is #B0FF6C. Grayscale: #272727. Windows color (decimal): -11599725 or 9633871. OLE color: 9633871.
HSL color Cylindrical-coordinate representation of color #4F0093: hue angle of 272.24º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0093 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 0 | 147 | - |
| CMYK | 0.46 | 1 | 0 | 0.42 |
| HSL | 272.24º | 1% | 0.29% | - |
| HSV(B) | 272.24º | 1% | 0.58% | - |
| XYZ | 8.49 | 3.77 | 27.88 | - |
| YUV | 40.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 147 | 0.46 | 1 | 0 | 0.42 | 272.24 | 1 | 0.29 |
| Hex | 4F | 0 | 93 | 2E | 64 | 0 | 2A | 110 | 64 | 1D |
| Octal | 117 | 0 | 223 | 56 | 144 | 0 | 52 | 420 | 144 | 35 |
| Binary | 1001111 | 0 | 10010011 | 101110 | 1100100 | 0 | 101010 | 100010000 | 1100100 | 11101 |
Color Harmonies of #4F0093
Complementary color
Monochromatic Colors of #4F0093
Black with #4F0093
Text Example
Text Example
White with #4F0093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0093; }
p { color: rgb(79,0,147); }
H1.HeaderClassName
{
color: #4F0093;
}
.AnyTagClassName
{
color: #4F0093;
}
</style>
background-color css
<style>
a { background-color: #4F0093; }
a { background-color: rgb(79,0,147); }
div.DivClassName
{
background-color: #4F0093;
}
.BgClassName
{
background-color: #4F0093;
}
</style>
border-color css
<style>
span { border-color: #4F0093; }
span { border-color: rgb(79,0,147); }
td.TdClassName
{
border-color: #4F0093;
}
.TagClassName
{
border-color: #4F0093;
}
</style>