#520470

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

Shades of Indigo #520470

Tints of Indigo #520470

Color information

#520470 (or 0x520470) is unknown color: approx Indigo. HEX triplet: 52, 04 and 70. RGB value is (82,4,112). Sum of RGB (Red+Green+Blue) = 82+4+112=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #520470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520470 is #ADFB8F. Grayscale: #272727. Windows color (decimal): -11402128 or 7341138. OLE color: 7341138.

HSL color Cylindrical-coordinate representation of color #520470: hue angle of 283.33º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520470 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB824112-
CMYK0.270.9600.56
HSL283.33º93.1%22.75%-
HSV(B)283.33º96.43%43.92%-
XYZ6.453.0515.58-
YUV39.63168.84158.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 112 (44.14% from 255) = 56.57%
R=41.41%
G=2.02%
B=56.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8241120.270.9600.56283.3393.122.75
Hex524701B6003811b5d17
Octal12241603314007043313527
Binary101001010011100001101111000000111000100011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520470; }

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

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

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

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

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

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

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

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