Html Css Color HEX #520E7D Indigo

📋 copy color: '#520E7D'

red 82 ◦ green 14 ◦ blue 125

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

Shades of Indigo #520E7D

Tints of Indigo #520E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 37.1%
G = 6.33%
B = 56.56%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#520E7D (or 0x520E7D) is known color: Indigo. HEX triplet: 52, 0E and 7D. RGB value is (82,14,125). Sum of RGB (Red+Green+Blue) = 82+14+125=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #520E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520E7D is #ADF182. Grayscale: #2E2E2E. Windows color (decimal): -11399555 or 8195666. OLE color: 8195666.

HSL color Cylindrical-coordinate representation of color #520E7D: hue angle of 276.76º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520E7D is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 14 125 -
CMYK 0.34 0.89 0 0.51
HSL 276.76º 0.8% 0.27% -
HSV(B) 276.76º 0.89% 0.49% -
XYZ 7.34 3.59 19.71 -
YUV 46.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 82 14 125 0.34 0.89 0 0.51 276.76 0.8 0.27
Hex 52 E 7D 22 59 0 33 115 50 1B
Octal 122 16 175 42 131 0 63 425 120 33
Binary 1010010 1110 1111101 100010 1011001 0 110011 100010101 1010000 11011

Color Harmonies of #520E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520E7D

Black with #520E7D

Text Example


Text Example

White with #520E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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