Html Css Color HEX #520361 Indigo

📋 copy color: '#520361'

red 82 ◦ green 3 ◦ blue 97

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

Shades of Indigo #520361

Tints of Indigo #520361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 53.3%

R = 45.05%
G = 1.65%
B = 53.3%

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

#520361 (or 0x520361) is known color: Indigo. HEX triplet: 52, 03 and 61. RGB value is (82,3,97). Sum of RGB (Red+Green+Blue) = 82+3+97=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #520361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520361 is #ADFC9E. Grayscale: #252525. Windows color (decimal): -11402399 or 6357842. OLE color: 6357842.

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

Color convert

RGB 82 3 97 -
CMYK 0.15 0.97 0 0.62
HSL 290.43º 0.94% 0.2% -
HSV(B) 290.43º 0.97% 0.38% -
XYZ 5.67 2.72 11.54 -
YUV 37.34 161.67 159.86 -
System Red Green Blue C M Y K H S L
Decimal 82 3 97 0.15 0.97 0 0.62 290.43 0.94 0.2
Hex 52 3 61 F 61 0 3E 122 5E 14
Octal 122 3 141 17 141 0 76 442 136 24
Binary 1010010 11 1100001 1111 1100001 0 111110 100100010 1011110 10100

Color Harmonies of #520361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520361

Black with #520361

Text Example


Text Example

White with #520361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520361; }

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

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

background-color css

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

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

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

border-color css

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

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

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