Html Css Color HEX #520D71 Indigo

📋 copy color: '#520D71'

red 82 ◦ green 13 ◦ blue 113

#520D71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #520D71

Tints of Indigo #520D71

RGB

 RED value IS 82 (32.42% from 255) = 39.42%

 GREEN value IS 13 (5.47% from 255) = 6.25%

 BLUE value IS 113 (44.53% from 255) = 54.33%

R = 39.42%
G = 6.25%
B = 54.33%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520D71 (or 0x520D71) is known color: Indigo. HEX triplet: 52, 0D and 71. RGB value is (82,13,113). Sum of RGB (Red+Green+Blue) = 82+13+113=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #520D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D71 is #ADF28E. Grayscale: #2C2C2C. Windows color (decimal): -11399823 or 7408978. OLE color: 7408978.

HSL color Cylindrical-coordinate representation of color #520D71: hue angle of 281.4º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520D71 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 13 113 -
CMYK 0.27 0.88 0 0.56
HSL 281.4º 0.79% 0.25% -
HSV(B) 281.4º 0.88% 0.44% -
XYZ 6.6 3.27 15.91 -
YUV 45.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 82 13 113 0.27 0.88 0 0.56 281.4 0.79 0.25
Hex 52 D 71 1B 58 0 38 119 4F 19
Octal 122 15 161 33 130 0 70 431 117 31
Binary 1010010 1101 1110001 11011 1011000 0 111000 100011001 1001111 11001

Color Harmonies of #520D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D71

Black with #520D71

Text Example


Text Example

White with #520D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #520D71;
 }
 .AnyTagClassName
 {
   color: #520D71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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