#510776

Color #510776 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #510776

Tints of Indigo #510776

Color information

#510776 (or 0x510776) is unknown color: approx Indigo. HEX triplet: 51, 07 and 76. RGB value is (81,7,118). Sum of RGB (Red+Green+Blue) = 81+7+118=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 7 (3.12% from 255 or 3.40% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #510776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510776 is #AEF889. Grayscale: #292929. Windows color (decimal): -11466890 or 7735121. OLE color: 7735121.

HSL color Cylindrical-coordinate representation of color #510776: hue angle of 280º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510776 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB817118-
CMYK0.310.9400.54
HSL280º88.8%24.51%-
HSV(B)280º94.07%46.27%-
XYZ6.743.2117.4-
YUV41.78171.02155.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 39.32%
GREEN value IS 7 (3.12% from 255) = 3.40%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=39.32%
G=3.40%
B=57.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8171180.310.9400.5428088.824.51
Hex517761F5E0361185919
Octal12171663713606643013131
Binary101000111111101101111110111100110110100011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510776; }

 p { color: rgb(81,7,118); }

 H1.HeaderClassName
 {
   color: #510776;
 }
 .AnyTagClassName
 {
   color: #510776;
 }
</style>
background-color css

<style>
 a { background-color: #510776; }

 a { background-color: rgb(81,7,118); }

 div.DivClassName
 {
   background-color: #510776;
 }
 .BgClassName
 {
   background-color: #510776;
 }
</style>
border-color css

<style>
 span { border-color: #510776; }

 span { border-color: rgb(81,7,118); }

 td.TdClassName
 {
   border-color: #510776;
 }
 .TagClassName
 {
   border-color: #510776;
 }
</style>