Html Css Color HEX #520677 Indigo

📋 copy color: '#520677'

red 82 ◦ green 6 ◦ blue 119

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

Shades of Indigo #520677

Tints of Indigo #520677

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

 BLUE value IS 119 (46.88% from 255) = 57.49%

R = 39.61%
G = 2.9%
B = 57.49%

CMYK

 C value IS 0.31

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#520677 (or 0x520677) is known color: Indigo. HEX triplet: 52, 06 and 77. RGB value is (82,6,119). Sum of RGB (Red+Green+Blue) = 82+6+119=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #520677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520677 is #ADF988. Grayscale: #292929. Windows color (decimal): -11401609 or 7800402. OLE color: 7800402.

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

Color convert

RGB 82 6 119 -
CMYK 0.31 0.95 0 0.53
HSL 280.35º 0.9% 0.25% -
HSV(B) 280.35º 0.95% 0.47% -
XYZ 6.87 3.26 17.72 -
YUV 41.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 82 6 119 0.31 0.95 0 0.53 280.35 0.9 0.25
Hex 52 6 77 1F 5F 0 35 118 5A 19
Octal 122 6 167 37 137 0 65 430 132 31
Binary 1010010 110 1110111 11111 1011111 0 110101 100011000 1011010 11001

Color Harmonies of #520677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520677

Black with #520677

Text Example


Text Example

White with #520677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520677; }

 p { color: rgb(82,6,119); }

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

background-color css

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

 a { background-color: rgb(82,6,119); }

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

border-color css

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

 span { border-color: rgb(82,6,119); }

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