Html Css Color HEX #520377 Indigo

📋 copy color: '#520377'

red 82 ◦ green 3 ◦ blue 119

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

Shades of Indigo #520377

Tints of Indigo #520377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.33%

R = 40.2%
G = 1.47%
B = 58.33%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#520377 (or 0x520377) is known color: Indigo. HEX triplet: 52, 03 and 77. RGB value is (82,3,119). Sum of RGB (Red+Green+Blue) = 82+3+119=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #520377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520377 is #ADFC88. Grayscale: #272727. Windows color (decimal): -11402377 or 7799634. OLE color: 7799634.

HSL color Cylindrical-coordinate representation of color #520377: hue angle of 280.86º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520377 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 3 119 -
CMYK 0.31 0.97 0 0.53
HSL 280.86º 0.95% 0.24% -
HSV(B) 280.86º 0.97% 0.47% -
XYZ 6.84 3.19 17.71 -
YUV 39.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 82 3 119 0.31 0.97 0 0.53 280.86 0.95 0.24
Hex 52 3 77 1F 61 0 35 119 5F 18
Octal 122 3 167 37 141 0 65 431 137 30
Binary 1010010 11 1110111 11111 1100001 0 110101 100011001 1011111 11000

Color Harmonies of #520377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520377

Black with #520377

Text Example


Text Example

White with #520377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520377; }

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

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

background-color css

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

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

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

border-color css

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

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

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