Shades of Indigo #510968
Tints of Indigo #510968
RGB
CMYK
RGB Variations
Color information
#510968 (or 0x510968) is known color: Indigo. HEX triplet: 51, 09 and 68. RGB value is (81,9,104). Sum of RGB (Red+Green+Blue) = 81+9+104=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #510968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510968 is #AEF697. Grayscale: #292929. Windows color (decimal): -11466392 or 6818129. OLE color: 6818129.
HSL color Cylindrical-coordinate representation of color #510968: hue angle of 285.47º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #510968 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 9 | 104 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.59 |
| HSL | 285.47º | 0.84% | 0.22% | - |
| HSV(B) | 285.47º | 0.91% | 0.41% | - |
| XYZ | 5.99 | 2.94 | 13.35 | - |
| YUV | 41.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 104 | 0.22 | 0.91 | 0 | 0.59 | 285.47 | 0.84 | 0.22 |
| Hex | 51 | 9 | 68 | 16 | 5B | 0 | 3B | 11D | 54 | 16 |
| Octal | 121 | 11 | 150 | 26 | 133 | 0 | 73 | 435 | 124 | 26 |
| Binary | 1010001 | 1001 | 1101000 | 10110 | 1011011 | 0 | 111011 | 100011101 | 1010100 | 10110 |
Color Harmonies of #510968
Complementary color
Monochromatic Colors of #510968
Black with #510968
Text Example
Text Example
White with #510968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510968; }
p { color: rgb(81,9,104); }
H1.HeaderClassName
{
color: #510968;
}
.AnyTagClassName
{
color: #510968;
}
</style>
background-color css
<style>
a { background-color: #510968; }
a { background-color: rgb(81,9,104); }
div.DivClassName
{
background-color: #510968;
}
.BgClassName
{
background-color: #510968;
}
</style>
border-color css
<style>
span { border-color: #510968; }
span { border-color: rgb(81,9,104); }
td.TdClassName
{
border-color: #510968;
}
.TagClassName
{
border-color: #510968;
}
</style>