Html Css Color HEX #520582 Indigo

📋 copy color: '#520582'

red 82 ◦ green 5 ◦ blue 130

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

Shades of Indigo #520582

Tints of Indigo #520582

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.3%

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

R = 37.79%
G = 2.3%
B = 59.91%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520582 (or 0x520582) is known color: Indigo. HEX triplet: 52, 05 and 82. RGB value is (82,5,130). Sum of RGB (Red+Green+Blue) = 82+5+130=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #520582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520582 is #ADFA7D. Grayscale: #292929. Windows color (decimal): -11401854 or 8521042. OLE color: 8521042.

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

Color convert

RGB 82 5 130 -
CMYK 0.37 0.96 0 0.49
HSL 276.96º 0.93% 0.26% -
HSV(B) 276.96º 0.96% 0.51% -
XYZ 7.56 3.51 21.4 -
YUV 42.27 177.51 156.34 -
System Red Green Blue C M Y K H S L
Decimal 82 5 130 0.37 0.96 0 0.49 276.96 0.93 0.26
Hex 52 5 82 25 60 0 31 115 5D 1A
Octal 122 5 202 45 140 0 61 425 135 32
Binary 1010010 101 10000010 100101 1100000 0 110001 100010101 1011101 11010

Color Harmonies of #520582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520582

Black with #520582

Text Example


Text Example

White with #520582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520582; }

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

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

background-color css

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

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

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

border-color css

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

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

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