Shades of Indigo #4F068B
Tints of Indigo #4F068B
RGB
CMYK
RGB Variations
Color information
#4F068B (or 0x4F068B) is known color: Indigo. HEX triplet: 4F, 06 and 8B. RGB value is (79,6,139). Sum of RGB (Red+Green+Blue) = 79+6+139=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 139 (54.69% from 255 or 62.05% from 224); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F068B is #B0F974. Grayscale: #2A2A2A. Windows color (decimal): -11598197 or 9111119. OLE color: 9111119.
HSL color Cylindrical-coordinate representation of color #4F068B: hue angle of 272.93º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4F068B is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 6 | 139 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.45 |
| HSL | 272.93º | 0.92% | 0.28% | - |
| HSV(B) | 272.93º | 0.96% | 0.55% | - |
| XYZ | 7.95 | 3.66 | 24.71 | - |
| YUV | 42.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 6 | 139 | 0.43 | 0.96 | 0 | 0.45 | 272.93 | 0.92 | 0.28 |
| Hex | 4F | 6 | 8B | 2B | 60 | 0 | 2D | 111 | 5C | 1C |
| Octal | 117 | 6 | 213 | 53 | 140 | 0 | 55 | 421 | 134 | 34 |
| Binary | 1001111 | 110 | 10001011 | 101011 | 1100000 | 0 | 101101 | 100010001 | 1011100 | 11100 |
Color Harmonies of #4F068B
Complementary color
Monochromatic Colors of #4F068B
Black with #4F068B
Text Example
Text Example
White with #4F068B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F068B; }
p { color: rgb(79,6,139); }
H1.HeaderClassName
{
color: #4F068B;
}
.AnyTagClassName
{
color: #4F068B;
}
</style>
background-color css
<style>
a { background-color: #4F068B; }
a { background-color: rgb(79,6,139); }
div.DivClassName
{
background-color: #4F068B;
}
.BgClassName
{
background-color: #4F068B;
}
</style>
border-color css
<style>
span { border-color: #4F068B; }
span { border-color: rgb(79,6,139); }
td.TdClassName
{
border-color: #4F068B;
}
.TagClassName
{
border-color: #4F068B;
}
</style>