Html Css Color HEX #520482 Indigo

📋 copy color: '#520482'

red 82 ◦ green 4 ◦ blue 130

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

Shades of Indigo #520482

Tints of Indigo #520482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.85%

 BLUE value IS 130 (51.17% from 255) = 60.19%

R = 37.96%
G = 1.85%
B = 60.19%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520482 (or 0x520482) is known color: Indigo. HEX triplet: 52, 04 and 82. RGB value is (82,4,130). Sum of RGB (Red+Green+Blue) = 82+4+130=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 4 (1.95% from 255 or 1.85% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #520482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520482 is #ADFB7D. Grayscale: #292929. Windows color (decimal): -11402110 or 8520786. OLE color: 8520786.

HSL color Cylindrical-coordinate representation of color #520482: hue angle of 277.14º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520482 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 4 130 -
CMYK 0.37 0.97 0 0.49
HSL 277.14º 0.94% 0.26% -
HSV(B) 277.14º 0.97% 0.51% -
XYZ 7.55 3.49 21.4 -
YUV 41.69 177.84 156.75 -
System Red Green Blue C M Y K H S L
Decimal 82 4 130 0.37 0.97 0 0.49 277.14 0.94 0.26
Hex 52 4 82 25 61 0 31 115 5E 1A
Octal 122 4 202 45 141 0 61 425 136 32
Binary 1010010 100 10000010 100101 1100001 0 110001 100010101 1011110 11010

Color Harmonies of #520482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520482

Black with #520482

Text Example


Text Example

White with #520482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520482; }

 p { color: rgb(82,4,130); }

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

background-color css

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

 a { background-color: rgb(82,4,130); }

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

border-color css

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

 span { border-color: rgb(82,4,130); }

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