Shades of Indigo #5102AD
Tints of Indigo #5102AD
RGB
CMYK
RGB Variations
Color information
#5102AD (or 0x5102AD) is known color: Indigo. HEX triplet: 51, 02 and AD. RGB value is (81,2,173). Sum of RGB (Red+Green+Blue) = 81+2+173=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #5102AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5102AD is #AEFD52. Grayscale: #2C2C2C. Windows color (decimal): -11468115 or 11338321. OLE color: 11338321.
HSL color Cylindrical-coordinate representation of color #5102AD: hue angle of 267.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102AD is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 2 | 173 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.32 |
| HSL | 267.72º | 0.98% | 0.34% | - |
| HSV(B) | 267.72º | 0.99% | 0.68% | - |
| XYZ | 10.96 | 4.81 | 39.89 | - |
| YUV | 45.12 | 200.17 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 173 | 0.53 | 0.99 | 0 | 0.32 | 267.72 | 0.98 | 0.34 |
| Hex | 51 | 2 | AD | 35 | 63 | 0 | 20 | 10C | 62 | 22 |
| Octal | 121 | 2 | 255 | 65 | 143 | 0 | 40 | 414 | 142 | 42 |
| Binary | 1010001 | 10 | 10101101 | 110101 | 1100011 | 0 | 100000 | 100001100 | 1100010 | 100010 |
Color Harmonies of #5102AD
Complementary color
Monochromatic Colors of #5102AD
Black with #5102AD
Text Example
Text Example
White with #5102AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102AD; }
p { color: rgb(81,2,173); }
H1.HeaderClassName
{
color: #5102AD;
}
.AnyTagClassName
{
color: #5102AD;
}
</style>
background-color css
<style>
a { background-color: #5102AD; }
a { background-color: rgb(81,2,173); }
div.DivClassName
{
background-color: #5102AD;
}
.BgClassName
{
background-color: #5102AD;
}
</style>
border-color css
<style>
span { border-color: #5102AD; }
span { border-color: rgb(81,2,173); }
td.TdClassName
{
border-color: #5102AD;
}
.TagClassName
{
border-color: #5102AD;
}
</style>