Shades of Indigo #5103A4
Tints of Indigo #5103A4
RGB
CMYK
RGB Variations
Color information
#5103A4 (or 0x5103A4) is known color: Indigo. HEX triplet: 51, 03 and A4. RGB value is (81,3,164). Sum of RGB (Red+Green+Blue) = 81+3+164=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 164 (64.45% from 255 or 66.13% from 248); Max value from RGB is 164 - color contains mainly: blue. Hex color #5103A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5103A4 is #AEFC5B. Grayscale: #2C2C2C. Windows color (decimal): -11467868 or 10748753. OLE color: 10748753.
HSL color Cylindrical-coordinate representation of color #5103A4: hue angle of 269.07º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5103A4 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 3 | 164 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.36 |
| HSL | 269.07º | 0.96% | 0.33% | - |
| HSV(B) | 269.07º | 0.98% | 0.64% | - |
| XYZ | 10.13 | 4.49 | 35.46 | - |
| YUV | 44.68 | 195.34 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 164 | 0.51 | 0.98 | 0 | 0.36 | 269.07 | 0.96 | 0.33 |
| Hex | 51 | 3 | A4 | 33 | 62 | 0 | 24 | 10D | 60 | 21 |
| Octal | 121 | 3 | 244 | 63 | 142 | 0 | 44 | 415 | 140 | 41 |
| Binary | 1010001 | 11 | 10100100 | 110011 | 1100010 | 0 | 100100 | 100001101 | 1100000 | 100001 |
Color Harmonies of #5103A4
Complementary color
Monochromatic Colors of #5103A4
Black with #5103A4
Text Example
Text Example
White with #5103A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103A4; }
p { color: rgb(81,3,164); }
H1.HeaderClassName
{
color: #5103A4;
}
.AnyTagClassName
{
color: #5103A4;
}
</style>
background-color css
<style>
a { background-color: #5103A4; }
a { background-color: rgb(81,3,164); }
div.DivClassName
{
background-color: #5103A4;
}
.BgClassName
{
background-color: #5103A4;
}
</style>
border-color css
<style>
span { border-color: #5103A4; }
span { border-color: rgb(81,3,164); }
td.TdClassName
{
border-color: #5103A4;
}
.TagClassName
{
border-color: #5103A4;
}
</style>