#520BA5

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

Shades of Indigo #520BA5

Tints of Indigo #520BA5

Color information

#520BA5 (or 0x520BA5) is unknown color: approx Indigo. HEX triplet: 52, 0B and A5. RGB value is (82,11,165). Sum of RGB (Red+Green+Blue) = 82+11+165=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #520BA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520BA5 is #ADF45A. Grayscale: #313131. Windows color (decimal): -11400283 or 10816338. OLE color: 10816338.

HSL color Cylindrical-coordinate representation of color #520BA5: hue angle of 267.66º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520BA5 is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8211165-
CMYK0.500.9300.35
HSL267.66º87.5%34.51%-
HSV(B)267.66º93.33%64.71%-
XYZ10.394.7535.97-
YUV49.78193.02150.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 11 (4.69% from 255) = 4.26%
BLUE value IS 165 (64.84% from 255) = 63.95%
R=31.78%
G=4.26%
B=63.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal82111650.500.9300.35267.6687.534.51
Hex52BA5325D02310c5823
Octal122132456213504341413043
Binary1010010101110100101110010101110101000111000011001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,11,165); }

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

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

 a { background-color: rgb(82,11,165); }

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

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

 span { border-color: rgb(82,11,165); }

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