Shades of Indigo #5F078C
Tints of Indigo #5F078C
RGB
CMYK
RGB Variations
Color information
#5F078C (or 0x5F078C) is known color: Indigo. HEX triplet: 5F, 07 and 8C. RGB value is (95,7,140). Sum of RGB (Red+Green+Blue) = 95+7+140=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F078C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F078C is #A0F873. Grayscale: #303030. Windows color (decimal): -10549364 or 9176927. OLE color: 9176927.
HSL color Cylindrical-coordinate representation of color #5F078C: hue angle of 279.7º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F078C is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 7 | 140 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.45 |
| HSL | 279.7º | 0.9% | 0.29% | - |
| HSV(B) | 279.7º | 0.95% | 0.55% | - |
| XYZ | 9.53 | 4.48 | 25.17 | - |
| YUV | 48.47 | 179.65 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 140 | 0.32 | 0.95 | 0 | 0.45 | 279.7 | 0.9 | 0.29 |
| Hex | 5F | 7 | 8C | 20 | 5F | 0 | 2D | 118 | 5A | 1D |
| Octal | 137 | 7 | 214 | 40 | 137 | 0 | 55 | 430 | 132 | 35 |
| Binary | 1011111 | 111 | 10001100 | 100000 | 1011111 | 0 | 101101 | 100011000 | 1011010 | 11101 |
Color Harmonies of #5F078C
Complementary color
Monochromatic Colors of #5F078C
Black with #5F078C
Text Example
Text Example
White with #5F078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F078C; }
p { color: rgb(95,7,140); }
H1.HeaderClassName
{
color: #5F078C;
}
.AnyTagClassName
{
color: #5F078C;
}
</style>
background-color css
<style>
a { background-color: #5F078C; }
a { background-color: rgb(95,7,140); }
div.DivClassName
{
background-color: #5F078C;
}
.BgClassName
{
background-color: #5F078C;
}
</style>
border-color css
<style>
span { border-color: #5F078C; }
span { border-color: rgb(95,7,140); }
td.TdClassName
{
border-color: #5F078C;
}
.TagClassName
{
border-color: #5F078C;
}
</style>