Shades of Indigo #5F0B8B
Tints of Indigo #5F0B8B
RGB
CMYK
RGB Variations
Color information
#5F0B8B (or 0x5F0B8B) is known color: Indigo. HEX triplet: 5F, 0B and 8B. RGB value is (95,11,139). Sum of RGB (Red+Green+Blue) = 95+11+139=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F0B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0B8B is #A0F474. Grayscale: #323232. Windows color (decimal): -10548341 or 9112415. OLE color: 9112415.
HSL color Cylindrical-coordinate representation of color #5F0B8B: hue angle of 279.38º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0B8B is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 11 | 139 | - |
| CMYK | 0.32 | 0.92 | 0 | 0.45 |
| HSL | 279.38º | 0.85% | 0.29% | - |
| HSV(B) | 279.38º | 0.92% | 0.55% | - |
| XYZ | 9.5 | 4.54 | 24.8 | - |
| YUV | 50.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 139 | 0.32 | 0.92 | 0 | 0.45 | 279.38 | 0.85 | 0.29 |
| Hex | 5F | B | 8B | 20 | 5C | 0 | 2D | 117 | 55 | 1D |
| Octal | 137 | 13 | 213 | 40 | 134 | 0 | 55 | 427 | 125 | 35 |
| Binary | 1011111 | 1011 | 10001011 | 100000 | 1011100 | 0 | 101101 | 100010111 | 1010101 | 11101 |
Color Harmonies of #5F0B8B
Complementary color
Monochromatic Colors of #5F0B8B
Black with #5F0B8B
Text Example
Text Example
White with #5F0B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0B8B; }
p { color: rgb(95,11,139); }
H1.HeaderClassName
{
color: #5F0B8B;
}
.AnyTagClassName
{
color: #5F0B8B;
}
</style>
background-color css
<style>
a { background-color: #5F0B8B; }
a { background-color: rgb(95,11,139); }
div.DivClassName
{
background-color: #5F0B8B;
}
.BgClassName
{
background-color: #5F0B8B;
}
</style>
border-color css
<style>
span { border-color: #5F0B8B; }
span { border-color: rgb(95,11,139); }
td.TdClassName
{
border-color: #5F0B8B;
}
.TagClassName
{
border-color: #5F0B8B;
}
</style>