#520285

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

Shades of Indigo #520285

Tints of Indigo #520285

Color information

#520285 (or 0x520285) is unknown color: approx Indigo. HEX triplet: 52, 02 and 85. RGB value is (82,2,133). Sum of RGB (Red+Green+Blue) = 82+2+133=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #520285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520285 is #ADFD7A. Grayscale: #282828. Windows color (decimal): -11402619 or 8716882. OLE color: 8716882.

HSL color Cylindrical-coordinate representation of color #520285: hue angle of 276.64º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520285 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB822133-
CMYK0.380.9800.48
HSL276.64º97.04%26.47%-
HSV(B)276.64º98.5%52.16%-
XYZ7.743.5322.46-
YUV40.85180157.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 2 (1.17% from 255) = 0.92%
BLUE value IS 133 (52.34% from 255) = 61.29%
R=37.79%
G=0.92%
B=61.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8221330.380.9800.48276.6497.0426.47
Hex522852662030115611a
Octal12222054614206042514132
Binary1010010101000010110011011000100110000100010101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520285; }

 p { color: rgb(82,2,133); }

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

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

 a { background-color: rgb(82,2,133); }

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

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

 span { border-color: rgb(82,2,133); }

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