Shades of Indigo #5F057C
Tints of Indigo #5F057C
RGB
CMYK
RGB Variations
Color information
#5F057C (or 0x5F057C) is known color: Indigo. HEX triplet: 5F, 05 and 7C. RGB value is (95,5,124). Sum of RGB (Red+Green+Blue) = 95+5+124=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F057C is #A0FA83. Grayscale: #2D2D2D. Windows color (decimal): -10549892 or 8127839. OLE color: 8127839.
HSL color Cylindrical-coordinate representation of color #5F057C: hue angle of 285.38º 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 #5F057C is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 5 | 124 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.51 |
| HSL | 285.38º | 0.92% | 0.25% | - |
| HSV(B) | 285.38º | 0.96% | 0.49% | - |
| XYZ | 8.41 | 4 | 19.4 | - |
| YUV | 45.48 | 172.32 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 5 | 124 | 0.23 | 0.96 | 0 | 0.51 | 285.38 | 0.92 | 0.25 |
| Hex | 5F | 5 | 7C | 17 | 60 | 0 | 33 | 11D | 5C | 19 |
| Octal | 137 | 5 | 174 | 27 | 140 | 0 | 63 | 435 | 134 | 31 |
| Binary | 1011111 | 101 | 1111100 | 10111 | 1100000 | 0 | 110011 | 100011101 | 1011100 | 11001 |
Color Harmonies of #5F057C
Complementary color
Monochromatic Colors of #5F057C
Black with #5F057C
Text Example
Text Example
White with #5F057C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F057C; }
p { color: rgb(95,5,124); }
H1.HeaderClassName
{
color: #5F057C;
}
.AnyTagClassName
{
color: #5F057C;
}
</style>
background-color css
<style>
a { background-color: #5F057C; }
a { background-color: rgb(95,5,124); }
div.DivClassName
{
background-color: #5F057C;
}
.BgClassName
{
background-color: #5F057C;
}
</style>
border-color css
<style>
span { border-color: #5F057C; }
span { border-color: rgb(95,5,124); }
td.TdClassName
{
border-color: #5F057C;
}
.TagClassName
{
border-color: #5F057C;
}
</style>