Html Css Color HEX #520971 Indigo

📋 copy color: '#520971'

red 82 ◦ green 9 ◦ blue 113

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

Shades of Indigo #520971

Tints of Indigo #520971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.41%

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

R = 40.2%
G = 4.41%
B = 55.39%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520971 (or 0x520971) is known color: Indigo. HEX triplet: 52, 09 and 71. RGB value is (82,9,113). Sum of RGB (Red+Green+Blue) = 82+9+113=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 9 (3.91% from 255 or 4.41% from 204); Blue value is 113 (44.53% from 255 or 55.39% from 204); Max value from RGB is 113 - color contains mainly: blue. Hex color #520971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520971 is #ADF68E. Grayscale: #2A2A2A. Windows color (decimal): -11400847 or 7407954. OLE color: 7407954.

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

Color convert

RGB 82 9 113 -
CMYK 0.27 0.92 0 0.56
HSL 282.12º 0.85% 0.24% -
HSV(B) 282.12º 0.92% 0.44% -
XYZ 6.56 3.18 15.89 -
YUV 42.68 167.68 156.04 -
System Red Green Blue C M Y K H S L
Decimal 82 9 113 0.27 0.92 0 0.56 282.12 0.85 0.24
Hex 52 9 71 1B 5C 0 38 11A 55 18
Octal 122 11 161 33 134 0 70 432 125 30
Binary 1010010 1001 1110001 11011 1011100 0 111000 100011010 1010101 11000

Color Harmonies of #520971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520971

Black with #520971

Text Example


Text Example

White with #520971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520971; }

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

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

background-color css

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

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

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

border-color css

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

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

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