Html Css Color HEX #520179 Indigo

📋 copy color: '#520179'

red 82 ◦ green 1 ◦ blue 121

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

Shades of Indigo #520179

Tints of Indigo #520179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 59.31%

R = 40.2%
G = 0.49%
B = 59.31%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#520179 (or 0x520179) is known color: Indigo. HEX triplet: 52, 01 and 79. RGB value is (82,1,121). Sum of RGB (Red+Green+Blue) = 82+1+121=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 121 (47.66% from 255 or 59.31% from 204); Max value from RGB is 121 - color contains mainly: blue. Hex color #520179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520179 is #ADFE86. Grayscale: #262626. Windows color (decimal): -11402887 or 7930194. OLE color: 7930194.

HSL color Cylindrical-coordinate representation of color #520179: hue angle of 280.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520179 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 1 121 -
CMYK 0.32 0.99 0 0.53
HSL 280.5º 0.98% 0.24% -
HSV(B) 280.5º 0.99% 0.47% -
XYZ 6.94 3.2 18.34 -
YUV 38.9 174.34 158.74 -
System Red Green Blue C M Y K H S L
Decimal 82 1 121 0.32 0.99 0 0.53 280.5 0.98 0.24
Hex 52 1 79 20 63 0 35 118 62 18
Octal 122 1 171 40 143 0 65 430 142 30
Binary 1010010 1 1111001 100000 1100011 0 110101 100011000 1100010 11000

Color Harmonies of #520179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520179

Black with #520179

Text Example


Text Example

White with #520179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520179; }

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

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

background-color css

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

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

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

border-color css

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

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

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