Html Css Color HEX #520D84 Indigo

📋 copy color: '#520D84'

red 82 ◦ green 13 ◦ blue 132

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

Shades of Indigo #520D84

Tints of Indigo #520D84

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.73%

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 36.12%
G = 5.73%
B = 58.15%

CMYK

 C value IS 0.38

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520D84 (or 0x520D84) is known color: Indigo. HEX triplet: 52, 0D and 84. RGB value is (82,13,132). Sum of RGB (Red+Green+Blue) = 82+13+132=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #520D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520D84 is #ADF27B. Grayscale: #2E2E2E. Windows color (decimal): -11399804 or 8654162. OLE color: 8654162.

HSL color Cylindrical-coordinate representation of color #520D84: hue angle of 274.79º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520D84 is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 13 132 -
CMYK 0.38 0.90 0 0.48
HSL 274.79º 0.82% 0.28% -
HSV(B) 274.79º 0.9% 0.52% -
XYZ 7.79 3.75 22.14 -
YUV 47.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 82 13 132 0.38 0.90 0 0.48 274.79 0.82 0.28
Hex 52 D 84 26 5A 0 30 113 52 1C
Octal 122 15 204 46 132 0 60 423 122 34
Binary 1010010 1101 10000100 100110 1011010 0 110000 100010011 1010010 11100

Color Harmonies of #520D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D84

Black with #520D84

Text Example


Text Example

White with #520D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,132); }

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

background-color css

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

 a { background-color: rgb(82,13,132); }

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

border-color css

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

 span { border-color: rgb(82,13,132); }

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