#520B71

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

Shades of Indigo #520B71

Tints of Indigo #520B71

Color information

#520B71 (or 0x520B71) is unknown color: approx Indigo. HEX triplet: 52, 0B and 71. RGB value is (82,11,113). Sum of RGB (Red+Green+Blue) = 82+11+113=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #520B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520B71 is #ADF48E. Grayscale: #2B2B2B. Windows color (decimal): -11400335 or 7408466. OLE color: 7408466.

HSL color Cylindrical-coordinate representation of color #520B71: hue angle of 281.76º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520B71 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8211113-
CMYK0.270.9000.56
HSL281.76º82.26%24.31%-
HSV(B)281.76º90.27%44.31%-
XYZ6.583.2315.9-
YUV43.86167.02155.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.81%
GREEN value IS 11 (4.69% from 255) = 5.34%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=39.81%
G=5.34%
B=54.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal82111130.270.9000.56281.7682.2624.31
Hex52B711B5A03811a5218
Octal122131613313207043212230
Binary1010010101111100011101110110100111000100011010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #520B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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