Shades of Indigo #510488
Tints of Indigo #510488
RGB
CMYK
RGB Variations
Color information
#510488 (or 0x510488) is known color: Indigo. HEX triplet: 51, 04 and 88. RGB value is (81,4,136). Sum of RGB (Red+Green+Blue) = 81+4+136=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #510488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510488 is #AEFB77. Grayscale: #292929. Windows color (decimal): -11467640 or 8914001. OLE color: 8914001.
HSL color Cylindrical-coordinate representation of color #510488: hue angle of 275º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #510488 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 4 | 136 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.47 |
| HSL | 275º | 0.94% | 0.27% | - |
| HSV(B) | 275º | 0.97% | 0.53% | - |
| XYZ | 7.88 | 3.61 | 23.57 | - |
| YUV | 42.07 | 181.01 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 4 | 136 | 0.40 | 0.97 | 0 | 0.47 | 275 | 0.94 | 0.27 |
| Hex | 51 | 4 | 88 | 28 | 61 | 0 | 2F | 113 | 5E | 1B |
| Octal | 121 | 4 | 210 | 50 | 141 | 0 | 57 | 423 | 136 | 33 |
| Binary | 1010001 | 100 | 10001000 | 101000 | 1100001 | 0 | 101111 | 100010011 | 1011110 | 11011 |
Color Harmonies of #510488
Complementary color
Monochromatic Colors of #510488
Black with #510488
Text Example
Text Example
White with #510488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510488; }
p { color: rgb(81,4,136); }
H1.HeaderClassName
{
color: #510488;
}
.AnyTagClassName
{
color: #510488;
}
</style>
background-color css
<style>
a { background-color: #510488; }
a { background-color: rgb(81,4,136); }
div.DivClassName
{
background-color: #510488;
}
.BgClassName
{
background-color: #510488;
}
</style>
border-color css
<style>
span { border-color: #510488; }
span { border-color: rgb(81,4,136); }
td.TdClassName
{
border-color: #510488;
}
.TagClassName
{
border-color: #510488;
}
</style>