Shades of Indigo #4F0293
Tints of Indigo #4F0293
RGB
CMYK
RGB Variations
Color information
#4F0293 (or 0x4F0293) is known color: Indigo. HEX triplet: 4F, 02 and 93. RGB value is (79,2,147). Sum of RGB (Red+Green+Blue) = 79+2+147=228 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.65% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 147 (57.81% from 255 or 64.47% from 228); Max value from RGB is 147 - color contains mainly: blue. Hex color #4F0293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0293 is #B0FD6C. Grayscale: #292929. Windows color (decimal): -11599213 or 9634383. OLE color: 9634383.
HSL color Cylindrical-coordinate representation of color #4F0293: hue angle of 271.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0293 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 79 | 2 | 147 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.42 |
| HSL | 271.86º | 0.97% | 0.29% | - |
| HSV(B) | 271.86º | 0.99% | 0.58% | - |
| XYZ | 8.51 | 3.81 | 27.89 | - |
| YUV | 41.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 147 | 0.46 | 0.99 | 0 | 0.42 | 271.86 | 0.97 | 0.29 |
| Hex | 4F | 2 | 93 | 2E | 63 | 0 | 2A | 110 | 61 | 1D |
| Octal | 117 | 2 | 223 | 56 | 143 | 0 | 52 | 420 | 141 | 35 |
| Binary | 1001111 | 10 | 10010011 | 101110 | 1100011 | 0 | 101010 | 100010000 | 1100001 | 11101 |
Color Harmonies of #4F0293
Complementary color
Monochromatic Colors of #4F0293
Black with #4F0293
Text Example
Text Example
White with #4F0293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0293; }
p { color: rgb(79,2,147); }
H1.HeaderClassName
{
color: #4F0293;
}
.AnyTagClassName
{
color: #4F0293;
}
</style>
background-color css
<style>
a { background-color: #4F0293; }
a { background-color: rgb(79,2,147); }
div.DivClassName
{
background-color: #4F0293;
}
.BgClassName
{
background-color: #4F0293;
}
</style>
border-color css
<style>
span { border-color: #4F0293; }
span { border-color: rgb(79,2,147); }
td.TdClassName
{
border-color: #4F0293;
}
.TagClassName
{
border-color: #4F0293;
}
</style>