Html Css Color HEX #520160 Indigo

📋 copy color: '#520160'

red 82 ◦ green 1 ◦ blue 96

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

Shades of Indigo #520160

Tints of Indigo #520160

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 45.81%
G = 0.56%
B = 53.63%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#520160 (or 0x520160) is known color: Indigo. HEX triplet: 52, 01 and 60. RGB value is (82,1,96). Sum of RGB (Red+Green+Blue) = 82+1+96=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #520160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520160 is #ADFE9F. Grayscale: #232323. Windows color (decimal): -11402912 or 6291794. OLE color: 6291794.

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

Color convert

RGB 82 1 96 -
CMYK 0.15 0.99 0 0.62
HSL 291.16º 0.98% 0.19% -
HSV(B) 291.16º 0.99% 0.38% -
XYZ 5.6 2.66 11.28 -
YUV 36.05 161.84 160.78 -
System Red Green Blue C M Y K H S L
Decimal 82 1 96 0.15 0.99 0 0.62 291.16 0.98 0.19
Hex 52 1 60 F 63 0 3E 123 62 13
Octal 122 1 140 17 143 0 76 443 142 23
Binary 1010010 1 1100000 1111 1100011 0 111110 100100011 1100010 10011

Color Harmonies of #520160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520160

Black with #520160

Text Example


Text Example

White with #520160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520160; }

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

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

background-color css

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

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

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

border-color css

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

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

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