#520682

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

Shades of Indigo #520682

Tints of Indigo #520682

Color information

#520682 (or 0x520682) is unknown color: approx Indigo. HEX triplet: 52, 06 and 82. RGB value is (82,6,130). Sum of RGB (Red+Green+Blue) = 82+6+130=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #520682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520682 is #ADF97D. Grayscale: #2A2A2A. Windows color (decimal): -11401598 or 8521298. OLE color: 8521298.

HSL color Cylindrical-coordinate representation of color #520682: hue angle of 276.77º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520682 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB826130-
CMYK0.370.9500.49
HSL276.77º91.18%26.67%-
HSV(B)276.77º95.38%50.98%-
XYZ7.573.5421.4-
YUV42.86177.18155.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.61%
GREEN value IS 6 (2.73% from 255) = 2.75%
BLUE value IS 130 (51.17% from 255) = 59.63%
R=37.61%
G=2.75%
B=59.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8261300.370.9500.49276.7791.1826.67
Hex52682255F0311155b1b
Octal12262024513706142513333
Binary10100101101000001010010110111110110001100010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520682; }

 p { color: rgb(82,6,130); }

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

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

 a { background-color: rgb(82,6,130); }

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

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

 span { border-color: rgb(82,6,130); }

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