Html Css Color HEX #520E85 Indigo

📋 copy color: '#520E85'

red 82 ◦ green 14 ◦ blue 133

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

Shades of Indigo #520E85

Tints of Indigo #520E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 58.08%

R = 35.81%
G = 6.11%
B = 58.08%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520E85 (or 0x520E85) is known color: Indigo. HEX triplet: 52, 0E and 85. RGB value is (82,14,133). Sum of RGB (Red+Green+Blue) = 82+14+133=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #520E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520E85 is #ADF17A. Grayscale: #2F2F2F. Windows color (decimal): -11399547 or 8719954. OLE color: 8719954.

HSL color Cylindrical-coordinate representation of color #520E85: hue angle of 274.29º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520E85 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 14 133 -
CMYK 0.38 0.89 0 0.48
HSL 274.29º 0.81% 0.29% -
HSV(B) 274.29º 0.89% 0.52% -
XYZ 7.87 3.8 22.51 -
YUV 47.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 82 14 133 0.38 0.89 0 0.48 274.29 0.81 0.29
Hex 52 E 85 26 59 0 30 112 51 1D
Octal 122 16 205 46 131 0 60 422 121 35
Binary 1010010 1110 10000101 100110 1011001 0 110000 100010010 1010001 11101

Color Harmonies of #520E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E85

Black with #520E85

Text Example


Text Example

White with #520E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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