Html Css Color HEX #520082 Indigo

📋 copy color: '#520082'

red 82 ◦ green 0 ◦ blue 130

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

Shades of Indigo #520082

Tints of Indigo #520082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.68%
G = 0%
B = 61.32%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520082 (or 0x520082) is known color: Indigo. HEX triplet: 52, 00 and 82. RGB value is (82,0,130). Sum of RGB (Red+Green+Blue) = 82+0+130=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 130 (51.17% from 255 or 61.32% from 212); Max value from RGB is 130 - color contains mainly: blue. Hex color #520082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520082 is #ADFF7D. Grayscale: #262626. Windows color (decimal): -11403134 or 8519762. OLE color: 8519762.

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

Color convert

RGB 82 0 130 -
CMYK 0.37 1 0 0.49
HSL 277.85º 1% 0.25% -
HSV(B) 277.85º 1% 0.51% -
XYZ 7.51 3.41 21.38 -
YUV 39.34 179.17 158.43 -
System Red Green Blue C M Y K H S L
Decimal 82 0 130 0.37 1 0 0.49 277.85 1 0.25
Hex 52 0 82 25 64 0 31 116 64 19
Octal 122 0 202 45 144 0 61 426 144 31
Binary 1010010 0 10000010 100101 1100100 0 110001 100010110 1100100 11001

Color Harmonies of #520082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520082

Black with #520082

Text Example


Text Example

White with #520082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520082; }

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

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

background-color css

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

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

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

border-color css

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

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

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