Html Css Color HEX #520E83 Indigo

📋 copy color: '#520E83'

red 82 ◦ green 14 ◦ blue 131

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

Shades of Indigo #520E83

Tints of Indigo #520E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 57.71%

R = 36.12%
G = 6.17%
B = 57.71%

CMYK

 C value IS 0.37

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520E83 (or 0x520E83) is known color: Indigo. HEX triplet: 52, 0E and 83. RGB value is (82,14,131). Sum of RGB (Red+Green+Blue) = 82+14+131=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #520E83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520E83 is #ADF17C. Grayscale: #2F2F2F. Windows color (decimal): -11399549 or 8588882. OLE color: 8588882.

HSL color Cylindrical-coordinate representation of color #520E83: hue angle of 274.87º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520E83 is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 14 131 -
CMYK 0.37 0.89 0 0.49
HSL 274.87º 0.81% 0.28% -
HSV(B) 274.87º 0.89% 0.51% -
XYZ 7.73 3.75 21.79 -
YUV 47.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 82 14 131 0.37 0.89 0 0.49 274.87 0.81 0.28
Hex 52 E 83 25 59 0 31 113 51 1C
Octal 122 16 203 45 131 0 61 423 121 34
Binary 1010010 1110 10000011 100101 1011001 0 110001 100010011 1010001 11100

Color Harmonies of #520E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E83

Black with #520E83

Text Example


Text Example

White with #520E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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