Shades of Indigo #510767
Tints of Indigo #510767
RGB
CMYK
RGB Variations
Color information
#510767 (or 0x510767) is known color: Indigo. HEX triplet: 51, 07 and 67. RGB value is (81,7,103). Sum of RGB (Red+Green+Blue) = 81+7+103=191 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.41% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #510767 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510767 is #AEF898. Grayscale: #272727. Windows color (decimal): -11466905 or 6752081. OLE color: 6752081.
HSL color Cylindrical-coordinate representation of color #510767: hue angle of 286.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #510767 is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 7 | 103 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.60 |
| HSL | 286.25º | 0.87% | 0.22% | - |
| HSV(B) | 286.25º | 0.93% | 0.4% | - |
| XYZ | 5.92 | 2.88 | 13.08 | - |
| YUV | 40.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 103 | 0.21 | 0.93 | 0 | 0.60 | 286.25 | 0.87 | 0.22 |
| Hex | 51 | 7 | 67 | 15 | 5D | 0 | 3C | 11E | 57 | 16 |
| Octal | 121 | 7 | 147 | 25 | 135 | 0 | 74 | 436 | 127 | 26 |
| Binary | 1010001 | 111 | 1100111 | 10101 | 1011101 | 0 | 111100 | 100011110 | 1010111 | 10110 |
Color Harmonies of #510767
Complementary color
Monochromatic Colors of #510767
Black with #510767
Text Example
Text Example
White with #510767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510767; }
p { color: rgb(81,7,103); }
H1.HeaderClassName
{
color: #510767;
}
.AnyTagClassName
{
color: #510767;
}
</style>
background-color css
<style>
a { background-color: #510767; }
a { background-color: rgb(81,7,103); }
div.DivClassName
{
background-color: #510767;
}
.BgClassName
{
background-color: #510767;
}
</style>
border-color css
<style>
span { border-color: #510767; }
span { border-color: rgb(81,7,103); }
td.TdClassName
{
border-color: #510767;
}
.TagClassName
{
border-color: #510767;
}
</style>