Html Css Color HEX #520596 Indigo

📋 copy color: '#520596'

red 82 ◦ green 5 ◦ blue 150

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

Shades of Indigo #520596

Tints of Indigo #520596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 63.29%

R = 34.6%
G = 2.11%
B = 63.29%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#520596 (or 0x520596) is known color: Indigo. HEX triplet: 52, 05 and 96. RGB value is (82,5,150). Sum of RGB (Red+Green+Blue) = 82+5+150=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #520596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520596 is #ADFA69. Grayscale: #2C2C2C. Windows color (decimal): -11401834 or 9831762. OLE color: 9831762.

HSL color Cylindrical-coordinate representation of color #520596: hue angle of 271.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520596 is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 5 150 -
CMYK 0.45 0.97 0 0.41
HSL 271.86º 0.94% 0.3% -
HSV(B) 271.86º 0.97% 0.59% -
XYZ 9.04 4.1 29.17 -
YUV 44.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 82 5 150 0.45 0.97 0 0.41 271.86 0.94 0.3
Hex 52 5 96 2D 61 0 29 110 5E 1E
Octal 122 5 226 55 141 0 51 420 136 36
Binary 1010010 101 10010110 101101 1100001 0 101001 100010000 1011110 11110

Color Harmonies of #520596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520596

Black with #520596

Text Example


Text Example

White with #520596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520596; }

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

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

background-color css

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

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

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

border-color css

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

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

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