Html Css Color HEX #520C71 Indigo

📋 copy color: '#520C71'

red 82 ◦ green 12 ◦ blue 113

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

Shades of Indigo #520C71

Tints of Indigo #520C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

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

R = 39.61%
G = 5.8%
B = 54.59%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520C71 (or 0x520C71) is known color: Indigo. HEX triplet: 52, 0C and 71. RGB value is (82,12,113). Sum of RGB (Red+Green+Blue) = 82+12+113=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #520C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C71 is #ADF38E. Grayscale: #2C2C2C. Windows color (decimal): -11400079 or 7408722. OLE color: 7408722.

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

Color convert

RGB 82 12 113 -
CMYK 0.27 0.89 0 0.56
HSL 281.58º 0.81% 0.25% -
HSV(B) 281.58º 0.89% 0.44% -
XYZ 6.59 3.25 15.9 -
YUV 44.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 82 12 113 0.27 0.89 0 0.56 281.58 0.81 0.25
Hex 52 C 71 1B 59 0 38 11A 51 19
Octal 122 14 161 33 131 0 70 432 121 31
Binary 1010010 1100 1110001 11011 1011001 0 111000 100011010 1010001 11001

Color Harmonies of #520C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C71

Black with #520C71

Text Example


Text Example

White with #520C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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