Shades of Indigo #4F147B
Tints of Indigo #4F147B
RGB
CMYK
RGB Variations
Color information
#4F147B (or 0x4F147B) is known color: Indigo. HEX triplet: 4F, 14 and 7B. RGB value is (79,20,123). Sum of RGB (Red+Green+Blue) = 79+20+123=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #4F147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F147B is #B0EB84. Grayscale: #313131. Windows color (decimal): -11594629 or 8066127. OLE color: 8066127.
HSL color Cylindrical-coordinate representation of color #4F147B: hue angle of 274.37º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F147B is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 79 | 20 | 123 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.52 |
| HSL | 274.37º | 0.72% | 0.28% | - |
| HSV(B) | 274.37º | 0.84% | 0.48% | - |
| XYZ | 7.05 | 3.59 | 19.06 | - |
| YUV | 49.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 123 | 0.36 | 0.84 | 0 | 0.52 | 274.37 | 0.72 | 0.28 |
| Hex | 4F | 14 | 7B | 24 | 54 | 0 | 34 | 112 | 48 | 1C |
| Octal | 117 | 24 | 173 | 44 | 124 | 0 | 64 | 422 | 110 | 34 |
| Binary | 1001111 | 10100 | 1111011 | 100100 | 1010100 | 0 | 110100 | 100010010 | 1001000 | 11100 |
Color Harmonies of #4F147B
Complementary color
Monochromatic Colors of #4F147B
Black with #4F147B
Text Example
Text Example
White with #4F147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F147B; }
p { color: rgb(79,20,123); }
H1.HeaderClassName
{
color: #4F147B;
}
.AnyTagClassName
{
color: #4F147B;
}
</style>
background-color css
<style>
a { background-color: #4F147B; }
a { background-color: rgb(79,20,123); }
div.DivClassName
{
background-color: #4F147B;
}
.BgClassName
{
background-color: #4F147B;
}
</style>
border-color css
<style>
span { border-color: #4F147B; }
span { border-color: rgb(79,20,123); }
td.TdClassName
{
border-color: #4F147B;
}
.TagClassName
{
border-color: #4F147B;
}
</style>