Html Css Color HEX #520481 Indigo

📋 copy color: '#520481'

red 82 ◦ green 4 ◦ blue 129

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

Shades of Indigo #520481

Tints of Indigo #520481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 38.14%
G = 1.86%
B = 60%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520481 (or 0x520481) is known color: Indigo. HEX triplet: 52, 04 and 81. RGB value is (82,4,129). Sum of RGB (Red+Green+Blue) = 82+4+129=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 129 (50.78% from 255 or 60% from 215); Max value from RGB is 129 - color contains mainly: blue. Hex color #520481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520481 is #ADFB7E. Grayscale: #292929. Windows color (decimal): -11402111 or 8455250. OLE color: 8455250.

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

Color convert

RGB 82 4 129 -
CMYK 0.36 0.97 0 0.49
HSL 277.44º 0.94% 0.26% -
HSV(B) 277.44º 0.97% 0.51% -
XYZ 7.49 3.47 21.04 -
YUV 41.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 82 4 129 0.36 0.97 0 0.49 277.44 0.94 0.26
Hex 52 4 81 24 61 0 31 115 5E 1A
Octal 122 4 201 44 141 0 61 425 136 32
Binary 1010010 100 10000001 100100 1100001 0 110001 100010101 1011110 11010

Color Harmonies of #520481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520481

Black with #520481

Text Example


Text Example

White with #520481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520481; }

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

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

background-color css

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

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

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

border-color css

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

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

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