Shades of Indigo #5109AA
Tints of Indigo #5109AA
RGB
CMYK
RGB Variations
Color information
#5109AA (or 0x5109AA) is known color: Indigo. HEX triplet: 51, 09 and AA. RGB value is (81,9,170). Sum of RGB (Red+Green+Blue) = 81+9+170=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #5109AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5109AA is #AEF655. Grayscale: #303030. Windows color (decimal): -11466326 or 11143505. OLE color: 11143505.
HSL color Cylindrical-coordinate representation of color #5109AA: hue angle of 266.83º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5109AA is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 9 | 170 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.33 |
| HSL | 266.83º | 0.9% | 0.35% | - |
| HSV(B) | 266.83º | 0.95% | 0.67% | - |
| XYZ | 10.75 | 4.85 | 38.4 | - |
| YUV | 48.88 | 196.35 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 170 | 0.52 | 0.95 | 0 | 0.33 | 266.83 | 0.9 | 0.35 |
| Hex | 51 | 9 | AA | 34 | 5F | 0 | 21 | 10B | 5A | 23 |
| Octal | 121 | 11 | 252 | 64 | 137 | 0 | 41 | 413 | 132 | 43 |
| Binary | 1010001 | 1001 | 10101010 | 110100 | 1011111 | 0 | 100001 | 100001011 | 1011010 | 100011 |
Color Harmonies of #5109AA
Complementary color
Monochromatic Colors of #5109AA
Black with #5109AA
Text Example
Text Example
White with #5109AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5109AA; }
p { color: rgb(81,9,170); }
H1.HeaderClassName
{
color: #5109AA;
}
.AnyTagClassName
{
color: #5109AA;
}
</style>
background-color css
<style>
a { background-color: #5109AA; }
a { background-color: rgb(81,9,170); }
div.DivClassName
{
background-color: #5109AA;
}
.BgClassName
{
background-color: #5109AA;
}
</style>
border-color css
<style>
span { border-color: #5109AA; }
span { border-color: rgb(81,9,170); }
td.TdClassName
{
border-color: #5109AA;
}
.TagClassName
{
border-color: #5109AA;
}
</style>