Shades of Indigo #5F089F
Tints of Indigo #5F089F
RGB
CMYK
RGB Variations
Color information
#5F089F (or 0x5F089F) is known color: Indigo. HEX triplet: 5F, 08 and 9F. RGB value is (95,8,159). Sum of RGB (Red+Green+Blue) = 95+8+159=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F089F is #A0F760. Grayscale: #323232. Windows color (decimal): -10549089 or 10422367. OLE color: 10422367.
HSL color Cylindrical-coordinate representation of color #5F089F: hue angle of 274.57º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F089F is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 8 | 159 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.38 |
| HSL | 274.57º | 0.9% | 0.33% | - |
| HSV(B) | 274.57º | 0.95% | 0.62% | - |
| XYZ | 11.06 | 5.11 | 33.2 | - |
| YUV | 51.23 | 188.82 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 159 | 0.40 | 0.95 | 0 | 0.38 | 274.57 | 0.9 | 0.33 |
| Hex | 5F | 8 | 9F | 28 | 5F | 0 | 26 | 113 | 5A | 21 |
| Octal | 137 | 10 | 237 | 50 | 137 | 0 | 46 | 423 | 132 | 41 |
| Binary | 1011111 | 1000 | 10011111 | 101000 | 1011111 | 0 | 100110 | 100010011 | 1011010 | 100001 |
Color Harmonies of #5F089F
Complementary color
Monochromatic Colors of #5F089F
Black with #5F089F
Text Example
Text Example
White with #5F089F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F089F; }
p { color: rgb(95,8,159); }
H1.HeaderClassName
{
color: #5F089F;
}
.AnyTagClassName
{
color: #5F089F;
}
</style>
background-color css
<style>
a { background-color: #5F089F; }
a { background-color: rgb(95,8,159); }
div.DivClassName
{
background-color: #5F089F;
}
.BgClassName
{
background-color: #5F089F;
}
</style>
border-color css
<style>
span { border-color: #5F089F; }
span { border-color: rgb(95,8,159); }
td.TdClassName
{
border-color: #5F089F;
}
.TagClassName
{
border-color: #5F089F;
}
</style>