Shades of Indigo #4F1578
Tints of Indigo #4F1578
RGB
CMYK
RGB Variations
Color information
#4F1578 (or 0x4F1578) is known color: Indigo. HEX triplet: 4F, 15 and 78. RGB value is (79,21,120). Sum of RGB (Red+Green+Blue) = 79+21+120=220 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.91% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #4F1578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1578 is #B0EA87. Grayscale: #313131. Windows color (decimal): -11594376 or 7869775. OLE color: 7869775.
HSL color Cylindrical-coordinate representation of color #4F1578: hue angle of 275.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F1578 is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 79 | 21 | 120 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.53 |
| HSL | 275.15º | 0.7% | 0.28% | - |
| HSV(B) | 275.15º | 0.83% | 0.47% | - |
| XYZ | 6.88 | 3.55 | 18.09 | - |
| YUV | 49.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 120 | 0.34 | 0.83 | 0 | 0.53 | 275.15 | 0.7 | 0.28 |
| Hex | 4F | 15 | 78 | 22 | 53 | 0 | 35 | 113 | 46 | 1C |
| Octal | 117 | 25 | 170 | 42 | 123 | 0 | 65 | 423 | 106 | 34 |
| Binary | 1001111 | 10101 | 1111000 | 100010 | 1010011 | 0 | 110101 | 100010011 | 1000110 | 11100 |
Color Harmonies of #4F1578
Complementary color
Monochromatic Colors of #4F1578
Black with #4F1578
Text Example
Text Example
White with #4F1578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1578; }
p { color: rgb(79,21,120); }
H1.HeaderClassName
{
color: #4F1578;
}
.AnyTagClassName
{
color: #4F1578;
}
</style>
background-color css
<style>
a { background-color: #4F1578; }
a { background-color: rgb(79,21,120); }
div.DivClassName
{
background-color: #4F1578;
}
.BgClassName
{
background-color: #4F1578;
}
</style>
border-color css
<style>
span { border-color: #4F1578; }
span { border-color: rgb(79,21,120); }
td.TdClassName
{
border-color: #4F1578;
}
.TagClassName
{
border-color: #4F1578;
}
</style>