#520CA3

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

Shades of Indigo #520CA3

Tints of Indigo #520CA3

Color information

#520CA3 (or 0x520CA3) is unknown color: approx Indigo. HEX triplet: 52, 0C and A3. RGB value is (82,12,163). Sum of RGB (Red+Green+Blue) = 82+12+163=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 163 (64.06% from 255 or 63.42% from 257); Max value from RGB is 163 - color contains mainly: blue. Hex color #520CA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520CA3 is #ADF35C. Grayscale: #313131. Windows color (decimal): -11400029 or 10685522. OLE color: 10685522.

HSL color Cylindrical-coordinate representation of color #520CA3: hue angle of 267.81º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520CA3 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8212163-
CMYK0.500.9300.36
HSL267.81º86.29%34.31%-
HSV(B)267.81º92.64%63.92%-
XYZ10.224.735.02-
YUV50.14191.69150.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 163 (64.06% from 255) = 63.42%
R=31.91%
G=4.67%
B=63.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal82121630.500.9300.36267.8186.2934.31
Hex52CA3325D02410c5622
Octal122142436213504441412642
Binary1010010110010100011110010101110101001001000011001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,12,163); }

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

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

 a { background-color: rgb(82,12,163); }

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

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

 span { border-color: rgb(82,12,163); }

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