Html Css Color HEX #520776 Indigo

📋 copy color: '#520776'

red 82 ◦ green 7 ◦ blue 118

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

Shades of Indigo #520776

Tints of Indigo #520776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 39.61%
G = 3.38%
B = 57%

CMYK

 C value IS 0.31

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520776 (or 0x520776) is known color: Indigo. HEX triplet: 52, 07 and 76. RGB value is (82,7,118). Sum of RGB (Red+Green+Blue) = 82+7+118=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 118 (46.48% from 255 or 57.00% from 207); Max value from RGB is 118 - color contains mainly: blue. Hex color #520776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520776 is #ADF889. Grayscale: #292929. Windows color (decimal): -11401354 or 7735122. OLE color: 7735122.

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

Color convert

RGB 82 7 118 -
CMYK 0.31 0.94 0 0.54
HSL 280.54º 0.89% 0.25% -
HSV(B) 280.54º 0.94% 0.46% -
XYZ 6.83 3.25 17.41 -
YUV 42.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 82 7 118 0.31 0.94 0 0.54 280.54 0.89 0.25
Hex 52 7 76 1F 5E 0 36 119 59 19
Octal 122 7 166 37 136 0 66 431 131 31
Binary 1010010 111 1110110 11111 1011110 0 110110 100011001 1011001 11001

Color Harmonies of #520776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520776

Black with #520776

Text Example


Text Example

White with #520776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520776; }

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

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

background-color css

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

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

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

border-color css

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

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

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