Html Css Color HEX #520DA6 Indigo

📋 copy color: '#520DA6'

red 82 ◦ green 13 ◦ blue 166

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

Shades of Indigo #520DA6

Tints of Indigo #520DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 63.6%

R = 31.42%
G = 4.98%
B = 63.6%

CMYK

 C value IS 0.51

 M value IS 0.92

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#520DA6 (or 0x520DA6) is known color: Indigo. HEX triplet: 52, 0D and A6. RGB value is (82,13,166). Sum of RGB (Red+Green+Blue) = 82+13+166=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 166 (65.23% from 255 or 63.60% from 261); Max value from RGB is 166 - color contains mainly: blue. Hex color #520DA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520DA6 is #ADF259. Grayscale: #323232. Windows color (decimal): -11399770 or 10882386. OLE color: 10882386.

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

Color convert

RGB 82 13 166 -
CMYK 0.51 0.92 0 0.35
HSL 267.06º 0.85% 0.35% -
HSV(B) 267.06º 0.92% 0.65% -
XYZ 10.51 4.83 36.46 -
YUV 51.07 192.86 150.06 -
System Red Green Blue C M Y K H S L
Decimal 82 13 166 0.51 0.92 0 0.35 267.06 0.85 0.35
Hex 52 D A6 33 5C 0 23 10B 55 23
Octal 122 15 246 63 134 0 43 413 125 43
Binary 1010010 1101 10100110 110011 1011100 0 100011 100001011 1010101 100011

Color Harmonies of #520DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DA6

Black with #520DA6

Text Example


Text Example

White with #520DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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