#510D71

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

Shades of Indigo #510D71

Tints of Indigo #510D71

Color information

#510D71 (or 0x510D71) is unknown color: approx Indigo. HEX triplet: 51, 0D and 71. RGB value is (81,13,113). Sum of RGB (Red+Green+Blue) = 81+13+113=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #510D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510D71 is #AEF28E. Grayscale: #2C2C2C. Windows color (decimal): -11465359 or 7408977. OLE color: 7408977.

HSL color Cylindrical-coordinate representation of color #510D71: hue angle of 280.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510D71 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8113113-
CMYK0.280.8800.56
HSL280.8º79.37%24.71%-
HSV(B)280.8º88.5%44.31%-
XYZ6.523.2315.9-
YUV44.73166.53153.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 13 (5.47% from 255) = 6.28%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=39.13%
G=6.28%
B=54.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81131130.280.8800.56280.879.3724.71
Hex51D711C580381194f19
Octal121151613413007043111731
Binary1010001110111100011110010110000111000100011001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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