#510E7C

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

Shades of Indigo #510E7C

Tints of Indigo #510E7C

Color information

#510E7C (or 0x510E7C) is unknown color: approx Indigo. HEX triplet: 51, 0E and 7C. RGB value is (81,14,124). Sum of RGB (Red+Green+Blue) = 81+14+124=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #510E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E7C is #AEF183. Grayscale: #2E2E2E. Windows color (decimal): -11465092 or 8130129. OLE color: 8130129.

HSL color Cylindrical-coordinate representation of color #510E7C: hue angle of 276.55º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510E7C is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8114124-
CMYK0.350.8900.51
HSL276.55º79.71%27.06%-
HSV(B)276.55º88.71%48.63%-
XYZ7.193.5219.37-
YUV46.57171.7152.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 14 (5.86% from 255) = 6.39%
BLUE value IS 124 (48.83% from 255) = 56.62%
R=36.99%
G=6.39%
B=56.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81141240.350.8900.51276.5579.7127.06
Hex51E7C2359033115501b
Octal121161744313106342512033
Binary10100011110111110010001110110010110011100010101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,14,124); }

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

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

 a { background-color: rgb(81,14,124); }

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

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

 span { border-color: rgb(81,14,124); }

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