#510576

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

Shades of Indigo #510576

Tints of Indigo #510576

Color information

#510576 (or 0x510576) is unknown color: approx Indigo. HEX triplet: 51, 05 and 76. RGB value is (81,5,118). Sum of RGB (Red+Green+Blue) = 81+5+118=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #510576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510576 is #AEFA89. Grayscale: #282828. Windows color (decimal): -11467402 or 7734609. OLE color: 7734609.

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

Color convert

RGB815118-
CMYK0.310.9600.54
HSL280.35º91.87%24.12%-
HSV(B)280.35º95.76%46.27%-
XYZ6.723.1717.4-
YUV40.61171.68156.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=39.71%
G=2.45%
B=57.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8151180.310.9600.54280.3591.8724.12
Hex515761F600361185c18
Octal12151663714006643013430
Binary101000110111101101111111000000110110100011000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510576; }

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

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

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

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

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

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

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

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