Shades of Indigo #4F1482
Tints of Indigo #4F1482
RGB
CMYK
RGB Variations
Color information
#4F1482 (or 0x4F1482) is known color: Indigo. HEX triplet: 4F, 14 and 82. RGB value is (79,20,130). Sum of RGB (Red+Green+Blue) = 79+20+130=229 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.50% from 229); Green value is 20 (8.20% from 255 or 8.73% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #4F1482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F1482 is #B0EB7D. Grayscale: #313131. Windows color (decimal): -11594622 or 8524879. OLE color: 8524879.
HSL color Cylindrical-coordinate representation of color #4F1482: hue angle of 272.18º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4F1482 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 79 | 20 | 130 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.49 |
| HSL | 272.18º | 0.73% | 0.29% | - |
| HSV(B) | 272.18º | 0.85% | 0.51% | - |
| XYZ | 7.5 | 3.77 | 21.45 | - |
| YUV | 50.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 130 | 0.39 | 0.85 | 0 | 0.49 | 272.18 | 0.73 | 0.29 |
| Hex | 4F | 14 | 82 | 27 | 55 | 0 | 31 | 110 | 49 | 1D |
| Octal | 117 | 24 | 202 | 47 | 125 | 0 | 61 | 420 | 111 | 35 |
| Binary | 1001111 | 10100 | 10000010 | 100111 | 1010101 | 0 | 110001 | 100010000 | 1001001 | 11101 |
Color Harmonies of #4F1482
Complementary color
Monochromatic Colors of #4F1482
Black with #4F1482
Text Example
Text Example
White with #4F1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1482; }
p { color: rgb(79,20,130); }
H1.HeaderClassName
{
color: #4F1482;
}
.AnyTagClassName
{
color: #4F1482;
}
</style>
background-color css
<style>
a { background-color: #4F1482; }
a { background-color: rgb(79,20,130); }
div.DivClassName
{
background-color: #4F1482;
}
.BgClassName
{
background-color: #4F1482;
}
</style>
border-color css
<style>
span { border-color: #4F1482; }
span { border-color: rgb(79,20,130); }
td.TdClassName
{
border-color: #4F1482;
}
.TagClassName
{
border-color: #4F1482;
}
</style>