Html Css Color HEX #520271 Indigo

📋 copy color: '#520271'

red 82 ◦ green 2 ◦ blue 113

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

Shades of Indigo #520271

Tints of Indigo #520271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.02%

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

R = 41.62%
G = 1.02%
B = 57.36%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520271 (or 0x520271) is known color: Indigo. HEX triplet: 52, 02 and 71. RGB value is (82,2,113). Sum of RGB (Red+Green+Blue) = 82+2+113=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #520271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520271 is #ADFD8E. Grayscale: #262626. Windows color (decimal): -11402639 or 7406162. OLE color: 7406162.

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

Color convert

RGB 82 2 113 -
CMYK 0.27 0.98 0 0.56
HSL 283.24º 0.97% 0.23% -
HSV(B) 283.24º 0.98% 0.44% -
XYZ 6.48 3.03 15.87 -
YUV 38.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 82 2 113 0.27 0.98 0 0.56 283.24 0.97 0.23
Hex 52 2 71 1B 62 0 38 11B 61 17
Octal 122 2 161 33 142 0 70 433 141 27
Binary 1010010 10 1110001 11011 1100010 0 111000 100011011 1100001 10111

Color Harmonies of #520271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520271

Black with #520271

Text Example


Text Example

White with #520271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520271; }

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

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

background-color css

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

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

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

border-color css

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

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

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