Shades of Indigo #510295
Tints of Indigo #510295
RGB
CMYK
RGB Variations
Color information
#510295 (or 0x510295) is known color: Indigo. HEX triplet: 51, 02 and 95. RGB value is (81,2,149). Sum of RGB (Red+Green+Blue) = 81+2+149=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #510295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510295 is #AEFD6A. Grayscale: #292929. Windows color (decimal): -11468139 or 9765457. OLE color: 9765457.
HSL color Cylindrical-coordinate representation of color #510295: hue angle of 272.24º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510295 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 2 | 149 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.42 |
| HSL | 272.24º | 0.97% | 0.3% | - |
| HSV(B) | 272.24º | 0.99% | 0.58% | - |
| XYZ | 8.84 | 3.96 | 28.73 | - |
| YUV | 42.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 149 | 0.46 | 0.99 | 0 | 0.42 | 272.24 | 0.97 | 0.3 |
| Hex | 51 | 2 | 95 | 2E | 63 | 0 | 2A | 110 | 61 | 1E |
| Octal | 121 | 2 | 225 | 56 | 143 | 0 | 52 | 420 | 141 | 36 |
| Binary | 1010001 | 10 | 10010101 | 101110 | 1100011 | 0 | 101010 | 100010000 | 1100001 | 11110 |
Color Harmonies of #510295
Complementary color
Monochromatic Colors of #510295
Black with #510295
Text Example
Text Example
White with #510295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510295; }
p { color: rgb(81,2,149); }
H1.HeaderClassName
{
color: #510295;
}
.AnyTagClassName
{
color: #510295;
}
</style>
background-color css
<style>
a { background-color: #510295; }
a { background-color: rgb(81,2,149); }
div.DivClassName
{
background-color: #510295;
}
.BgClassName
{
background-color: #510295;
}
</style>
border-color css
<style>
span { border-color: #510295; }
span { border-color: rgb(81,2,149); }
td.TdClassName
{
border-color: #510295;
}
.TagClassName
{
border-color: #510295;
}
</style>