Shades of Indigo #5F0C8B
Tints of Indigo #5F0C8B
RGB
CMYK
RGB Variations
Color information
#5F0C8B (or 0x5F0C8B) is known color: Indigo. HEX triplet: 5F, 0C and 8B. RGB value is (95,12,139). Sum of RGB (Red+Green+Blue) = 95+12+139=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F0C8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0C8B is #A0F374. Grayscale: #323232. Windows color (decimal): -10548085 or 9112671. OLE color: 9112671.
HSL color Cylindrical-coordinate representation of color #5F0C8B: hue angle of 279.21º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F0C8B is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 12 | 139 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.45 |
| HSL | 279.21º | 0.84% | 0.3% | - |
| HSV(B) | 279.21º | 0.91% | 0.55% | - |
| XYZ | 9.51 | 4.56 | 24.8 | - |
| YUV | 51.3 | 177.5 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 139 | 0.32 | 0.91 | 0 | 0.45 | 279.21 | 0.84 | 0.3 |
| Hex | 5F | C | 8B | 20 | 5B | 0 | 2D | 117 | 54 | 1E |
| Octal | 137 | 14 | 213 | 40 | 133 | 0 | 55 | 427 | 124 | 36 |
| Binary | 1011111 | 1100 | 10001011 | 100000 | 1011011 | 0 | 101101 | 100010111 | 1010100 | 11110 |
Color Harmonies of #5F0C8B
Complementary color
Monochromatic Colors of #5F0C8B
Black with #5F0C8B
Text Example
Text Example
White with #5F0C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0C8B; }
p { color: rgb(95,12,139); }
H1.HeaderClassName
{
color: #5F0C8B;
}
.AnyTagClassName
{
color: #5F0C8B;
}
</style>
background-color css
<style>
a { background-color: #5F0C8B; }
a { background-color: rgb(95,12,139); }
div.DivClassName
{
background-color: #5F0C8B;
}
.BgClassName
{
background-color: #5F0C8B;
}
</style>
border-color css
<style>
span { border-color: #5F0C8B; }
span { border-color: rgb(95,12,139); }
td.TdClassName
{
border-color: #5F0C8B;
}
.TagClassName
{
border-color: #5F0C8B;
}
</style>