Shades of Indigo #5F089B
Tints of Indigo #5F089B
RGB
CMYK
RGB Variations
Color information
#5F089B (or 0x5F089B) is known color: Indigo. HEX triplet: 5F, 08 and 9B. RGB value is (95,8,155). Sum of RGB (Red+Green+Blue) = 95+8+155=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F089B is #A0F764. Grayscale: #323232. Windows color (decimal): -10549093 or 10160223. OLE color: 10160223.
HSL color Cylindrical-coordinate representation of color #5F089B: hue angle of 275.51º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F089B is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 8 | 155 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.39 |
| HSL | 275.51º | 0.9% | 0.32% | - |
| HSV(B) | 275.51º | 0.95% | 0.61% | - |
| XYZ | 10.72 | 4.97 | 31.41 | - |
| YUV | 50.77 | 186.82 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 8 | 155 | 0.39 | 0.95 | 0 | 0.39 | 275.51 | 0.9 | 0.32 |
| Hex | 5F | 8 | 9B | 27 | 5F | 0 | 27 | 114 | 5A | 20 |
| Octal | 137 | 10 | 233 | 47 | 137 | 0 | 47 | 424 | 132 | 40 |
| Binary | 1011111 | 1000 | 10011011 | 100111 | 1011111 | 0 | 100111 | 100010100 | 1011010 | 100000 |
Color Harmonies of #5F089B
Complementary color
Monochromatic Colors of #5F089B
Black with #5F089B
Text Example
Text Example
White with #5F089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F089B; }
p { color: rgb(95,8,155); }
H1.HeaderClassName
{
color: #5F089B;
}
.AnyTagClassName
{
color: #5F089B;
}
</style>
background-color css
<style>
a { background-color: #5F089B; }
a { background-color: rgb(95,8,155); }
div.DivClassName
{
background-color: #5F089B;
}
.BgClassName
{
background-color: #5F089B;
}
</style>
border-color css
<style>
span { border-color: #5F089B; }
span { border-color: rgb(95,8,155); }
td.TdClassName
{
border-color: #5F089B;
}
.TagClassName
{
border-color: #5F089B;
}
</style>