#520A78

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

Shades of Indigo #520A78

Tints of Indigo #520A78

Color information

#520A78 (or 0x520A78) is unknown color: approx Indigo. HEX triplet: 52, 0A and 78. RGB value is (82,10,120). Sum of RGB (Red+Green+Blue) = 82+10+120=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #520A78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520A78 is #ADF587. Grayscale: #2B2B2B. Windows color (decimal): -11400584 or 7866962. OLE color: 7866962.

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

Color convert

RGB8210120-
CMYK0.320.9200.53
HSL279.27º84.62%25.49%-
HSV(B)279.27º91.67%47.06%-
XYZ6.983.3718.05-
YUV44.07170.85155.06-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.68%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=38.68%
G=4.72%
B=56.60%

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
Decimal82101200.320.9200.53279.2784.6225.49
Hex52A78205C0351175519
Octal122121704013406542712531
Binary10100101010111100010000010111000110101100010111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #520A78; }

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

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

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

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

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

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

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

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