Shades of Indigo #510A88
Tints of Indigo #510A88
RGB
CMYK
RGB Variations
Color information
#510A88 (or 0x510A88) is known color: Indigo. HEX triplet: 51, 0A and 88. RGB value is (81,10,136). Sum of RGB (Red+Green+Blue) = 81+10+136=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #510A88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510A88 is #AEF577. Grayscale: #2D2D2D. Windows color (decimal): -11466104 or 8915537. OLE color: 8915537.
HSL color Cylindrical-coordinate representation of color #510A88: hue angle of 273.81º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510A88 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 10 | 136 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.47 |
| HSL | 273.81º | 0.86% | 0.29% | - |
| HSV(B) | 273.81º | 0.93% | 0.53% | - |
| XYZ | 7.95 | 3.74 | 23.6 | - |
| YUV | 45.59 | 179.02 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 136 | 0.40 | 0.93 | 0 | 0.47 | 273.81 | 0.86 | 0.29 |
| Hex | 51 | A | 88 | 28 | 5D | 0 | 2F | 112 | 56 | 1D |
| Octal | 121 | 12 | 210 | 50 | 135 | 0 | 57 | 422 | 126 | 35 |
| Binary | 1010001 | 1010 | 10001000 | 101000 | 1011101 | 0 | 101111 | 100010010 | 1010110 | 11101 |
Color Harmonies of #510A88
Complementary color
Monochromatic Colors of #510A88
Black with #510A88
Text Example
Text Example
White with #510A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A88; }
p { color: rgb(81,10,136); }
H1.HeaderClassName
{
color: #510A88;
}
.AnyTagClassName
{
color: #510A88;
}
</style>
background-color css
<style>
a { background-color: #510A88; }
a { background-color: rgb(81,10,136); }
div.DivClassName
{
background-color: #510A88;
}
.BgClassName
{
background-color: #510A88;
}
</style>
border-color css
<style>
span { border-color: #510A88; }
span { border-color: rgb(81,10,136); }
td.TdClassName
{
border-color: #510A88;
}
.TagClassName
{
border-color: #510A88;
}
</style>