Shades of Indigo #510262
Tints of Indigo #510262
RGB
CMYK
RGB Variations
Color information
#510262 (or 0x510262) is known color: Indigo. HEX triplet: 51, 02 and 62. RGB value is (81,2,98). Sum of RGB (Red+Green+Blue) = 81+2+98=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 98 (38.67% from 255 or 54.14% from 181); Max value from RGB is 98 - color contains mainly: blue. Hex color #510262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510262 is #AEFD9D. Grayscale: #242424. Windows color (decimal): -11468190 or 6423121. OLE color: 6423121.
HSL color Cylindrical-coordinate representation of color #510262: hue angle of 289.38º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510262 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 81 | 2 | 98 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.62 |
| HSL | 289.38º | 0.96% | 0.2% | - |
| HSV(B) | 289.38º | 0.98% | 0.38% | - |
| XYZ | 5.62 | 2.67 | 11.78 | - |
| YUV | 36.57 | 162.67 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 98 | 0.17 | 0.98 | 0 | 0.62 | 289.38 | 0.96 | 0.2 |
| Hex | 51 | 2 | 62 | 11 | 62 | 0 | 3E | 121 | 60 | 14 |
| Octal | 121 | 2 | 142 | 21 | 142 | 0 | 76 | 441 | 140 | 24 |
| Binary | 1010001 | 10 | 1100010 | 10001 | 1100010 | 0 | 111110 | 100100001 | 1100000 | 10100 |
Color Harmonies of #510262
Complementary color
Monochromatic Colors of #510262
Black with #510262
Text Example
Text Example
White with #510262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510262; }
p { color: rgb(81,2,98); }
H1.HeaderClassName
{
color: #510262;
}
.AnyTagClassName
{
color: #510262;
}
</style>
background-color css
<style>
a { background-color: #510262; }
a { background-color: rgb(81,2,98); }
div.DivClassName
{
background-color: #510262;
}
.BgClassName
{
background-color: #510262;
}
</style>
border-color css
<style>
span { border-color: #510262; }
span { border-color: rgb(81,2,98); }
td.TdClassName
{
border-color: #510262;
}
.TagClassName
{
border-color: #510262;
}
</style>