Html Css Color HEX #520382 Indigo

📋 copy color: '#520382'

red 82 ◦ green 3 ◦ blue 130

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

Shades of Indigo #520382

Tints of Indigo #520382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 38.14%
G = 1.4%
B = 60.47%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520382 (or 0x520382) is known color: Indigo. HEX triplet: 52, 03 and 82. RGB value is (82,3,130). Sum of RGB (Red+Green+Blue) = 82+3+130=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #520382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520382 is #ADFC7D. Grayscale: #282828. Windows color (decimal): -11402366 or 8520530. OLE color: 8520530.

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

Color convert

RGB 82 3 130 -
CMYK 0.37 0.98 0 0.49
HSL 277.32º 0.95% 0.26% -
HSV(B) 277.32º 0.98% 0.51% -
XYZ 7.54 3.47 21.39 -
YUV 41.1 178.17 157.17 -
System Red Green Blue C M Y K H S L
Decimal 82 3 130 0.37 0.98 0 0.49 277.32 0.95 0.26
Hex 52 3 82 25 62 0 31 115 5F 1A
Octal 122 3 202 45 142 0 61 425 137 32
Binary 1010010 11 10000010 100101 1100010 0 110001 100010101 1011111 11010

Color Harmonies of #520382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520382

Black with #520382

Text Example


Text Example

White with #520382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520382; }

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

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

background-color css

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

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

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

border-color css

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

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

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