#520683

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

Shades of Indigo #520683

Tints of Indigo #520683

Color information

#520683 (or 0x520683) is unknown color: approx Indigo. HEX triplet: 52, 06 and 83. RGB value is (82,6,131). Sum of RGB (Red+Green+Blue) = 82+6+131=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 131 (51.56% from 255 or 59.82% from 219); Max value from RGB is 131 - color contains mainly: blue. Hex color #520683 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520683 is #ADF97C. Grayscale: #2A2A2A. Windows color (decimal): -11401597 or 8586834. OLE color: 8586834.

HSL color Cylindrical-coordinate representation of color #520683: hue angle of 276.48º 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 #520683 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB826131-
CMYK0.370.9500.49
HSL276.48º91.24%26.86%-
HSV(B)276.48º95.42%51.37%-
XYZ7.643.5621.76-
YUV42.97177.68155.84-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.44%
GREEN value IS 6 (2.73% from 255) = 2.74%
BLUE value IS 131 (51.56% from 255) = 59.82%
R=37.44%
G=2.74%
B=59.82%

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
Decimal8261310.370.9500.49276.4891.2426.86
Hex52683255F0311145b1b
Octal12262034513706142413333
Binary10100101101000001110010110111110110001100010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520683; }

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

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

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

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

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

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

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

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