Shades of Indigo #5100AF
Tints of Indigo #5100AF
RGB
CMYK
RGB Variations
Color information
#5100AF (or 0x5100AF) is known color: Indigo. HEX triplet: 51, 00 and AF. RGB value is (81,0,175). Sum of RGB (Red+Green+Blue) = 81+0+175=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #5100AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5100AF is #AEFF50. Grayscale: #2B2B2B. Windows color (decimal): -11468625 or 11468881. OLE color: 11468881.
HSL color Cylindrical-coordinate representation of color #5100AF: hue angle of 267.77º 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 #5100AF is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 0 | 175 | - |
| CMYK | 0.54 | 1 | 0 | 0.31 |
| HSL | 267.77º | 1% | 0.34% | - |
| HSV(B) | 267.77º | 1% | 0.69% | - |
| XYZ | 11.13 | 4.84 | 40.91 | - |
| YUV | 44.17 | 201.84 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 175 | 0.54 | 1 | 0 | 0.31 | 267.77 | 1 | 0.34 |
| Hex | 51 | 0 | AF | 36 | 64 | 0 | 1F | 10C | 64 | 22 |
| Octal | 121 | 0 | 257 | 66 | 144 | 0 | 37 | 414 | 144 | 42 |
| Binary | 1010001 | 0 | 10101111 | 110110 | 1100100 | 0 | 11111 | 100001100 | 1100100 | 100010 |
Color Harmonies of #5100AF
Complementary color
Monochromatic Colors of #5100AF
Black with #5100AF
Text Example
Text Example
White with #5100AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100AF; }
p { color: rgb(81,0,175); }
H1.HeaderClassName
{
color: #5100AF;
}
.AnyTagClassName
{
color: #5100AF;
}
</style>
background-color css
<style>
a { background-color: #5100AF; }
a { background-color: rgb(81,0,175); }
div.DivClassName
{
background-color: #5100AF;
}
.BgClassName
{
background-color: #5100AF;
}
</style>
border-color css
<style>
span { border-color: #5100AF; }
span { border-color: rgb(81,0,175); }
td.TdClassName
{
border-color: #5100AF;
}
.TagClassName
{
border-color: #5100AF;
}
</style>