Html Css Color HEX #520881 Indigo

📋 copy color: '#520881'

red 82 ◦ green 8 ◦ blue 129

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

Shades of Indigo #520881

Tints of Indigo #520881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

 BLUE value IS 129 (50.78% from 255) = 58.9%

R = 37.44%
G = 3.65%
B = 58.9%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520881 (or 0x520881) is known color: Indigo. HEX triplet: 52, 08 and 81. RGB value is (82,8,129). Sum of RGB (Red+Green+Blue) = 82+8+129=219 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.44% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #520881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520881 is #ADF77E. Grayscale: #2B2B2B. Windows color (decimal): -11401087 or 8456274. OLE color: 8456274.

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

Color convert

RGB 82 8 129 -
CMYK 0.36 0.94 0 0.49
HSL 276.69º 0.88% 0.27% -
HSV(B) 276.69º 0.94% 0.51% -
XYZ 7.53 3.55 21.06 -
YUV 43.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 82 8 129 0.36 0.94 0 0.49 276.69 0.88 0.27
Hex 52 8 81 24 5E 0 31 115 58 1B
Octal 122 10 201 44 136 0 61 425 130 33
Binary 1010010 1000 10000001 100100 1011110 0 110001 100010101 1011000 11011

Color Harmonies of #520881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520881

Black with #520881

Text Example


Text Example

White with #520881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520881; }

 p { color: rgb(82,8,129); }

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

background-color css

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

 a { background-color: rgb(82,8,129); }

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

border-color css

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

 span { border-color: rgb(82,8,129); }

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