Html Css Color HEX #520071 Indigo

📋 copy color: '#520071'

red 82 ◦ green 0 ◦ blue 113

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

Shades of Indigo #520071

Tints of Indigo #520071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.05%
G = 0%
B = 57.95%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520071 (or 0x520071) is known color: Indigo. HEX triplet: 52, 00 and 71. RGB value is (82,0,113). Sum of RGB (Red+Green+Blue) = 82+0+113=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #520071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520071 is #ADFF8E. Grayscale: #252525. Windows color (decimal): -11403151 or 7405650. OLE color: 7405650.

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

Color convert

RGB 82 0 113 -
CMYK 0.27 1 0 0.56
HSL 283.54º 1% 0.22% -
HSV(B) 283.54º 1% 0.44% -
XYZ 6.46 2.99 15.86 -
YUV 37.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 82 0 113 0.27 1 0 0.56 283.54 1 0.22
Hex 52 0 71 1B 64 0 38 11C 64 16
Octal 122 0 161 33 144 0 70 434 144 26
Binary 1010010 0 1110001 11011 1100100 0 111000 100011100 1100100 10110

Color Harmonies of #520071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520071

Black with #520071

Text Example


Text Example

White with #520071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520071; }

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

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

background-color css

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

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

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

border-color css

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

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

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