Shades of Indigo #4F0092
Tints of Indigo #4F0092
RGB
CMYK
RGB Variations
Color information
#4F0092 (or 0x4F0092) is known color: Indigo. HEX triplet: 4F, 00 and 92. RGB value is (79,0,146). Sum of RGB (Red+Green+Blue) = 79+0+146=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F0092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0092 is #B0FF6D. Grayscale: #272727. Windows color (decimal): -11599726 or 9568335. OLE color: 9568335.
HSL color Cylindrical-coordinate representation of color #4F0092: hue angle of 272.47º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4F0092 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 79 | 0 | 146 | - |
| CMYK | 0.46 | 1 | 0 | 0.43 |
| HSL | 272.47º | 1% | 0.29% | - |
| HSV(B) | 272.47º | 1% | 0.57% | - |
| XYZ | 8.41 | 3.74 | 27.47 | - |
| YUV | 40.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 0 | 146 | 0.46 | 1 | 0 | 0.43 | 272.47 | 1 | 0.29 |
| Hex | 4F | 0 | 92 | 2E | 64 | 0 | 2B | 110 | 64 | 1D |
| Octal | 117 | 0 | 222 | 56 | 144 | 0 | 53 | 420 | 144 | 35 |
| Binary | 1001111 | 0 | 10010010 | 101110 | 1100100 | 0 | 101011 | 100010000 | 1100100 | 11101 |
Color Harmonies of #4F0092
Complementary color
Monochromatic Colors of #4F0092
Black with #4F0092
Text Example
Text Example
White with #4F0092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0092; }
p { color: rgb(79,0,146); }
H1.HeaderClassName
{
color: #4F0092;
}
.AnyTagClassName
{
color: #4F0092;
}
</style>
background-color css
<style>
a { background-color: #4F0092; }
a { background-color: rgb(79,0,146); }
div.DivClassName
{
background-color: #4F0092;
}
.BgClassName
{
background-color: #4F0092;
}
</style>
border-color css
<style>
span { border-color: #4F0092; }
span { border-color: rgb(79,0,146); }
td.TdClassName
{
border-color: #4F0092;
}
.TagClassName
{
border-color: #4F0092;
}
</style>