Html Css Color HEX #520476 Indigo

📋 copy color: '#520476'

red 82 ◦ green 4 ◦ blue 118

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

Shades of Indigo #520476

Tints of Indigo #520476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 40.2%
G = 1.96%
B = 57.84%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520476 (or 0x520476) is known color: Indigo. HEX triplet: 52, 04 and 76. RGB value is (82,4,118). Sum of RGB (Red+Green+Blue) = 82+4+118=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #520476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520476 is #ADFB89. Grayscale: #272727. Windows color (decimal): -11402122 or 7734354. OLE color: 7734354.

HSL color Cylindrical-coordinate representation of color #520476: hue angle of 281.05º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520476 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 4 118 -
CMYK 0.31 0.97 0 0.54
HSL 281.05º 0.93% 0.24% -
HSV(B) 281.05º 0.97% 0.46% -
XYZ 6.79 3.19 17.4 -
YUV 40.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 82 4 118 0.31 0.97 0 0.54 281.05 0.93 0.24
Hex 52 4 76 1F 61 0 36 119 5D 18
Octal 122 4 166 37 141 0 66 431 135 30
Binary 1010010 100 1110110 11111 1100001 0 110110 100011001 1011101 11000

Color Harmonies of #520476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520476

Black with #520476

Text Example


Text Example

White with #520476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520476; }

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

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

background-color css

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

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

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

border-color css

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

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

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