Shades of Indigo #4F0461
Tints of Indigo #4F0461
RGB
CMYK
RGB Variations
Color information
#4F0461 (or 0x4F0461) is known color: Indigo. HEX triplet: 4F, 04 and 61. RGB value is (79,4,97). Sum of RGB (Red+Green+Blue) = 79+4+97=180 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.89% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F0461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0461 is #B0FB9E. Grayscale: #242424. Windows color (decimal): -11598751 or 6358095. OLE color: 6358095.
HSL color Cylindrical-coordinate representation of color #4F0461: hue angle of 288.39º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F0461 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 4 | 97 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.62 |
| HSL | 288.39º | 0.92% | 0.2% | - |
| HSV(B) | 288.39º | 0.96% | 0.38% | - |
| XYZ | 5.43 | 2.61 | 11.53 | - |
| YUV | 37.03 | 161.85 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 4 | 97 | 0.19 | 0.96 | 0 | 0.62 | 288.39 | 0.92 | 0.2 |
| Hex | 4F | 4 | 61 | 13 | 60 | 0 | 3E | 120 | 5C | 14 |
| Octal | 117 | 4 | 141 | 23 | 140 | 0 | 76 | 440 | 134 | 24 |
| Binary | 1001111 | 100 | 1100001 | 10011 | 1100000 | 0 | 111110 | 100100000 | 1011100 | 10100 |
Color Harmonies of #4F0461
Complementary color
Monochromatic Colors of #4F0461
Black with #4F0461
Text Example
Text Example
White with #4F0461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0461; }
p { color: rgb(79,4,97); }
H1.HeaderClassName
{
color: #4F0461;
}
.AnyTagClassName
{
color: #4F0461;
}
</style>
background-color css
<style>
a { background-color: #4F0461; }
a { background-color: rgb(79,4,97); }
div.DivClassName
{
background-color: #4F0461;
}
.BgClassName
{
background-color: #4F0461;
}
</style>
border-color css
<style>
span { border-color: #4F0461; }
span { border-color: rgb(79,4,97); }
td.TdClassName
{
border-color: #4F0461;
}
.TagClassName
{
border-color: #4F0461;
}
</style>