Html Css Color HEX #520880 Indigo

📋 copy color: '#520880'

red 82 ◦ green 8 ◦ blue 128

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

Shades of Indigo #520880

Tints of Indigo #520880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 58.72%

R = 37.61%
G = 3.67%
B = 58.72%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#520880 (or 0x520880) is known color: Indigo. HEX triplet: 52, 08 and 80. RGB value is (82,8,128). Sum of RGB (Red+Green+Blue) = 82+8+128=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #520880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520880 is #ADF77F. Grayscale: #2B2B2B. Windows color (decimal): -11401088 or 8390738. OLE color: 8390738.

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

Color convert

RGB 82 8 128 -
CMYK 0.36 0.94 0 0.50
HSL 277º 0.88% 0.27% -
HSV(B) 277º 0.94% 0.5% -
XYZ 7.46 3.53 20.71 -
YUV 43.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 82 8 128 0.36 0.94 0 0.50 277 0.88 0.27
Hex 52 8 80 24 5E 0 32 115 58 1B
Octal 122 10 200 44 136 0 62 425 130 33
Binary 1010010 1000 10000000 100100 1011110 0 110010 100010101 1011000 11011

Color Harmonies of #520880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520880

Black with #520880

Text Example


Text Example

White with #520880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520880; }

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

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

background-color css

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

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

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

border-color css

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

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

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