Html Css Color HEX #520F8E Indigo

📋 copy color: '#520F8E'

red 82 ◦ green 15 ◦ blue 142

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

Shades of Indigo #520F8E

Tints of Indigo #520F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.41%

R = 34.31%
G = 6.28%
B = 59.41%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#520F8E (or 0x520F8E) is known color: Indigo. HEX triplet: 52, 0F and 8E. RGB value is (82,15,142). Sum of RGB (Red+Green+Blue) = 82+15+142=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #520F8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520F8E is #ADF071. Grayscale: #313131. Windows color (decimal): -11399282 or 9310034. OLE color: 9310034.

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

Color convert

RGB 82 15 142 -
CMYK 0.42 0.89 0 0.44
HSL 271.65º 0.81% 0.31% -
HSV(B) 271.65º 0.89% 0.56% -
XYZ 8.53 4.09 25.93 -
YUV 49.51 180.2 151.17 -
System Red Green Blue C M Y K H S L
Decimal 82 15 142 0.42 0.89 0 0.44 271.65 0.81 0.31
Hex 52 F 8E 2A 59 0 2C 110 51 1F
Octal 122 17 216 52 131 0 54 420 121 37
Binary 1010010 1111 10001110 101010 1011001 0 101100 100010000 1010001 11111

Color Harmonies of #520F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F8E

Black with #520F8E

Text Example


Text Example

White with #520F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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