Shades of Indigo #5F078F
Tints of Indigo #5F078F
RGB
CMYK
RGB Variations
Color information
#5F078F (or 0x5F078F) is known color: Indigo. HEX triplet: 5F, 07 and 8F. RGB value is (95,7,143). Sum of RGB (Red+Green+Blue) = 95+7+143=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 143 (56.25% from 255 or 58.37% from 245); Max value from RGB is 143 - color contains mainly: blue. Hex color #5F078F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F078F is #A0F870. Grayscale: #303030. Windows color (decimal): -10549361 or 9373535. OLE color: 9373535.
HSL color Cylindrical-coordinate representation of color #5F078F: hue angle of 278.82º 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 #5F078F is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 7 | 143 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.44 |
| HSL | 278.82º | 0.91% | 0.29% | - |
| HSV(B) | 278.82º | 0.95% | 0.56% | - |
| XYZ | 9.75 | 4.57 | 26.35 | - |
| YUV | 48.82 | 181.15 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 7 | 143 | 0.34 | 0.95 | 0 | 0.44 | 278.82 | 0.91 | 0.29 |
| Hex | 5F | 7 | 8F | 22 | 5F | 0 | 2C | 117 | 5B | 1D |
| Octal | 137 | 7 | 217 | 42 | 137 | 0 | 54 | 427 | 133 | 35 |
| Binary | 1011111 | 111 | 10001111 | 100010 | 1011111 | 0 | 101100 | 100010111 | 1011011 | 11101 |
Color Harmonies of #5F078F
Complementary color
Monochromatic Colors of #5F078F
Black with #5F078F
Text Example
Text Example
White with #5F078F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F078F; }
p { color: rgb(95,7,143); }
H1.HeaderClassName
{
color: #5F078F;
}
.AnyTagClassName
{
color: #5F078F;
}
</style>
background-color css
<style>
a { background-color: #5F078F; }
a { background-color: rgb(95,7,143); }
div.DivClassName
{
background-color: #5F078F;
}
.BgClassName
{
background-color: #5F078F;
}
</style>
border-color css
<style>
span { border-color: #5F078F; }
span { border-color: rgb(95,7,143); }
td.TdClassName
{
border-color: #5F078F;
}
.TagClassName
{
border-color: #5F078F;
}
</style>