Html Css Color HEX #520D7F Indigo

📋 copy color: '#520D7F'

red 82 ◦ green 13 ◦ blue 127

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

Shades of Indigo #520D7F

Tints of Indigo #520D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.86%

 BLUE value IS 127 (50% from 255) = 57.21%

R = 36.94%
G = 5.86%
B = 57.21%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#520D7F (or 0x520D7F) is known color: Indigo. HEX triplet: 52, 0D and 7F. RGB value is (82,13,127). Sum of RGB (Red+Green+Blue) = 82+13+127=222 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.94% from 222); Green value is 13 (5.47% from 255 or 5.86% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #520D7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D7F is #ADF280. Grayscale: #2E2E2E. Windows color (decimal): -11399809 or 8326482. OLE color: 8326482.

HSL color Cylindrical-coordinate representation of color #520D7F: hue angle of 276.32º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #520D7F is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 13 127 -
CMYK 0.35 0.90 0 0.50
HSL 276.32º 0.81% 0.27% -
HSV(B) 276.32º 0.9% 0.5% -
XYZ 7.45 3.61 20.38 -
YUV 46.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 82 13 127 0.35 0.90 0 0.50 276.32 0.81 0.27
Hex 52 D 7F 23 5A 0 32 114 51 1B
Octal 122 15 177 43 132 0 62 424 121 33
Binary 1010010 1101 1111111 100011 1011010 0 110010 100010100 1010001 11011

Color Harmonies of #520D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D7F

Black with #520D7F

Text Example


Text Example

White with #520D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,127); }

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

background-color css

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

 a { background-color: rgb(82,13,127); }

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

border-color css

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

 span { border-color: rgb(82,13,127); }

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