Shades of Indigo #5F076B
Tints of Indigo #5F076B
RGB
CMYK
RGB Variations
Color information
#5F076B (or 0x5F076B) is known color: Indigo. HEX triplet: 5F, 07 and 6B. RGB value is (95,7,107). Sum of RGB (Red+Green+Blue) = 95+7+107=209 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.45% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #5F076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F076B is #A0F894. Grayscale: #2C2C2C. Windows color (decimal): -10549397 or 7014239. OLE color: 7014239.
HSL color Cylindrical-coordinate representation of color #5F076B: hue angle of 292.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F076B is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 95 | 7 | 107 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.58 |
| HSL | 292.8º | 0.88% | 0.22% | - |
| HSV(B) | 292.8º | 0.93% | 0.42% | - |
| XYZ | 7.45 | 3.65 | 14.22 | - |
| YUV | 44.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 107 | 0.11 | 0.93 | 0 | 0.58 | 292.8 | 0.88 | 0.22 |
| Hex | 5F | 7 | 6B | B | 5D | 0 | 3A | 125 | 58 | 16 |
| Octal | 137 | 7 | 153 | 13 | 135 | 0 | 72 | 445 | 130 | 26 |
| Binary | 1011111 | 111 | 1101011 | 1011 | 1011101 | 0 | 111010 | 100100101 | 1011000 | 10110 |
Color Harmonies of #5F076B
Complementary color
Monochromatic Colors of #5F076B
Black with #5F076B
Text Example
Text Example
White with #5F076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F076B; }
p { color: rgb(95,7,107); }
H1.HeaderClassName
{
color: #5F076B;
}
.AnyTagClassName
{
color: #5F076B;
}
</style>
background-color css
<style>
a { background-color: #5F076B; }
a { background-color: rgb(95,7,107); }
div.DivClassName
{
background-color: #5F076B;
}
.BgClassName
{
background-color: #5F076B;
}
</style>
border-color css
<style>
span { border-color: #5F076B; }
span { border-color: rgb(95,7,107); }
td.TdClassName
{
border-color: #5F076B;
}
.TagClassName
{
border-color: #5F076B;
}
</style>