Shades of Indigo #5F078E
Tints of Indigo #5F078E
RGB
CMYK
RGB Variations
Color information
#5F078E (or 0x5F078E) is known color: Indigo. HEX triplet: 5F, 07 and 8E. RGB value is (95,7,142). Sum of RGB (Red+Green+Blue) = 95+7+142=244 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.93% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F078E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F078E is #A0F871. Grayscale: #303030. Windows color (decimal): -10549362 or 9307999. OLE color: 9307999.
HSL color Cylindrical-coordinate representation of color #5F078E: hue angle of 279.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F078E is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 7 | 142 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.44 |
| HSL | 279.11º | 0.91% | 0.29% | - |
| HSV(B) | 279.11º | 0.95% | 0.56% | - |
| XYZ | 9.68 | 4.54 | 25.96 | - |
| YUV | 48.7 | 180.65 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 142 | 0.33 | 0.95 | 0 | 0.44 | 279.11 | 0.91 | 0.29 |
| Hex | 5F | 7 | 8E | 21 | 5F | 0 | 2C | 117 | 5B | 1D |
| Octal | 137 | 7 | 216 | 41 | 137 | 0 | 54 | 427 | 133 | 35 |
| Binary | 1011111 | 111 | 10001110 | 100001 | 1011111 | 0 | 101100 | 100010111 | 1011011 | 11101 |
Color Harmonies of #5F078E
Complementary color
Monochromatic Colors of #5F078E
Black with #5F078E
Text Example
Text Example
White with #5F078E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F078E; }
p { color: rgb(95,7,142); }
H1.HeaderClassName
{
color: #5F078E;
}
.AnyTagClassName
{
color: #5F078E;
}
</style>
background-color css
<style>
a { background-color: #5F078E; }
a { background-color: rgb(95,7,142); }
div.DivClassName
{
background-color: #5F078E;
}
.BgClassName
{
background-color: #5F078E;
}
</style>
border-color css
<style>
span { border-color: #5F078E; }
span { border-color: rgb(95,7,142); }
td.TdClassName
{
border-color: #5F078E;
}
.TagClassName
{
border-color: #5F078E;
}
</style>