Html Css Color HEX #520484 Indigo

📋 copy color: '#520484'

red 82 ◦ green 4 ◦ blue 132

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

Shades of Indigo #520484

Tints of Indigo #520484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 60.55%

R = 37.61%
G = 1.83%
B = 60.55%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520484 (or 0x520484) is known color: Indigo. HEX triplet: 52, 04 and 84. RGB value is (82,4,132). Sum of RGB (Red+Green+Blue) = 82+4+132=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #520484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520484 is #ADFB7B. Grayscale: #292929. Windows color (decimal): -11402108 or 8651858. OLE color: 8651858.

HSL color Cylindrical-coordinate representation of color #520484: hue angle of 276.56º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520484 is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 4 132 -
CMYK 0.38 0.97 0 0.48
HSL 276.56º 0.94% 0.27% -
HSV(B) 276.56º 0.97% 0.52% -
XYZ 7.69 3.55 22.11 -
YUV 41.91 178.84 156.59 -
System Red Green Blue C M Y K H S L
Decimal 82 4 132 0.38 0.97 0 0.48 276.56 0.94 0.27
Hex 52 4 84 26 61 0 30 115 5E 1B
Octal 122 4 204 46 141 0 60 425 136 33
Binary 1010010 100 10000100 100110 1100001 0 110000 100010101 1011110 11011

Color Harmonies of #520484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520484

Black with #520484

Text Example


Text Example

White with #520484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520484; }

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

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

background-color css

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

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

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

border-color css

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

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

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