Html Css Color HEX #520AAA Indigo

📋 copy color: '#520AAA'

red 82 ◦ green 10 ◦ blue 170

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

Shades of Indigo #520AAA

Tints of Indigo #520AAA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.82%

 BLUE value IS 170 (66.8% from 255) = 64.89%

R = 31.3%
G = 3.82%
B = 64.89%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#520AAA (or 0x520AAA) is known color: Indigo. HEX triplet: 52, 0A and AA. RGB value is (82,10,170). Sum of RGB (Red+Green+Blue) = 82+10+170=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #520AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AAA is #ADF555. Grayscale: #313131. Windows color (decimal): -11400534 or 11143762. OLE color: 11143762.

HSL color Cylindrical-coordinate representation of color #520AAA: hue angle of 267º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520AAA is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 10 170 -
CMYK 0.52 0.94 0 0.33
HSL 267º 0.89% 0.35% -
HSV(B) 267º 0.94% 0.67% -
XYZ 10.84 4.91 38.41 -
YUV 49.77 195.85 150.99 -
System Red Green Blue C M Y K H S L
Decimal 82 10 170 0.52 0.94 0 0.33 267 0.89 0.35
Hex 52 A AA 34 5E 0 21 10B 59 23
Octal 122 12 252 64 136 0 41 413 131 43
Binary 1010010 1010 10101010 110100 1011110 0 100001 100001011 1011001 100011

Color Harmonies of #520AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AAA

Black with #520AAA

Text Example


Text Example

White with #520AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,10,170); }

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

background-color css

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

 a { background-color: rgb(82,10,170); }

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

border-color css

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

 span { border-color: rgb(82,10,170); }

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