Shades of Indigo #4F159B
Tints of Indigo #4F159B
RGB
CMYK
RGB Variations
Color information
#4F159B (or 0x4F159B) is known color: Indigo. HEX triplet: 4F, 15 and 9B. RGB value is (79,21,155). Sum of RGB (Red+Green+Blue) = 79+21+155=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 155 (60.94% from 255 or 60.78% from 255); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F159B is #B0EA64. Grayscale: #353535. Windows color (decimal): -11594341 or 10163535. OLE color: 10163535.
HSL color Cylindrical-coordinate representation of color #4F159B: hue angle of 265.97º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F159B is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 79 | 21 | 155 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.39 |
| HSL | 265.97º | 0.76% | 0.35% | - |
| HSV(B) | 265.97º | 0.86% | 0.61% | - |
| XYZ | 9.41 | 4.57 | 31.4 | - |
| YUV | 53.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 155 | 0.49 | 0.86 | 0 | 0.39 | 265.97 | 0.76 | 0.35 |
| Hex | 4F | 15 | 9B | 31 | 56 | 0 | 27 | 10A | 4C | 23 |
| Octal | 117 | 25 | 233 | 61 | 126 | 0 | 47 | 412 | 114 | 43 |
| Binary | 1001111 | 10101 | 10011011 | 110001 | 1010110 | 0 | 100111 | 100001010 | 1001100 | 100011 |
Color Harmonies of #4F159B
Complementary color
Monochromatic Colors of #4F159B
Black with #4F159B
Text Example
Text Example
White with #4F159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F159B; }
p { color: rgb(79,21,155); }
H1.HeaderClassName
{
color: #4F159B;
}
.AnyTagClassName
{
color: #4F159B;
}
</style>
background-color css
<style>
a { background-color: #4F159B; }
a { background-color: rgb(79,21,155); }
div.DivClassName
{
background-color: #4F159B;
}
.BgClassName
{
background-color: #4F159B;
}
</style>
border-color css
<style>
span { border-color: #4F159B; }
span { border-color: rgb(79,21,155); }
td.TdClassName
{
border-color: #4F159B;
}
.TagClassName
{
border-color: #4F159B;
}
</style>