Shades of Indigo #4F0170
Tints of Indigo #4F0170
RGB
CMYK
RGB Variations
Color information
#4F0170 (or 0x4F0170) is known color: Indigo. HEX triplet: 4F, 01 and 70. RGB value is (79,1,112). Sum of RGB (Red+Green+Blue) = 79+1+112=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F0170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0170 is #B0FE8F. Grayscale: #242424. Windows color (decimal): -11599504 or 7340367. OLE color: 7340367.
HSL color Cylindrical-coordinate representation of color #4F0170: hue angle of 282.16º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4F0170 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 79 | 1 | 112 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.56 |
| HSL | 282.16º | 0.98% | 0.22% | - |
| HSV(B) | 282.16º | 0.99% | 0.44% | - |
| XYZ | 6.16 | 2.85 | 15.56 | - |
| YUV | 36.98 | 170.34 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 1 | 112 | 0.29 | 0.99 | 0 | 0.56 | 282.16 | 0.98 | 0.22 |
| Hex | 4F | 1 | 70 | 1D | 63 | 0 | 38 | 11A | 62 | 16 |
| Octal | 117 | 1 | 160 | 35 | 143 | 0 | 70 | 432 | 142 | 26 |
| Binary | 1001111 | 1 | 1110000 | 11101 | 1100011 | 0 | 111000 | 100011010 | 1100010 | 10110 |
Color Harmonies of #4F0170
Complementary color
Monochromatic Colors of #4F0170
Black with #4F0170
Text Example
Text Example
White with #4F0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0170; }
p { color: rgb(79,1,112); }
H1.HeaderClassName
{
color: #4F0170;
}
.AnyTagClassName
{
color: #4F0170;
}
</style>
background-color css
<style>
a { background-color: #4F0170; }
a { background-color: rgb(79,1,112); }
div.DivClassName
{
background-color: #4F0170;
}
.BgClassName
{
background-color: #4F0170;
}
</style>
border-color css
<style>
span { border-color: #4F0170; }
span { border-color: rgb(79,1,112); }
td.TdClassName
{
border-color: #4F0170;
}
.TagClassName
{
border-color: #4F0170;
}
</style>