Html Css Color HEX #520583 Indigo

📋 copy color: '#520583'

red 82 ◦ green 5 ◦ blue 131

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

Shades of Indigo #520583

Tints of Indigo #520583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 60.09%

R = 37.61%
G = 2.29%
B = 60.09%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520583 (or 0x520583) is known color: Indigo. HEX triplet: 52, 05 and 83. RGB value is (82,5,131). Sum of RGB (Red+Green+Blue) = 82+5+131=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #520583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520583 is #ADFA7C. Grayscale: #292929. Windows color (decimal): -11401853 or 8586578. OLE color: 8586578.

HSL color Cylindrical-coordinate representation of color #520583: hue angle of 276.67º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520583 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 5 131 -
CMYK 0.37 0.96 0 0.49
HSL 276.67º 0.93% 0.27% -
HSV(B) 276.67º 0.96% 0.51% -
XYZ 7.63 3.54 21.75 -
YUV 42.39 178.01 156.25 -
System Red Green Blue C M Y K H S L
Decimal 82 5 131 0.37 0.96 0 0.49 276.67 0.93 0.27
Hex 52 5 83 25 60 0 31 115 5D 1B
Octal 122 5 203 45 140 0 61 425 135 33
Binary 1010010 101 10000011 100101 1100000 0 110001 100010101 1011101 11011

Color Harmonies of #520583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520583

Black with #520583

Text Example


Text Example

White with #520583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520583; }

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

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

background-color css

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

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

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

border-color css

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

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

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