Html Css Color HEX #520AAB Indigo

📋 copy color: '#520AAB'

red 82 ◦ green 10 ◦ blue 171

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

Shades of Indigo #520AAB

Tints of Indigo #520AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.02%

R = 31.18%
G = 3.8%
B = 65.02%

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

#520AAB (or 0x520AAB) is known color: Indigo. HEX triplet: 52, 0A and AB. RGB value is (82,10,171). Sum of RGB (Red+Green+Blue) = 82+10+171=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #520AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520AAB is #ADF554. Grayscale: #313131. Windows color (decimal): -11400533 or 11209298. OLE color: 11209298.

HSL color Cylindrical-coordinate representation of color #520AAB: hue angle of 266.83º 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 #520AAB is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 10 171 -
CMYK 0.52 0.94 0 0.33
HSL 266.83º 0.89% 0.35% -
HSV(B) 266.83º 0.94% 0.67% -
XYZ 10.94 4.95 38.91 -
YUV 49.88 196.35 150.91 -
System Red Green Blue C M Y K H S L
Decimal 82 10 171 0.52 0.94 0 0.33 266.83 0.89 0.35
Hex 52 A AB 34 5E 0 21 10B 59 23
Octal 122 12 253 64 136 0 41 413 131 43
Binary 1010010 1010 10101011 110100 1011110 0 100001 100001011 1011001 100011

Color Harmonies of #520AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520AAB

Black with #520AAB

Text Example


Text Example

White with #520AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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