Shades of Indigo #5F00AC
Tints of Indigo #5F00AC
RGB
CMYK
RGB Variations
Color information
#5F00AC (or 0x5F00AC) is known color: Indigo. HEX triplet: 5F, 00 and AC. RGB value is (95,0,172). Sum of RGB (Red+Green+Blue) = 95+0+172=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F00AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F00AC is #A0FF53. Grayscale: #2F2F2F. Windows color (decimal): -10551124 or 11272287. OLE color: 11272287.
HSL color Cylindrical-coordinate representation of color #5F00AC: hue angle of 273.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F00AC is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 0 | 172 | - |
| CMYK | 0.45 | 1 | 0 | 0.33 |
| HSL | 273.14º | 1% | 0.34% | - |
| HSV(B) | 273.14º | 1% | 0.67% | - |
| XYZ | 12.17 | 5.41 | 39.43 | - |
| YUV | 48.01 | 197.97 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 0 | 172 | 0.45 | 1 | 0 | 0.33 | 273.14 | 1 | 0.34 |
| Hex | 5F | 0 | AC | 2D | 64 | 0 | 21 | 111 | 64 | 22 |
| Octal | 137 | 0 | 254 | 55 | 144 | 0 | 41 | 421 | 144 | 42 |
| Binary | 1011111 | 0 | 10101100 | 101101 | 1100100 | 0 | 100001 | 100010001 | 1100100 | 100010 |
Color Harmonies of #5F00AC
Complementary color
Monochromatic Colors of #5F00AC
Black with #5F00AC
Text Example
Text Example
White with #5F00AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F00AC; }
p { color: rgb(95,0,172); }
H1.HeaderClassName
{
color: #5F00AC;
}
.AnyTagClassName
{
color: #5F00AC;
}
</style>
background-color css
<style>
a { background-color: #5F00AC; }
a { background-color: rgb(95,0,172); }
div.DivClassName
{
background-color: #5F00AC;
}
.BgClassName
{
background-color: #5F00AC;
}
</style>
border-color css
<style>
span { border-color: #5F00AC; }
span { border-color: rgb(95,0,172); }
td.TdClassName
{
border-color: #5F00AC;
}
.TagClassName
{
border-color: #5F00AC;
}
</style>