Html Css Color HEX #520773 Indigo

📋 copy color: '#520773'

red 82 ◦ green 7 ◦ blue 115

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

Shades of Indigo #520773

Tints of Indigo #520773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 40.2%
G = 3.43%
B = 56.37%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520773 (or 0x520773) is known color: Indigo. HEX triplet: 52, 07 and 73. RGB value is (82,7,115). Sum of RGB (Red+Green+Blue) = 82+7+115=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #520773 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520773 is #ADF88C. Grayscale: #292929. Windows color (decimal): -11401357 or 7538514. OLE color: 7538514.

HSL color Cylindrical-coordinate representation of color #520773: hue angle of 281.67º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520773 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 7 115 -
CMYK 0.29 0.94 0 0.55
HSL 281.67º 0.89% 0.24% -
HSV(B) 281.67º 0.94% 0.45% -
XYZ 6.65 3.18 16.48 -
YUV 41.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 82 7 115 0.29 0.94 0 0.55 281.67 0.89 0.24
Hex 52 7 73 1D 5E 0 37 11A 59 18
Octal 122 7 163 35 136 0 67 432 131 30
Binary 1010010 111 1110011 11101 1011110 0 110111 100011010 1011001 11000

Color Harmonies of #520773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520773

Black with #520773

Text Example


Text Example

White with #520773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520773; }

 p { color: rgb(82,7,115); }

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

background-color css

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

 a { background-color: rgb(82,7,115); }

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

border-color css

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

 span { border-color: rgb(82,7,115); }

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