#510E7D

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

Shades of Indigo #510E7D

Tints of Indigo #510E7D

Color information

#510E7D (or 0x510E7D) is unknown color: approx Indigo. HEX triplet: 51, 0E and 7D. RGB value is (81,14,125). Sum of RGB (Red+Green+Blue) = 81+14+125=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #510E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E7D is #AEF182. Grayscale: #2E2E2E. Windows color (decimal): -11465091 or 8195665. OLE color: 8195665.

HSL color Cylindrical-coordinate representation of color #510E7D: hue angle of 276.22º 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 #510E7D is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8114125-
CMYK0.350.8900.51
HSL276.22º79.86%27.25%-
HSV(B)276.22º88.8%49.02%-
XYZ7.253.5419.7-
YUV46.69172.2152.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 14 (5.86% from 255) = 6.36%
BLUE value IS 125 (49.22% from 255) = 56.82%
R=36.82%
G=6.36%
B=56.82%

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
Decimal81141250.350.8900.51276.2279.8627.25
Hex51E7D2359033114501b
Octal121161754313106342412033
Binary10100011110111110110001110110010110011100010100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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