Html Css Color HEX #520771 Indigo

📋 copy color: '#520771'

red 82 ◦ green 7 ◦ blue 113

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

Shades of Indigo #520771

Tints of Indigo #520771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.47%

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

R = 40.59%
G = 3.47%
B = 55.94%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520771 (or 0x520771) is known color: Indigo. HEX triplet: 52, 07 and 71. RGB value is (82,7,113). Sum of RGB (Red+Green+Blue) = 82+7+113=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 113 (44.53% from 255 or 55.94% from 202); Max value from RGB is 113 - color contains mainly: blue. Hex color #520771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520771 is #ADF88E. Grayscale: #292929. Windows color (decimal): -11401359 or 7407442. OLE color: 7407442.

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

Color convert

RGB 82 7 113 -
CMYK 0.27 0.94 0 0.56
HSL 282.45º 0.88% 0.24% -
HSV(B) 282.45º 0.94% 0.44% -
XYZ 6.54 3.14 15.88 -
YUV 41.51 168.35 156.88 -
System Red Green Blue C M Y K H S L
Decimal 82 7 113 0.27 0.94 0 0.56 282.45 0.88 0.24
Hex 52 7 71 1B 5E 0 38 11A 58 18
Octal 122 7 161 33 136 0 70 432 130 30
Binary 1010010 111 1110001 11011 1011110 0 111000 100011010 1011000 11000

Color Harmonies of #520771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520771

Black with #520771

Text Example


Text Example

White with #520771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520771; }

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

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

background-color css

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

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

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

border-color css

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

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

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