Shades of Indigo #510282
Tints of Indigo #510282
RGB
CMYK
RGB Variations
Color information
#510282 (or 0x510282) is known color: Indigo. HEX triplet: 51, 02 and 82. RGB value is (81,2,130). Sum of RGB (Red+Green+Blue) = 81+2+130=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #510282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #510282 is #AEFD7D. Grayscale: #272727. Windows color (decimal): -11468158 or 8520273. OLE color: 8520273.
HSL color Cylindrical-coordinate representation of color #510282: hue angle of 277.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510282 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 2 | 130 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.49 |
| HSL | 277.03º | 0.97% | 0.26% | - |
| HSV(B) | 277.03º | 0.98% | 0.51% | - |
| XYZ | 7.44 | 3.4 | 21.38 | - |
| YUV | 40.21 | 178.67 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 130 | 0.38 | 0.98 | 0 | 0.49 | 277.03 | 0.97 | 0.26 |
| Hex | 51 | 2 | 82 | 26 | 62 | 0 | 31 | 115 | 61 | 1A |
| Octal | 121 | 2 | 202 | 46 | 142 | 0 | 61 | 425 | 141 | 32 |
| Binary | 1010001 | 10 | 10000010 | 100110 | 1100010 | 0 | 110001 | 100010101 | 1100001 | 11010 |
Color Harmonies of #510282
Complementary color
Monochromatic Colors of #510282
Black with #510282
Text Example
Text Example
White with #510282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510282; }
p { color: rgb(81,2,130); }
H1.HeaderClassName
{
color: #510282;
}
.AnyTagClassName
{
color: #510282;
}
</style>
background-color css
<style>
a { background-color: #510282; }
a { background-color: rgb(81,2,130); }
div.DivClassName
{
background-color: #510282;
}
.BgClassName
{
background-color: #510282;
}
</style>
border-color css
<style>
span { border-color: #510282; }
span { border-color: rgb(81,2,130); }
td.TdClassName
{
border-color: #510282;
}
.TagClassName
{
border-color: #510282;
}
</style>