#520879

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

Shades of Indigo #520879

Tints of Indigo #520879

Color information

#520879 (or 0x520879) is unknown color: approx Indigo. HEX triplet: 52, 08 and 79. RGB value is (82,8,121). Sum of RGB (Red+Green+Blue) = 82+8+121=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #520879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520879 is #ADF786. Grayscale: #2A2A2A. Windows color (decimal): -11401095 or 7931986. OLE color: 7931986.

HSL color Cylindrical-coordinate representation of color #520879: hue angle of 279.29º 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 #520879 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB828121-
CMYK0.320.9300.53
HSL279.29º87.6%25.29%-
HSV(B)279.29º93.39%47.45%-
XYZ7.023.3518.37-
YUV43.01172.02155.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=38.86%
G=3.79%
B=57.35%

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
Decimal8281210.320.9300.53279.2987.625.29
Hex52879205D0351175819
Octal122101714013506542713031
Binary10100101000111100110000010111010110101100010111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520879; }

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

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

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

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

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

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

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

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