Html Css Color HEX #520080 Indigo

📋 copy color: '#520080'

red 82 ◦ green 0 ◦ blue 128

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

Shades of Indigo #520080

Tints of Indigo #520080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 60.95%

R = 39.05%
G = 0%
B = 60.95%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#520080 (or 0x520080) is known color: Indigo. HEX triplet: 52, 00 and 80. RGB value is (82,0,128). Sum of RGB (Red+Green+Blue) = 82+0+128=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 128 (50.39% from 255 or 60.95% from 210); Max value from RGB is 128 - color contains mainly: blue. Hex color #520080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520080 is #ADFF7F. Grayscale: #262626. Windows color (decimal): -11403136 or 8388690. OLE color: 8388690.

HSL color Cylindrical-coordinate representation of color #520080: hue angle of 278.44º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520080 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 0 128 -
CMYK 0.36 1 0 0.50
HSL 278.44º 1% 0.25% -
HSV(B) 278.44º 1% 0.5% -
XYZ 7.38 3.35 20.68 -
YUV 39.11 178.17 158.59 -
System Red Green Blue C M Y K H S L
Decimal 82 0 128 0.36 1 0 0.50 278.44 1 0.25
Hex 52 0 80 24 64 0 32 116 64 19
Octal 122 0 200 44 144 0 62 426 144 31
Binary 1010010 0 10000000 100100 1100100 0 110010 100010110 1100100 11001

Color Harmonies of #520080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520080

Black with #520080

Text Example


Text Example

White with #520080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520080; }

 p { color: rgb(82,0,128); }

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

background-color css

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

 a { background-color: rgb(82,0,128); }

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

border-color css

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

 span { border-color: rgb(82,0,128); }

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