Html Css Color HEX #520479 Indigo

📋 copy color: '#520479'

red 82 ◦ green 4 ◦ blue 121

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

Shades of Indigo #520479

Tints of Indigo #520479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

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

R = 39.61%
G = 1.93%
B = 58.45%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#520479 (or 0x520479) is known color: Indigo. HEX triplet: 52, 04 and 79. RGB value is (82,4,121). Sum of RGB (Red+Green+Blue) = 82+4+121=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 121 (47.66% from 255 or 58.45% from 207); Max value from RGB is 121 - color contains mainly: blue. Hex color #520479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520479 is #ADFB86. Grayscale: #282828. Windows color (decimal): -11402119 or 7930962. OLE color: 7930962.

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

Color convert

RGB 82 4 121 -
CMYK 0.32 0.97 0 0.53
HSL 280º 0.94% 0.25% -
HSV(B) 280º 0.97% 0.47% -
XYZ 6.97 3.26 18.35 -
YUV 40.66 173.34 157.49 -
System Red Green Blue C M Y K H S L
Decimal 82 4 121 0.32 0.97 0 0.53 280 0.94 0.25
Hex 52 4 79 20 61 0 35 118 5E 19
Octal 122 4 171 40 141 0 65 430 136 31
Binary 1010010 100 1111001 100000 1100001 0 110101 100011000 1011110 11001

Color Harmonies of #520479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520479

Black with #520479

Text Example


Text Example

White with #520479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520479; }

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

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

background-color css

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

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

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

border-color css

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

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

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