Shades of Indigo #4F159A
Tints of Indigo #4F159A
RGB
CMYK
RGB Variations
Color information
#4F159A (or 0x4F159A) is known color: Indigo. HEX triplet: 4F, 15 and 9A. RGB value is (79,21,154). Sum of RGB (Red+Green+Blue) = 79+21+154=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F159A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F159A is #B0EA65. Grayscale: #353535. Windows color (decimal): -11594342 or 10097999. OLE color: 10097999.
HSL color Cylindrical-coordinate representation of color #4F159A: hue angle of 266.17º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F159A is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 21 | 154 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.40 |
| HSL | 266.17º | 0.76% | 0.34% | - |
| HSV(B) | 266.17º | 0.86% | 0.6% | - |
| XYZ | 9.33 | 4.53 | 30.96 | - |
| YUV | 53.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 154 | 0.49 | 0.86 | 0 | 0.40 | 266.17 | 0.76 | 0.34 |
| Hex | 4F | 15 | 9A | 31 | 56 | 0 | 28 | 10A | 4C | 22 |
| Octal | 117 | 25 | 232 | 61 | 126 | 0 | 50 | 412 | 114 | 42 |
| Binary | 1001111 | 10101 | 10011010 | 110001 | 1010110 | 0 | 101000 | 100001010 | 1001100 | 100010 |
Color Harmonies of #4F159A
Complementary color
Monochromatic Colors of #4F159A
Black with #4F159A
Text Example
Text Example
White with #4F159A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F159A; }
p { color: rgb(79,21,154); }
H1.HeaderClassName
{
color: #4F159A;
}
.AnyTagClassName
{
color: #4F159A;
}
</style>
background-color css
<style>
a { background-color: #4F159A; }
a { background-color: rgb(79,21,154); }
div.DivClassName
{
background-color: #4F159A;
}
.BgClassName
{
background-color: #4F159A;
}
</style>
border-color css
<style>
span { border-color: #4F159A; }
span { border-color: rgb(79,21,154); }
td.TdClassName
{
border-color: #4F159A;
}
.TagClassName
{
border-color: #4F159A;
}
</style>