#510A76

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

Shades of Indigo #510A76

Tints of Indigo #510A76

Color information

#510A76 (or 0x510A76) is unknown color: approx Indigo. HEX triplet: 51, 0A and 76. RGB value is (81,10,118). Sum of RGB (Red+Green+Blue) = 81+10+118=209 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.76% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #510A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A76 is #AEF589. Grayscale: #2B2B2B. Windows color (decimal): -11466122 or 7735889. OLE color: 7735889.

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

Color convert

RGB8110118-
CMYK0.310.9200.54
HSL279.44º84.38%25.1%-
HSV(B)279.44º91.53%46.27%-
XYZ6.773.2717.41-
YUV43.54170.02154.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.76%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=38.76%
G=4.78%
B=56.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81101180.310.9200.54279.4484.3825.1
Hex51A761F5C0361175419
Octal121121663713406642712431
Binary1010001101011101101111110111000110110100010111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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