Html Css Color HEX #520F8D Indigo

📋 copy color: '#520F8D'

red 82 ◦ green 15 ◦ blue 141

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

Shades of Indigo #520F8D

Tints of Indigo #520F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.3%

 BLUE value IS 141 (55.47% from 255) = 59.24%

R = 34.45%
G = 6.3%
B = 59.24%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#520F8D (or 0x520F8D) is known color: Indigo. HEX triplet: 52, 0F and 8D. RGB value is (82,15,141). Sum of RGB (Red+Green+Blue) = 82+15+141=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 141 (55.47% from 255 or 59.24% from 238); Max value from RGB is 141 - color contains mainly: blue. Hex color #520F8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520F8D is #ADF072. Grayscale: #303030. Windows color (decimal): -11399283 or 9244498. OLE color: 9244498.

HSL color Cylindrical-coordinate representation of color #520F8D: hue angle of 271.9º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520F8D is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 15 141 -
CMYK 0.42 0.89 0 0.45
HSL 271.9º 0.81% 0.31% -
HSV(B) 271.9º 0.89% 0.55% -
XYZ 8.46 4.06 25.54 -
YUV 49.4 179.7 151.25 -
System Red Green Blue C M Y K H S L
Decimal 82 15 141 0.42 0.89 0 0.45 271.9 0.81 0.31
Hex 52 F 8D 2A 59 0 2D 110 51 1F
Octal 122 17 215 52 131 0 55 420 121 37
Binary 1010010 1111 10001101 101010 1011001 0 101101 100010000 1010001 11111

Color Harmonies of #520F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F8D

Black with #520F8D

Text Example


Text Example

White with #520F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520F8D; }

 p { color: rgb(82,15,141); }

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

background-color css

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

 a { background-color: rgb(82,15,141); }

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

border-color css

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

 span { border-color: rgb(82,15,141); }

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