Html Css Color HEX #520376 Indigo

📋 copy color: '#520376'

red 82 ◦ green 3 ◦ blue 118

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

Shades of Indigo #520376

Tints of Indigo #520376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 40.39%
G = 1.48%
B = 58.13%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520376 (or 0x520376) is known color: Indigo. HEX triplet: 52, 03 and 76. RGB value is (82,3,118). Sum of RGB (Red+Green+Blue) = 82+3+118=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #520376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520376 is #ADFC89. Grayscale: #272727. Windows color (decimal): -11402378 or 7734098. OLE color: 7734098.

HSL color Cylindrical-coordinate representation of color #520376: hue angle of 281.22º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520376 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 3 118 -
CMYK 0.31 0.97 0 0.54
HSL 281.22º 0.95% 0.24% -
HSV(B) 281.22º 0.97% 0.46% -
XYZ 6.78 3.17 17.39 -
YUV 39.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 82 3 118 0.31 0.97 0 0.54 281.22 0.95 0.24
Hex 52 3 76 1F 61 0 36 119 5F 18
Octal 122 3 166 37 141 0 66 431 137 30
Binary 1010010 11 1110110 11111 1100001 0 110110 100011001 1011111 11000

Color Harmonies of #520376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520376

Black with #520376

Text Example


Text Example

White with #520376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520376; }

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

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

background-color css

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

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

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

border-color css

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

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

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