Shades of Indigo #510297
Tints of Indigo #510297
RGB
CMYK
RGB Variations
Color information
#510297 (or 0x510297) is known color: Indigo. HEX triplet: 51, 02 and 97. RGB value is (81,2,151). Sum of RGB (Red+Green+Blue) = 81+2+151=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #510297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510297 is #AEFD68. Grayscale: #2A2A2A. Windows color (decimal): -11468137 or 9896529. OLE color: 9896529.
HSL color Cylindrical-coordinate representation of color #510297: hue angle of 271.81º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510297 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 81 | 2 | 151 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.41 |
| HSL | 271.81º | 0.97% | 0.3% | - |
| HSV(B) | 271.81º | 0.99% | 0.59% | - |
| XYZ | 9 | 4.03 | 29.58 | - |
| YUV | 42.61 | 189.17 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 151 | 0.46 | 0.99 | 0 | 0.41 | 271.81 | 0.97 | 0.3 |
| Hex | 51 | 2 | 97 | 2E | 63 | 0 | 29 | 110 | 61 | 1E |
| Octal | 121 | 2 | 227 | 56 | 143 | 0 | 51 | 420 | 141 | 36 |
| Binary | 1010001 | 10 | 10010111 | 101110 | 1100011 | 0 | 101001 | 100010000 | 1100001 | 11110 |
Color Harmonies of #510297
Complementary color
Monochromatic Colors of #510297
Black with #510297
Text Example
Text Example
White with #510297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510297; }
p { color: rgb(81,2,151); }
H1.HeaderClassName
{
color: #510297;
}
.AnyTagClassName
{
color: #510297;
}
</style>
background-color css
<style>
a { background-color: #510297; }
a { background-color: rgb(81,2,151); }
div.DivClassName
{
background-color: #510297;
}
.BgClassName
{
background-color: #510297;
}
</style>
border-color css
<style>
span { border-color: #510297; }
span { border-color: rgb(81,2,151); }
td.TdClassName
{
border-color: #510297;
}
.TagClassName
{
border-color: #510297;
}
</style>