#510D76

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

Shades of Indigo #510D76

Tints of Indigo #510D76

Color information

#510D76 (or 0x510D76) is unknown color: approx Indigo. HEX triplet: 51, 0D and 76. RGB value is (81,13,118). Sum of RGB (Red+Green+Blue) = 81+13+118=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #510D76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D76 is #AEF289. Grayscale: #2C2C2C. Windows color (decimal): -11465354 or 7736657. OLE color: 7736657.

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

Color convert

RGB8113118-
CMYK0.310.8900.54
HSL278.86º80.15%25.69%-
HSV(B)278.86º88.98%46.27%-
XYZ6.813.3517.43-
YUV45.3169.03153.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=38.21%
G=6.13%
B=55.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81131180.310.8900.54278.8680.1525.69
Hex51D761F59036117501a
Octal121151663713106642712032
Binary1010001110111101101111110110010110110100010111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510D76; }

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

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

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

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

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

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

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

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