Shades of Indigo #5F00A0
Tints of Indigo #5F00A0
RGB
CMYK
RGB Variations
Color information
#5F00A0 (or 0x5F00A0) is known color: Indigo. HEX triplet: 5F, 00 and A0. RGB value is (95,0,160). Sum of RGB (Red+Green+Blue) = 95+0+160=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 160 (62.89% from 255 or 62.75% from 255); Max value from RGB is 160 - color contains mainly: blue. Hex color #5F00A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F00A0 is #A0FF5F. Grayscale: #2E2E2E. Windows color (decimal): -10551136 or 10485855. OLE color: 10485855.
HSL color Cylindrical-coordinate representation of color #5F00A0: hue angle of 275.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F00A0 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 0 | 160 | - |
| CMYK | 0.41 | 1 | 0 | 0.37 |
| HSL | 275.63º | 1% | 0.31% | - |
| HSV(B) | 275.63º | 1% | 0.63% | - |
| XYZ | 11.06 | 4.97 | 33.63 | - |
| YUV | 46.65 | 191.97 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 160 | 0.41 | 1 | 0 | 0.37 | 275.63 | 1 | 0.31 |
| Hex | 5F | 0 | A0 | 29 | 64 | 0 | 25 | 114 | 64 | 1F |
| Octal | 137 | 0 | 240 | 51 | 144 | 0 | 45 | 424 | 144 | 37 |
| Binary | 1011111 | 0 | 10100000 | 101001 | 1100100 | 0 | 100101 | 100010100 | 1100100 | 11111 |
Color Harmonies of #5F00A0
Complementary color
Monochromatic Colors of #5F00A0
Black with #5F00A0
Text Example
Text Example
White with #5F00A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F00A0; }
p { color: rgb(95,0,160); }
H1.HeaderClassName
{
color: #5F00A0;
}
.AnyTagClassName
{
color: #5F00A0;
}
</style>
background-color css
<style>
a { background-color: #5F00A0; }
a { background-color: rgb(95,0,160); }
div.DivClassName
{
background-color: #5F00A0;
}
.BgClassName
{
background-color: #5F00A0;
}
</style>
border-color css
<style>
span { border-color: #5F00A0; }
span { border-color: rgb(95,0,160); }
td.TdClassName
{
border-color: #5F00A0;
}
.TagClassName
{
border-color: #5F00A0;
}
</style>