Html Css Color HEX #520E76 Indigo

📋 copy color: '#520E76'

red 82 ◦ green 14 ◦ blue 118

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

Shades of Indigo #520E76

Tints of Indigo #520E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.54%

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 38.32%
G = 6.54%
B = 55.14%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520E76 (or 0x520E76) is known color: Indigo. HEX triplet: 52, 0E and 76. RGB value is (82,14,118). Sum of RGB (Red+Green+Blue) = 82+14+118=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #520E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E76 is #ADF189. Grayscale: #2D2D2D. Windows color (decimal): -11399562 or 7736914. OLE color: 7736914.

HSL color Cylindrical-coordinate representation of color #520E76: hue angle of 279.23º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520E76 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 14 118 -
CMYK 0.31 0.88 0 0.54
HSL 279.23º 0.79% 0.26% -
HSV(B) 279.23º 0.88% 0.46% -
XYZ 6.91 3.42 17.43 -
YUV 46.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 82 14 118 0.31 0.88 0 0.54 279.23 0.79 0.26
Hex 52 E 76 1F 58 0 36 117 4F 1A
Octal 122 16 166 37 130 0 66 427 117 32
Binary 1010010 1110 1110110 11111 1011000 0 110110 100010111 1001111 11010

Color Harmonies of #520E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E76

Black with #520E76

Text Example


Text Example

White with #520E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,14,118); }

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

background-color css

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

 a { background-color: rgb(82,14,118); }

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

border-color css

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

 span { border-color: rgb(82,14,118); }

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