Html Css Color HEX #520995 Indigo

📋 copy color: '#520995'

red 82 ◦ green 9 ◦ blue 149

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

Shades of Indigo #520995

Tints of Indigo #520995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.75%

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 34.17%
G = 3.75%
B = 62.08%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520995 (or 0x520995) is known color: Indigo. HEX triplet: 52, 09 and 95. RGB value is (82,9,149). Sum of RGB (Red+Green+Blue) = 82+9+149=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #520995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520995 is #ADF66A. Grayscale: #2E2E2E. Windows color (decimal): -11400811 or 9767250. OLE color: 9767250.

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

Color convert

RGB 82 9 149 -
CMYK 0.45 0.94 0 0.42
HSL 271.29º 0.89% 0.31% -
HSV(B) 271.29º 0.94% 0.58% -
XYZ 9 4.16 28.76 -
YUV 46.79 185.68 153.12 -
System Red Green Blue C M Y K H S L
Decimal 82 9 149 0.45 0.94 0 0.42 271.29 0.89 0.31
Hex 52 9 95 2D 5E 0 2A 10F 59 1F
Octal 122 11 225 55 136 0 52 417 131 37
Binary 1010010 1001 10010101 101101 1011110 0 101010 100001111 1011001 11111

Color Harmonies of #520995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520995

Black with #520995

Text Example


Text Example

White with #520995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520995; }

 p { color: rgb(82,9,149); }

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

background-color css

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

 a { background-color: rgb(82,9,149); }

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

border-color css

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

 span { border-color: rgb(82,9,149); }

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