Shades of Indigo #5F088A
Tints of Indigo #5F088A
RGB
CMYK
RGB Variations
Color information
#5F088A (or 0x5F088A) is known color: Indigo. HEX triplet: 5F, 08 and 8A. RGB value is (95,8,138). Sum of RGB (Red+Green+Blue) = 95+8+138=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #5F088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F088A is #A0F775. Grayscale: #303030. Windows color (decimal): -10549110 or 9046111. OLE color: 9046111.
HSL color Cylindrical-coordinate representation of color #5F088A: hue angle of 280.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F088A is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 95 | 8 | 138 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.46 |
| HSL | 280.15º | 0.89% | 0.29% | - |
| HSV(B) | 280.15º | 0.94% | 0.54% | - |
| XYZ | 9.39 | 4.44 | 24.41 | - |
| YUV | 48.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 138 | 0.31 | 0.94 | 0 | 0.46 | 280.15 | 0.89 | 0.29 |
| Hex | 5F | 8 | 8A | 1F | 5E | 0 | 2E | 118 | 59 | 1D |
| Octal | 137 | 10 | 212 | 37 | 136 | 0 | 56 | 430 | 131 | 35 |
| Binary | 1011111 | 1000 | 10001010 | 11111 | 1011110 | 0 | 101110 | 100011000 | 1011001 | 11101 |
Color Harmonies of #5F088A
Complementary color
Monochromatic Colors of #5F088A
Black with #5F088A
Text Example
Text Example
White with #5F088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F088A; }
p { color: rgb(95,8,138); }
H1.HeaderClassName
{
color: #5F088A;
}
.AnyTagClassName
{
color: #5F088A;
}
</style>
background-color css
<style>
a { background-color: #5F088A; }
a { background-color: rgb(95,8,138); }
div.DivClassName
{
background-color: #5F088A;
}
.BgClassName
{
background-color: #5F088A;
}
</style>
border-color css
<style>
span { border-color: #5F088A; }
span { border-color: rgb(95,8,138); }
td.TdClassName
{
border-color: #5F088A;
}
.TagClassName
{
border-color: #5F088A;
}
</style>