#520473

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

Shades of Indigo #520473

Tints of Indigo #520473

Color information

#520473 (or 0x520473) is unknown color: approx Indigo. HEX triplet: 52, 04 and 73. RGB value is (82,4,115). Sum of RGB (Red+Green+Blue) = 82+4+115=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #520473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520473 is #ADFB8C. Grayscale: #272727. Windows color (decimal): -11402125 or 7537746. OLE color: 7537746.

HSL color Cylindrical-coordinate representation of color #520473: hue angle of 282.16º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520473 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB824115-
CMYK0.290.9700.55
HSL282.16º93.28%23.33%-
HSV(B)282.16º96.52%45.1%-
XYZ6.623.1216.47-
YUV39.98170.34157.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 40.80%
GREEN value IS 4 (1.95% from 255) = 1.99%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=40.80%
G=1.99%
B=57.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8241150.290.9700.55282.1693.2823.33
Hex524731D6103711a5d17
Octal12241633514106743213527
Binary101001010011100111110111000010110111100011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520473; }

 p { color: rgb(82,4,115); }

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

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

 a { background-color: rgb(82,4,115); }

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

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

 span { border-color: rgb(82,4,115); }

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