Html Css Color HEX #520DA8 Indigo

📋 copy color: '#520DA8'

red 82 ◦ green 13 ◦ blue 168

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

Shades of Indigo #520DA8

Tints of Indigo #520DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 63.88%

R = 31.18%
G = 4.94%
B = 63.88%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#520DA8 (or 0x520DA8) is known color: Indigo. HEX triplet: 52, 0D and A8. RGB value is (82,13,168). Sum of RGB (Red+Green+Blue) = 82+13+168=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 168 (66.02% from 255 or 63.88% from 263); Max value from RGB is 168 - color contains mainly: blue. Hex color #520DA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520DA8 is #ADF257. Grayscale: #323232. Windows color (decimal): -11399768 or 11013458. OLE color: 11013458.

HSL color Cylindrical-coordinate representation of color #520DA8: hue angle of 266.71º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #520DA8 is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 13 168 -
CMYK 0.51 0.92 0 0.34
HSL 266.71º 0.86% 0.35% -
HSV(B) 266.71º 0.92% 0.66% -
XYZ 10.69 4.91 37.43 -
YUV 51.3 193.86 149.9 -
System Red Green Blue C M Y K H S L
Decimal 82 13 168 0.51 0.92 0 0.34 266.71 0.86 0.35
Hex 52 D A8 33 5C 0 22 10B 56 23
Octal 122 15 250 63 134 0 42 413 126 43
Binary 1010010 1101 10101000 110011 1011100 0 100010 100001011 1010110 100011

Color Harmonies of #520DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DA8

Black with #520DA8

Text Example


Text Example

White with #520DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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