Shades of Indigo #5F0D84
Tints of Indigo #5F0D84
RGB
CMYK
RGB Variations
Color information
#5F0D84 (or 0x5F0D84) is known color: Indigo. HEX triplet: 5F, 0D and 84. RGB value is (95,13,132). Sum of RGB (Red+Green+Blue) = 95+13+132=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 132 (51.95% from 255 or 55% from 240); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F0D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0D84 is #A0F27B. Grayscale: #323232. Windows color (decimal): -10547836 or 8654175. OLE color: 8654175.
HSL color Cylindrical-coordinate representation of color #5F0D84: hue angle of 281.34º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F0D84 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 95 | 13 | 132 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.48 |
| HSL | 281.34º | 0.82% | 0.28% | - |
| HSV(B) | 281.34º | 0.9% | 0.52% | - |
| XYZ | 9.03 | 4.39 | 22.2 | - |
| YUV | 51.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 13 | 132 | 0.28 | 0.90 | 0 | 0.48 | 281.34 | 0.82 | 0.28 |
| Hex | 5F | D | 84 | 1C | 5A | 0 | 30 | 119 | 52 | 1C |
| Octal | 137 | 15 | 204 | 34 | 132 | 0 | 60 | 431 | 122 | 34 |
| Binary | 1011111 | 1101 | 10000100 | 11100 | 1011010 | 0 | 110000 | 100011001 | 1010010 | 11100 |
Color Harmonies of #5F0D84
Complementary color
Monochromatic Colors of #5F0D84
Black with #5F0D84
Text Example
Text Example
White with #5F0D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0D84; }
p { color: rgb(95,13,132); }
H1.HeaderClassName
{
color: #5F0D84;
}
.AnyTagClassName
{
color: #5F0D84;
}
</style>
background-color css
<style>
a { background-color: #5F0D84; }
a { background-color: rgb(95,13,132); }
div.DivClassName
{
background-color: #5F0D84;
}
.BgClassName
{
background-color: #5F0D84;
}
</style>
border-color css
<style>
span { border-color: #5F0D84; }
span { border-color: rgb(95,13,132); }
td.TdClassName
{
border-color: #5F0D84;
}
.TagClassName
{
border-color: #5F0D84;
}
</style>