Html Css Color HEX #520573 Indigo

📋 copy color: '#520573'

red 82 ◦ green 5 ◦ blue 115

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

Shades of Indigo #520573

Tints of Indigo #520573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.48%

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

R = 40.59%
G = 2.48%
B = 56.93%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520573 (or 0x520573) is known color: Indigo. HEX triplet: 52, 05 and 73. RGB value is (82,5,115). Sum of RGB (Red+Green+Blue) = 82+5+115=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #520573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520573 is #ADFA8C. Grayscale: #282828. Windows color (decimal): -11401869 or 7538002. OLE color: 7538002.

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

Color convert

RGB 82 5 115 -
CMYK 0.29 0.96 0 0.55
HSL 282º 0.92% 0.24% -
HSV(B) 282º 0.96% 0.45% -
XYZ 6.63 3.14 16.48 -
YUV 40.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 82 5 115 0.29 0.96 0 0.55 282 0.92 0.24
Hex 52 5 73 1D 60 0 37 11A 5C 18
Octal 122 5 163 35 140 0 67 432 134 30
Binary 1010010 101 1110011 11101 1100000 0 110111 100011010 1011100 11000

Color Harmonies of #520573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520573

Black with #520573

Text Example


Text Example

White with #520573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520573; }

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

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

background-color css

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

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

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

border-color css

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

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

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