Html Css Color HEX #520772 Indigo

📋 copy color: '#520772'

red 82 ◦ green 7 ◦ blue 114

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

Shades of Indigo #520772

Tints of Indigo #520772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 40.39%
G = 3.45%
B = 56.16%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520772 (or 0x520772) is known color: Indigo. HEX triplet: 52, 07 and 72. RGB value is (82,7,114). Sum of RGB (Red+Green+Blue) = 82+7+114=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #520772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520772 is #ADF88D. Grayscale: #292929. Windows color (decimal): -11401358 or 7472978. OLE color: 7472978.

HSL color Cylindrical-coordinate representation of color #520772: hue angle of 282.06º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520772 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 7 114 -
CMYK 0.28 0.94 0 0.55
HSL 282.06º 0.88% 0.24% -
HSV(B) 282.06º 0.94% 0.45% -
XYZ 6.59 3.16 16.18 -
YUV 41.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 82 7 114 0.28 0.94 0 0.55 282.06 0.88 0.24
Hex 52 7 72 1C 5E 0 37 11A 58 18
Octal 122 7 162 34 136 0 67 432 130 30
Binary 1010010 111 1110010 11100 1011110 0 110111 100011010 1011000 11000

Color Harmonies of #520772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520772

Black with #520772

Text Example


Text Example

White with #520772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520772; }

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

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

background-color css

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

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

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

border-color css

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

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

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