Html Css Color HEX #520571 Indigo

📋 copy color: '#520571'

red 82 ◦ green 5 ◦ blue 113

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

Shades of Indigo #520571

Tints of Indigo #520571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.5%

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

R = 41%
G = 2.5%
B = 56.5%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520571 (or 0x520571) is known color: Indigo. HEX triplet: 52, 05 and 71. RGB value is (82,5,113). Sum of RGB (Red+Green+Blue) = 82+5+113=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #520571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520571 is #ADFA8E. Grayscale: #272727. Windows color (decimal): -11401871 or 7406930. OLE color: 7406930.

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

Color convert

RGB 82 5 113 -
CMYK 0.27 0.96 0 0.56
HSL 282.78º 0.92% 0.23% -
HSV(B) 282.78º 0.96% 0.44% -
XYZ 6.51 3.09 15.88 -
YUV 40.34 169.01 157.72 -
System Red Green Blue C M Y K H S L
Decimal 82 5 113 0.27 0.96 0 0.56 282.78 0.92 0.23
Hex 52 5 71 1B 60 0 38 11B 5C 17
Octal 122 5 161 33 140 0 70 433 134 27
Binary 1010010 101 1110001 11011 1100000 0 111000 100011011 1011100 10111

Color Harmonies of #520571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520571

Black with #520571

Text Example


Text Example

White with #520571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520571; }

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

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

background-color css

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

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

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

border-color css

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

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

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