Html Css Color HEX #520CAA Indigo

📋 copy color: '#520CAA'

red 82 ◦ green 12 ◦ blue 170

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

Shades of Indigo #520CAA

Tints of Indigo #520CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.55%

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

R = 31.06%
G = 4.55%
B = 64.39%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#520CAA (or 0x520CAA) is known color: Indigo. HEX triplet: 52, 0C and AA. RGB value is (82,12,170). Sum of RGB (Red+Green+Blue) = 82+12+170=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #520CAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520CAA is #ADF355. Grayscale: #323232. Windows color (decimal): -11400022 or 11144274. OLE color: 11144274.

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

Color convert

RGB 82 12 170 -
CMYK 0.52 0.93 0 0.33
HSL 266.58º 0.87% 0.36% -
HSV(B) 266.58º 0.93% 0.67% -
XYZ 10.87 4.96 38.41 -
YUV 50.94 195.19 150.15 -
System Red Green Blue C M Y K H S L
Decimal 82 12 170 0.52 0.93 0 0.33 266.58 0.87 0.36
Hex 52 C AA 34 5D 0 21 10B 57 24
Octal 122 14 252 64 135 0 41 413 127 44
Binary 1010010 1100 10101010 110100 1011101 0 100001 100001011 1010111 100100

Color Harmonies of #520CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CAA

Black with #520CAA

Text Example


Text Example

White with #520CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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