#520382

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

Shades of Indigo #520382

Tints of Indigo #520382

Color information

#520382 (or 0x520382) is unknown color: approx Indigo. HEX triplet: 52, 03 and 82. RGB value is (82,3,130). Sum of RGB (Red+Green+Blue) = 82+3+130=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #520382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520382 is #ADFC7D. Grayscale: #282828. Windows color (decimal): -11402366 or 8520530. OLE color: 8520530.

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

Color convert

RGB823130-
CMYK0.370.9800.49
HSL277.32º95.49%26.08%-
HSV(B)277.32º97.69%50.98%-
XYZ7.543.4721.39-
YUV41.1178.17157.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 130 (51.17% from 255) = 60.47%
R=38.14%
G=1.40%
B=60.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8231300.370.9800.49277.3295.4926.08
Hex5238225620311155f1a
Octal12232024514206142513732
Binary1010010111000001010010111000100110001100010101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520382; }

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

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

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

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

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

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

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

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