Shades of Indigo #5F088B
Tints of Indigo #5F088B
RGB
CMYK
RGB Variations
Color information
#5F088B (or 0x5F088B) is known color: Indigo. HEX triplet: 5F, 08 and 8B. RGB value is (95,8,139). Sum of RGB (Red+Green+Blue) = 95+8+139=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F088B is #A0F774. Grayscale: #303030. Windows color (decimal): -10549109 or 9111647. OLE color: 9111647.
HSL color Cylindrical-coordinate representation of color #5F088B: hue angle of 279.85º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F088B is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 8 | 139 | - |
| CMYK | 0.32 | 0.94 | 0 | 0.45 |
| HSL | 279.85º | 0.89% | 0.29% | - |
| HSV(B) | 279.85º | 0.94% | 0.55% | - |
| XYZ | 9.47 | 4.47 | 24.79 | - |
| YUV | 48.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 139 | 0.32 | 0.94 | 0 | 0.45 | 279.85 | 0.89 | 0.29 |
| Hex | 5F | 8 | 8B | 20 | 5E | 0 | 2D | 118 | 59 | 1D |
| Octal | 137 | 10 | 213 | 40 | 136 | 0 | 55 | 430 | 131 | 35 |
| Binary | 1011111 | 1000 | 10001011 | 100000 | 1011110 | 0 | 101101 | 100011000 | 1011001 | 11101 |
Color Harmonies of #5F088B
Complementary color
Monochromatic Colors of #5F088B
Black with #5F088B
Text Example
Text Example
White with #5F088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F088B; }
p { color: rgb(95,8,139); }
H1.HeaderClassName
{
color: #5F088B;
}
.AnyTagClassName
{
color: #5F088B;
}
</style>
background-color css
<style>
a { background-color: #5F088B; }
a { background-color: rgb(95,8,139); }
div.DivClassName
{
background-color: #5F088B;
}
.BgClassName
{
background-color: #5F088B;
}
</style>
border-color css
<style>
span { border-color: #5F088B; }
span { border-color: rgb(95,8,139); }
td.TdClassName
{
border-color: #5F088B;
}
.TagClassName
{
border-color: #5F088B;
}
</style>