Html Css Color HEX #520682 Indigo

📋 copy color: '#520682'

red 82 ◦ green 6 ◦ blue 130

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

Shades of Indigo #520682

Tints of Indigo #520682

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 37.61%
G = 2.75%
B = 59.63%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520682 (or 0x520682) is known color: Indigo. HEX triplet: 52, 06 and 82. RGB value is (82,6,130). Sum of RGB (Red+Green+Blue) = 82+6+130=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #520682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520682 is #ADF97D. Grayscale: #2A2A2A. Windows color (decimal): -11401598 or 8521298. OLE color: 8521298.

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

Color convert

RGB 82 6 130 -
CMYK 0.37 0.95 0 0.49
HSL 276.77º 0.91% 0.27% -
HSV(B) 276.77º 0.95% 0.51% -
XYZ 7.57 3.54 21.4 -
YUV 42.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 82 6 130 0.37 0.95 0 0.49 276.77 0.91 0.27
Hex 52 6 82 25 5F 0 31 115 5B 1B
Octal 122 6 202 45 137 0 61 425 133 33
Binary 1010010 110 10000010 100101 1011111 0 110001 100010101 1011011 11011

Color Harmonies of #520682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520682

Black with #520682

Text Example


Text Example

White with #520682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520682; }

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

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

background-color css

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

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

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

border-color css

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

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

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