#520687

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

Shades of Indigo #520687

Tints of Indigo #520687

Color information

#520687 (or 0x520687) is unknown color: approx Indigo. HEX triplet: 52, 06 and 87. RGB value is (82,6,135). Sum of RGB (Red+Green+Blue) = 82+6+135=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 135 (53.12% from 255 or 60.54% from 223); Max value from RGB is 135 - color contains mainly: blue. Hex color #520687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520687 is #ADF978. Grayscale: #2A2A2A. Windows color (decimal): -11401593 or 8848978. OLE color: 8848978.

HSL color Cylindrical-coordinate representation of color #520687: hue angle of 275.35º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520687 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB826135-
CMYK0.390.9600.47
HSL275.35º91.49%27.65%-
HSV(B)275.35º95.56%52.94%-
XYZ7.923.6723.21-
YUV43.43179.68155.51-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 36.77%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 135 (53.12% from 255) = 60.54%
R=36.77%
G=2.69%
B=60.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8261350.390.9600.47275.3591.4927.65
Hex52687276002F1135b1c
Octal12262074714005742313334
Binary10100101101000011110011111000000101111100010011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520687; }

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

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

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

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

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

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

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

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