Shades of Indigo #5F137F
Tints of Indigo #5F137F
RGB
CMYK
RGB Variations
Color information
#5F137F (or 0x5F137F) is known color: Indigo. HEX triplet: 5F, 13 and 7F. RGB value is (95,19,127). Sum of RGB (Red+Green+Blue) = 95+19+127=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F137F is #A0EC80. Grayscale: #353535. Windows color (decimal): -10546305 or 8328031. OLE color: 8328031.
HSL color Cylindrical-coordinate representation of color #5F137F: hue angle of 282.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F137F is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 19 | 127 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.50 |
| HSL | 282.22º | 0.74% | 0.29% | - |
| HSV(B) | 282.22º | 0.85% | 0.5% | - |
| XYZ | 8.78 | 4.43 | 20.47 | - |
| YUV | 54.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 19 | 127 | 0.25 | 0.85 | 0 | 0.50 | 282.22 | 0.74 | 0.29 |
| Hex | 5F | 13 | 7F | 19 | 55 | 0 | 32 | 11A | 4A | 1D |
| Octal | 137 | 23 | 177 | 31 | 125 | 0 | 62 | 432 | 112 | 35 |
| Binary | 1011111 | 10011 | 1111111 | 11001 | 1010101 | 0 | 110010 | 100011010 | 1001010 | 11101 |
Color Harmonies of #5F137F
Complementary color
Monochromatic Colors of #5F137F
Black with #5F137F
Text Example
Text Example
White with #5F137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F137F; }
p { color: rgb(95,19,127); }
H1.HeaderClassName
{
color: #5F137F;
}
.AnyTagClassName
{
color: #5F137F;
}
</style>
background-color css
<style>
a { background-color: #5F137F; }
a { background-color: rgb(95,19,127); }
div.DivClassName
{
background-color: #5F137F;
}
.BgClassName
{
background-color: #5F137F;
}
</style>
border-color css
<style>
span { border-color: #5F137F; }
span { border-color: rgb(95,19,127); }
td.TdClassName
{
border-color: #5F137F;
}
.TagClassName
{
border-color: #5F137F;
}
</style>