#510C76

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

Shades of Indigo #510C76

Tints of Indigo #510C76

Color information

#510C76 (or 0x510C76) is unknown color: approx Indigo. HEX triplet: 51, 0C and 76. RGB value is (81,12,118). Sum of RGB (Red+Green+Blue) = 81+12+118=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #510C76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C76 is #AEF389. Grayscale: #2C2C2C. Windows color (decimal): -11465610 or 7736401. OLE color: 7736401.

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

Color convert

RGB8112118-
CMYK0.310.9000.54
HSL279.06º81.54%25.49%-
HSV(B)279.06º89.83%46.27%-
XYZ6.793.3217.42-
YUV44.72169.36153.88-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.39%
GREEN value IS 12 (5.08% from 255) = 5.69%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=38.39%
G=5.69%
B=55.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81121180.310.9000.54279.0681.5425.49
Hex51C761F5A0361175219
Octal121141663713206642712231
Binary1010001110011101101111110110100110110100010111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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