Shades of Indigo #5F057D
Tints of Indigo #5F057D
RGB
CMYK
RGB Variations
Color information
#5F057D (or 0x5F057D) is known color: Indigo. HEX triplet: 5F, 05 and 7D. RGB value is (95,5,125). Sum of RGB (Red+Green+Blue) = 95+5+125=225 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.22% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F057D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F057D is #A0FA82. Grayscale: #2D2D2D. Windows color (decimal): -10549891 or 8193375. OLE color: 8193375.
HSL color Cylindrical-coordinate representation of color #5F057D: hue angle of 285º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F057D is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 5 | 125 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.51 |
| HSL | 285º | 0.92% | 0.25% | - |
| HSV(B) | 285º | 0.96% | 0.49% | - |
| XYZ | 8.48 | 4.02 | 19.73 | - |
| YUV | 45.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 125 | 0.24 | 0.96 | 0 | 0.51 | 285 | 0.92 | 0.25 |
| Hex | 5F | 5 | 7D | 18 | 60 | 0 | 33 | 11D | 5C | 19 |
| Octal | 137 | 5 | 175 | 30 | 140 | 0 | 63 | 435 | 134 | 31 |
| Binary | 1011111 | 101 | 1111101 | 11000 | 1100000 | 0 | 110011 | 100011101 | 1011100 | 11001 |
Color Harmonies of #5F057D
Complementary color
Monochromatic Colors of #5F057D
Black with #5F057D
Text Example
Text Example
White with #5F057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F057D; }
p { color: rgb(95,5,125); }
H1.HeaderClassName
{
color: #5F057D;
}
.AnyTagClassName
{
color: #5F057D;
}
</style>
background-color css
<style>
a { background-color: #5F057D; }
a { background-color: rgb(95,5,125); }
div.DivClassName
{
background-color: #5F057D;
}
.BgClassName
{
background-color: #5F057D;
}
</style>
border-color css
<style>
span { border-color: #5F057D; }
span { border-color: rgb(95,5,125); }
td.TdClassName
{
border-color: #5F057D;
}
.TagClassName
{
border-color: #5F057D;
}
</style>