Html Css Color HEX #520575 Indigo

📋 copy color: '#520575'

red 82 ◦ green 5 ◦ blue 117

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

Shades of Indigo #520575

Tints of Indigo #520575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

 BLUE value IS 117 (46.09% from 255) = 57.35%

R = 40.2%
G = 2.45%
B = 57.35%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520575 (or 0x520575) is known color: Indigo. HEX triplet: 52, 05 and 75. RGB value is (82,5,117). Sum of RGB (Red+Green+Blue) = 82+5+117=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #520575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520575 is #ADFA8A. Grayscale: #282828. Windows color (decimal): -11401867 or 7669074. OLE color: 7669074.

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

Color convert

RGB 82 5 117 -
CMYK 0.30 0.96 0 0.54
HSL 281.25º 0.92% 0.24% -
HSV(B) 281.25º 0.96% 0.46% -
XYZ 6.74 3.19 17.09 -
YUV 40.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 82 5 117 0.30 0.96 0 0.54 281.25 0.92 0.24
Hex 52 5 75 1E 60 0 36 119 5C 18
Octal 122 5 165 36 140 0 66 431 134 30
Binary 1010010 101 1110101 11110 1100000 0 110110 100011001 1011100 11000

Color Harmonies of #520575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520575

Black with #520575

Text Example


Text Example

White with #520575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520575; }

 p { color: rgb(82,5,117); }

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

background-color css

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

 a { background-color: rgb(82,5,117); }

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

border-color css

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

 span { border-color: rgb(82,5,117); }

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