Html Css Color HEX #520360 Indigo

📋 copy color: '#520360'

red 82 ◦ green 3 ◦ blue 96

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

Shades of Indigo #520360

Tints of Indigo #520360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 53.04%

R = 45.3%
G = 1.66%
B = 53.04%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520360 (or 0x520360) is known color: Indigo. HEX triplet: 52, 03 and 60. RGB value is (82,3,96). Sum of RGB (Red+Green+Blue) = 82+3+96=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #520360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520360 is #ADFC9F. Grayscale: #242424. Windows color (decimal): -11402400 or 6292306. OLE color: 6292306.

HSL color Cylindrical-coordinate representation of color #520360: hue angle of 290.97º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520360 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 3 96 -
CMYK 0.15 0.97 0 0.62
HSL 290.97º 0.94% 0.19% -
HSV(B) 290.97º 0.97% 0.38% -
XYZ 5.62 2.7 11.29 -
YUV 37.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 82 3 96 0.15 0.97 0 0.62 290.97 0.94 0.19
Hex 52 3 60 F 61 0 3E 123 5E 13
Octal 122 3 140 17 141 0 76 443 136 23
Binary 1010010 11 1100000 1111 1100001 0 111110 100100011 1011110 10011

Color Harmonies of #520360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520360

Black with #520360

Text Example


Text Example

White with #520360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520360; }

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

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

background-color css

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

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

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

border-color css

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

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

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