Html Css Color HEX #520473 Indigo

📋 copy color: '#520473'

red 82 ◦ green 4 ◦ blue 115

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

Shades of Indigo #520473

Tints of Indigo #520473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.99%

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

R = 40.8%
G = 1.99%
B = 57.21%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520473 (or 0x520473) is known color: Indigo. HEX triplet: 52, 04 and 73. RGB value is (82,4,115). Sum of RGB (Red+Green+Blue) = 82+4+115=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #520473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520473 is #ADFB8C. Grayscale: #272727. Windows color (decimal): -11402125 or 7537746. OLE color: 7537746.

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

Color convert

RGB 82 4 115 -
CMYK 0.29 0.97 0 0.55
HSL 282.16º 0.93% 0.23% -
HSV(B) 282.16º 0.97% 0.45% -
XYZ 6.62 3.12 16.47 -
YUV 39.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 82 4 115 0.29 0.97 0 0.55 282.16 0.93 0.23
Hex 52 4 73 1D 61 0 37 11A 5D 17
Octal 122 4 163 35 141 0 67 432 135 27
Binary 1010010 100 1110011 11101 1100001 0 110111 100011010 1011101 10111

Color Harmonies of #520473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520473

Black with #520473

Text Example


Text Example

White with #520473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520473; }

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

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

background-color css

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

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

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

border-color css

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

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

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