Html Css Color HEX #520581 Indigo

📋 copy color: '#520581'

red 82 ◦ green 5 ◦ blue 129

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

Shades of Indigo #520581

Tints of Indigo #520581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 59.72%

R = 37.96%
G = 2.31%
B = 59.72%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520581 (or 0x520581) is known color: Indigo. HEX triplet: 52, 05 and 81. RGB value is (82,5,129). Sum of RGB (Red+Green+Blue) = 82+5+129=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 129 (50.78% from 255 or 59.72% from 216); Max value from RGB is 129 - color contains mainly: blue. Hex color #520581 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520581 is #ADFA7E. Grayscale: #292929. Windows color (decimal): -11401855 or 8455506. OLE color: 8455506.

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

Color convert

RGB 82 5 129 -
CMYK 0.36 0.96 0 0.49
HSL 277.26º 0.93% 0.26% -
HSV(B) 277.26º 0.96% 0.51% -
XYZ 7.5 3.49 21.05 -
YUV 42.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 82 5 129 0.36 0.96 0 0.49 277.26 0.93 0.26
Hex 52 5 81 24 60 0 31 115 5D 1A
Octal 122 5 201 44 140 0 61 425 135 32
Binary 1010010 101 10000001 100100 1100000 0 110001 100010101 1011101 11010

Color Harmonies of #520581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520581

Black with #520581

Text Example


Text Example

White with #520581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520581; }

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

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

background-color css

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

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

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

border-color css

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

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

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