Html Css Color HEX #520E75 Indigo

📋 copy color: '#520E75'

red 82 ◦ green 14 ◦ blue 117

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

Shades of Indigo #520E75

Tints of Indigo #520E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.57%

 BLUE value IS 117 (46.09% from 255) = 54.93%

R = 38.5%
G = 6.57%
B = 54.93%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520E75 (or 0x520E75) is known color: Indigo. HEX triplet: 52, 0E and 75. RGB value is (82,14,117). Sum of RGB (Red+Green+Blue) = 82+14+117=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 14 (5.86% from 255 or 6.57% from 213); Blue value is 117 (46.09% from 255 or 54.93% from 213); Max value from RGB is 117 - color contains mainly: blue. Hex color #520E75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E75 is #ADF18A. Grayscale: #2D2D2D. Windows color (decimal): -11399563 or 7671378. OLE color: 7671378.

HSL color Cylindrical-coordinate representation of color #520E75: hue angle of 279.61º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #520E75 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 14 117 -
CMYK 0.30 0.88 0 0.54
HSL 279.61º 0.79% 0.26% -
HSV(B) 279.61º 0.88% 0.46% -
XYZ 6.85 3.39 17.12 -
YUV 46.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 82 14 117 0.30 0.88 0 0.54 279.61 0.79 0.26
Hex 52 E 75 1E 58 0 36 118 4F 1A
Octal 122 16 165 36 130 0 66 430 117 32
Binary 1010010 1110 1110101 11110 1011000 0 110110 100011000 1001111 11010

Color Harmonies of #520E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E75

Black with #520E75

Text Example


Text Example

White with #520E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,14,117); }

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

background-color css

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

 a { background-color: rgb(82,14,117); }

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

border-color css

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

 span { border-color: rgb(82,14,117); }

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