Shades of Indigo #5F006D
Tints of Indigo #5F006D
RGB
CMYK
RGB Variations
Color information
#5F006D (or 0x5F006D) is known color: Indigo. HEX triplet: 5F, 00 and 6D. RGB value is (95,0,109). Sum of RGB (Red+Green+Blue) = 95+0+109=204 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.57% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F006D is #A0FF92. Grayscale: #282828. Windows color (decimal): -10551187 or 7143519. OLE color: 7143519.
HSL color Cylindrical-coordinate representation of color #5F006D: hue angle of 292.29º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F006D is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 95 | 0 | 109 | - |
| CMYK | 0.13 | 1 | 0 | 0.57 |
| HSL | 292.29º | 1% | 0.21% | - |
| HSV(B) | 292.29º | 1% | 0.43% | - |
| XYZ | 7.48 | 3.54 | 14.76 | - |
| YUV | 40.83 | 166.47 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 109 | 0.13 | 1 | 0 | 0.57 | 292.29 | 1 | 0.21 |
| Hex | 5F | 0 | 6D | D | 64 | 0 | 39 | 124 | 64 | 15 |
| Octal | 137 | 0 | 155 | 15 | 144 | 0 | 71 | 444 | 144 | 25 |
| Binary | 1011111 | 0 | 1101101 | 1101 | 1100100 | 0 | 111001 | 100100100 | 1100100 | 10101 |
Color Harmonies of #5F006D
Complementary color
Monochromatic Colors of #5F006D
Black with #5F006D
Text Example
Text Example
White with #5F006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F006D; }
p { color: rgb(95,0,109); }
H1.HeaderClassName
{
color: #5F006D;
}
.AnyTagClassName
{
color: #5F006D;
}
</style>
background-color css
<style>
a { background-color: #5F006D; }
a { background-color: rgb(95,0,109); }
div.DivClassName
{
background-color: #5F006D;
}
.BgClassName
{
background-color: #5F006D;
}
</style>
border-color css
<style>
span { border-color: #5F006D; }
span { border-color: rgb(95,0,109); }
td.TdClassName
{
border-color: #5F006D;
}
.TagClassName
{
border-color: #5F006D;
}
</style>