Html Css Color HEX #520380 Indigo

📋 copy color: '#520380'

red 82 ◦ green 3 ◦ blue 128

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

Shades of Indigo #520380

Tints of Indigo #520380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 38.5%
G = 1.41%
B = 60.09%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#520380 (or 0x520380) is known color: Indigo. HEX triplet: 52, 03 and 80. RGB value is (82,3,128). Sum of RGB (Red+Green+Blue) = 82+3+128=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #520380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520380 is #ADFC7F. Grayscale: #282828. Windows color (decimal): -11402368 or 8389458. OLE color: 8389458.

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

Color convert

RGB 82 3 128 -
CMYK 0.36 0.98 0 0.50
HSL 277.92º 0.95% 0.26% -
HSV(B) 277.92º 0.98% 0.5% -
XYZ 7.41 3.42 20.69 -
YUV 40.87 177.17 157.34 -
System Red Green Blue C M Y K H S L
Decimal 82 3 128 0.36 0.98 0 0.50 277.92 0.95 0.26
Hex 52 3 80 24 62 0 32 116 5F 1A
Octal 122 3 200 44 142 0 62 426 137 32
Binary 1010010 11 10000000 100100 1100010 0 110010 100010110 1011111 11010

Color Harmonies of #520380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520380

Black with #520380

Text Example


Text Example

White with #520380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520380; }

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

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

background-color css

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

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

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

border-color css

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

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

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