Html Css Color HEX #520381 Indigo

📋 copy color: '#520381'

red 82 ◦ green 3 ◦ blue 129

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

Shades of Indigo #520381

Tints of Indigo #520381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.4%

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

R = 38.32%
G = 1.4%
B = 60.28%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#520381 (or 0x520381) is known color: Indigo. HEX triplet: 52, 03 and 81. RGB value is (82,3,129). Sum of RGB (Red+Green+Blue) = 82+3+129=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #520381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520381 is #ADFC7E. Grayscale: #282828. Windows color (decimal): -11402367 or 8454994. OLE color: 8454994.

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

Color convert

RGB 82 3 129 -
CMYK 0.36 0.98 0 0.49
HSL 277.62º 0.95% 0.26% -
HSV(B) 277.62º 0.98% 0.51% -
XYZ 7.47 3.44 21.04 -
YUV 40.99 177.67 157.25 -
System Red Green Blue C M Y K H S L
Decimal 82 3 129 0.36 0.98 0 0.49 277.62 0.95 0.26
Hex 52 3 81 24 62 0 31 116 5F 1A
Octal 122 3 201 44 142 0 61 426 137 32
Binary 1010010 11 10000001 100100 1100010 0 110001 100010110 1011111 11010

Color Harmonies of #520381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520381

Black with #520381

Text Example


Text Example

White with #520381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520381; }

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

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

background-color css

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

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

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

border-color css

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

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

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