Html Css Color HEX #520563 Indigo

📋 copy color: '#520563'

red 82 ◦ green 5 ◦ blue 99

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

Shades of Indigo #520563

Tints of Indigo #520563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.23%

R = 44.09%
G = 2.69%
B = 53.23%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#520563 (or 0x520563) is known color: Indigo. HEX triplet: 52, 05 and 63. RGB value is (82,5,99). Sum of RGB (Red+Green+Blue) = 82+5+99=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #520563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520563 is #ADFA9C. Grayscale: #262626. Windows color (decimal): -11401885 or 6489426. OLE color: 6489426.

HSL color Cylindrical-coordinate representation of color #520563: hue angle of 289.15º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520563 is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 5 99 -
CMYK 0.17 0.95 0 0.61
HSL 289.15º 0.9% 0.2% -
HSV(B) 289.15º 0.95% 0.39% -
XYZ 5.79 2.8 12.04 -
YUV 38.74 162.01 158.86 -
System Red Green Blue C M Y K H S L
Decimal 82 5 99 0.17 0.95 0 0.61 289.15 0.9 0.2
Hex 52 5 63 11 5F 0 3D 121 5A 14
Octal 122 5 143 21 137 0 75 441 132 24
Binary 1010010 101 1100011 10001 1011111 0 111101 100100001 1011010 10100

Color Harmonies of #520563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520563

Black with #520563

Text Example


Text Example

White with #520563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520563; }

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

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

background-color css

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

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

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

border-color css

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

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

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