Html Css Color HEX #520261 Indigo

📋 copy color: '#520261'

red 82 ◦ green 2 ◦ blue 97

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

Shades of Indigo #520261

Tints of Indigo #520261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 45.3%
G = 1.1%
B = 53.59%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520261 (or 0x520261) is known color: Indigo. HEX triplet: 52, 02 and 61. RGB value is (82,2,97). Sum of RGB (Red+Green+Blue) = 82+2+97=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #520261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520261 is #ADFD9E. Grayscale: #242424. Windows color (decimal): -11402655 or 6357586. OLE color: 6357586.

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

Color convert

RGB 82 2 97 -
CMYK 0.15 0.98 0 0.62
HSL 290.53º 0.96% 0.19% -
HSV(B) 290.53º 0.98% 0.38% -
XYZ 5.66 2.7 11.53 -
YUV 36.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 82 2 97 0.15 0.98 0 0.62 290.53 0.96 0.19
Hex 52 2 61 F 62 0 3E 123 60 13
Octal 122 2 141 17 142 0 76 443 140 23
Binary 1010010 10 1100001 1111 1100010 0 111110 100100011 1100000 10011

Color Harmonies of #520261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520261

Black with #520261

Text Example


Text Example

White with #520261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520261; }

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

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

background-color css

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

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

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

border-color css

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

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

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