Shades of Indigo #5E00AF
Tints of Indigo #5E00AF
RGB
CMYK
RGB Variations
Color information
#5E00AF (or 0x5E00AF) is known color: Indigo. HEX triplet: 5E, 00 and AF. RGB value is (94,0,175). Sum of RGB (Red+Green+Blue) = 94+0+175=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E00AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E00AF is #A1FF50. Grayscale: #2F2F2F. Windows color (decimal): -10616657 or 11468894. OLE color: 11468894.
HSL color Cylindrical-coordinate representation of color #5E00AF: hue angle of 272.23º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00AF is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 0 | 175 | - |
| CMYK | 0.46 | 1 | 0 | 0.31 |
| HSL | 272.23º | 1% | 0.34% | - |
| HSV(B) | 272.23º | 1% | 0.69% | - |
| XYZ | 12.35 | 5.47 | 40.96 | - |
| YUV | 48.06 | 199.64 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 175 | 0.46 | 1 | 0 | 0.31 | 272.23 | 1 | 0.34 |
| Hex | 5E | 0 | AF | 2E | 64 | 0 | 1F | 110 | 64 | 22 |
| Octal | 136 | 0 | 257 | 56 | 144 | 0 | 37 | 420 | 144 | 42 |
| Binary | 1011110 | 0 | 10101111 | 101110 | 1100100 | 0 | 11111 | 100010000 | 1100100 | 100010 |
Color Harmonies of #5E00AF
Complementary color
Monochromatic Colors of #5E00AF
Black with #5E00AF
Text Example
Text Example
White with #5E00AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00AF; }
p { color: rgb(94,0,175); }
H1.HeaderClassName
{
color: #5E00AF;
}
.AnyTagClassName
{
color: #5E00AF;
}
</style>
background-color css
<style>
a { background-color: #5E00AF; }
a { background-color: rgb(94,0,175); }
div.DivClassName
{
background-color: #5E00AF;
}
.BgClassName
{
background-color: #5E00AF;
}
</style>
border-color css
<style>
span { border-color: #5E00AF; }
span { border-color: rgb(94,0,175); }
td.TdClassName
{
border-color: #5E00AF;
}
.TagClassName
{
border-color: #5E00AF;
}
</style>