Shades of Indigo #5102A8
Tints of Indigo #5102A8
RGB
CMYK
RGB Variations
Color information
#5102A8 (or 0x5102A8) is known color: Indigo. HEX triplet: 51, 02 and A8. RGB value is (81,2,168). Sum of RGB (Red+Green+Blue) = 81+2+168=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 168 (66.02% from 255 or 66.93% from 251); Max value from RGB is 168 - color contains mainly: blue. Hex color #5102A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5102A8 is #AEFD57. Grayscale: #2B2B2B. Windows color (decimal): -11468120 or 11010641. OLE color: 11010641.
HSL color Cylindrical-coordinate representation of color #5102A8: hue angle of 268.55º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5102A8 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 81 | 2 | 168 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.34 |
| HSL | 268.55º | 0.98% | 0.33% | - |
| HSV(B) | 268.55º | 0.99% | 0.66% | - |
| XYZ | 10.48 | 4.62 | 37.39 | - |
| YUV | 44.55 | 197.67 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 168 | 0.52 | 0.99 | 0 | 0.34 | 268.55 | 0.98 | 0.33 |
| Hex | 51 | 2 | A8 | 34 | 63 | 0 | 22 | 10D | 62 | 21 |
| Octal | 121 | 2 | 250 | 64 | 143 | 0 | 42 | 415 | 142 | 41 |
| Binary | 1010001 | 10 | 10101000 | 110100 | 1100011 | 0 | 100010 | 100001101 | 1100010 | 100001 |
Color Harmonies of #5102A8
Complementary color
Monochromatic Colors of #5102A8
Black with #5102A8
Text Example
Text Example
White with #5102A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5102A8; }
p { color: rgb(81,2,168); }
H1.HeaderClassName
{
color: #5102A8;
}
.AnyTagClassName
{
color: #5102A8;
}
</style>
background-color css
<style>
a { background-color: #5102A8; }
a { background-color: rgb(81,2,168); }
div.DivClassName
{
background-color: #5102A8;
}
.BgClassName
{
background-color: #5102A8;
}
</style>
border-color css
<style>
span { border-color: #5102A8; }
span { border-color: rgb(81,2,168); }
td.TdClassName
{
border-color: #5102A8;
}
.TagClassName
{
border-color: #5102A8;
}
</style>