Html Css Color HEX #520576 Indigo

📋 copy color: '#520576'

red 82 ◦ green 5 ◦ blue 118

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

Shades of Indigo #520576

Tints of Indigo #520576

RGB

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

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

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

R = 40%
G = 2.44%
B = 57.56%

CMYK

 C value IS 0.31

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520576 (or 0x520576) is known color: Indigo. HEX triplet: 52, 05 and 76. RGB value is (82,5,118). Sum of RGB (Red+Green+Blue) = 82+5+118=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #520576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520576 is #ADFA89. Grayscale: #282828. Windows color (decimal): -11401866 or 7734610. OLE color: 7734610.

HSL color Cylindrical-coordinate representation of color #520576: hue angle of 280.88º 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 #520576 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 5 118 -
CMYK 0.31 0.96 0 0.54
HSL 280.88º 0.92% 0.24% -
HSV(B) 280.88º 0.96% 0.46% -
XYZ 6.8 3.21 17.4 -
YUV 40.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 82 5 118 0.31 0.96 0 0.54 280.88 0.92 0.24
Hex 52 5 76 1F 60 0 36 119 5C 18
Octal 122 5 166 37 140 0 66 431 134 30
Binary 1010010 101 1110110 11111 1100000 0 110110 100011001 1011100 11000

Color Harmonies of #520576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520576

Black with #520576

Text Example


Text Example

White with #520576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520576; }

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

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

background-color css

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

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

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

border-color css

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

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

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