Shades of Indigo #4F0269
Tints of Indigo #4F0269
RGB
CMYK
RGB Variations
Color information
#4F0269 (or 0x4F0269) is known color: Indigo. HEX triplet: 4F, 02 and 69. RGB value is (79,2,105). Sum of RGB (Red+Green+Blue) = 79+2+105=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #4F0269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0269 is #B0FD96. Grayscale: #242424. Windows color (decimal): -11599255 or 6881871. OLE color: 6881871.
HSL color Cylindrical-coordinate representation of color #4F0269: hue angle of 284.85º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4F0269 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 2 | 105 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.59 |
| HSL | 284.85º | 0.96% | 0.21% | - |
| HSV(B) | 284.85º | 0.98% | 0.41% | - |
| XYZ | 5.8 | 2.73 | 13.59 | - |
| YUV | 36.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 2 | 105 | 0.25 | 0.98 | 0 | 0.59 | 284.85 | 0.96 | 0.21 |
| Hex | 4F | 2 | 69 | 19 | 62 | 0 | 3B | 11D | 60 | 15 |
| Octal | 117 | 2 | 151 | 31 | 142 | 0 | 73 | 435 | 140 | 25 |
| Binary | 1001111 | 10 | 1101001 | 11001 | 1100010 | 0 | 111011 | 100011101 | 1100000 | 10101 |
Color Harmonies of #4F0269
Complementary color
Monochromatic Colors of #4F0269
Black with #4F0269
Text Example
Text Example
White with #4F0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0269; }
p { color: rgb(79,2,105); }
H1.HeaderClassName
{
color: #4F0269;
}
.AnyTagClassName
{
color: #4F0269;
}
</style>
background-color css
<style>
a { background-color: #4F0269; }
a { background-color: rgb(79,2,105); }
div.DivClassName
{
background-color: #4F0269;
}
.BgClassName
{
background-color: #4F0269;
}
</style>
border-color css
<style>
span { border-color: #4F0269; }
span { border-color: rgb(79,2,105); }
td.TdClassName
{
border-color: #4F0269;
}
.TagClassName
{
border-color: #4F0269;
}
</style>