Shades of Indigo #5F0887
Tints of Indigo #5F0887
RGB
CMYK
RGB Variations
Color information
#5F0887 (or 0x5F0887) is known color: Indigo. HEX triplet: 5F, 08 and 87. RGB value is (95,8,135). Sum of RGB (Red+Green+Blue) = 95+8+135=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F0887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0887 is #A0F778. Grayscale: #303030. Windows color (decimal): -10549113 or 8849503. OLE color: 8849503.
HSL color Cylindrical-coordinate representation of color #5F0887: hue angle of 281.1º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0887 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 8 | 135 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.47 |
| HSL | 281.1º | 0.89% | 0.28% | - |
| HSV(B) | 281.1º | 0.94% | 0.53% | - |
| XYZ | 9.18 | 4.36 | 23.28 | - |
| YUV | 48.49 | 176.82 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 135 | 0.30 | 0.94 | 0 | 0.47 | 281.1 | 0.89 | 0.28 |
| Hex | 5F | 8 | 87 | 1E | 5E | 0 | 2F | 119 | 59 | 1C |
| Octal | 137 | 10 | 207 | 36 | 136 | 0 | 57 | 431 | 131 | 34 |
| Binary | 1011111 | 1000 | 10000111 | 11110 | 1011110 | 0 | 101111 | 100011001 | 1011001 | 11100 |
Color Harmonies of #5F0887
Complementary color
Monochromatic Colors of #5F0887
Black with #5F0887
Text Example
Text Example
White with #5F0887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0887; }
p { color: rgb(95,8,135); }
H1.HeaderClassName
{
color: #5F0887;
}
.AnyTagClassName
{
color: #5F0887;
}
</style>
background-color css
<style>
a { background-color: #5F0887; }
a { background-color: rgb(95,8,135); }
div.DivClassName
{
background-color: #5F0887;
}
.BgClassName
{
background-color: #5F0887;
}
</style>
border-color css
<style>
span { border-color: #5F0887; }
span { border-color: rgb(95,8,135); }
td.TdClassName
{
border-color: #5F0887;
}
.TagClassName
{
border-color: #5F0887;
}
</style>