#520878

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

Shades of Indigo #520878

Tints of Indigo #520878

Color information

#520878 (or 0x520878) is unknown color: approx Indigo. HEX triplet: 52, 08 and 78. RGB value is (82,8,120). Sum of RGB (Red+Green+Blue) = 82+8+120=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #520878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520878 is #ADF787. Grayscale: #2A2A2A. Windows color (decimal): -11401096 or 7866450. OLE color: 7866450.

HSL color Cylindrical-coordinate representation of color #520878: hue angle of 279.64º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520878 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB828120-
CMYK0.320.9300.53
HSL279.64º87.5%25.1%-
HSV(B)279.64º93.33%47.06%-
XYZ6.963.3218.04-
YUV42.89171.52155.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 8 (3.52% from 255) = 3.81%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=39.05%
G=3.81%
B=57.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8281200.320.9300.53279.6487.525.1
Hex52878205D0351185819
Octal122101704013506543013031
Binary10100101000111100010000010111010110101100011000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520878; }

 p { color: rgb(82,8,120); }

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

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

 a { background-color: rgb(82,8,120); }

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

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

 span { border-color: rgb(82,8,120); }

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