#520978

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

Shades of Indigo #520978

Tints of Indigo #520978

Color information

#520978 (or 0x520978) is unknown color: approx Indigo. HEX triplet: 52, 09 and 78. RGB value is (82,9,120). Sum of RGB (Red+Green+Blue) = 82+9+120=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #520978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520978 is #ADF687. Grayscale: #2B2B2B. Windows color (decimal): -11400840 or 7866706. OLE color: 7866706.

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

Color convert

RGB829120-
CMYK0.320.9200.53
HSL279.46º86.05%25.29%-
HSV(B)279.46º92.5%47.06%-
XYZ6.973.3518.05-
YUV43.48171.18155.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.86%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=38.86%
G=4.27%
B=56.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8291200.320.9200.53279.4686.0525.29
Hex52978205C0351175619
Octal122111704013406542712631
Binary10100101001111100010000010111000110101100010111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520978; }

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

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

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

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

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

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

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

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