Html Css Color HEX #520284 Indigo

📋 copy color: '#520284'

red 82 ◦ green 2 ◦ blue 132

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

Shades of Indigo #520284

Tints of Indigo #520284

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 37.96%
G = 0.93%
B = 61.11%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#520284 (or 0x520284) is known color: Indigo. HEX triplet: 52, 02 and 84. RGB value is (82,2,132). Sum of RGB (Red+Green+Blue) = 82+2+132=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 132 (51.95% from 255 or 61.11% from 216); Max value from RGB is 132 - color contains mainly: blue. Hex color #520284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520284 is #ADFD7B. Grayscale: #282828. Windows color (decimal): -11402620 or 8651346. OLE color: 8651346.

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

Color convert

RGB 82 2 132 -
CMYK 0.38 0.98 0 0.48
HSL 276.92º 0.97% 0.26% -
HSV(B) 276.92º 0.98% 0.52% -
XYZ 7.67 3.5 22.1 -
YUV 40.74 179.5 157.43 -
System Red Green Blue C M Y K H S L
Decimal 82 2 132 0.38 0.98 0 0.48 276.92 0.97 0.26
Hex 52 2 84 26 62 0 30 115 61 1A
Octal 122 2 204 46 142 0 60 425 141 32
Binary 1010010 10 10000100 100110 1100010 0 110000 100010101 1100001 11010

Color Harmonies of #520284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520284

Black with #520284

Text Example


Text Example

White with #520284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520284; }

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

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

background-color css

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

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

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

border-color css

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

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

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