Html Css Color HEX #520D75 Indigo

📋 copy color: '#520D75'

red 82 ◦ green 13 ◦ blue 117

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

Shades of Indigo #520D75

Tints of Indigo #520D75

RGB

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

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

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

R = 38.68%
G = 6.13%
B = 55.19%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#520D75 (or 0x520D75) is known color: Indigo. HEX triplet: 52, 0D and 75. RGB value is (82,13,117). Sum of RGB (Red+Green+Blue) = 82+13+117=212 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.68% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #520D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520D75 is #ADF28A. Grayscale: #2D2D2D. Windows color (decimal): -11399819 or 7671122. OLE color: 7671122.

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

Color convert

RGB 82 13 117 -
CMYK 0.30 0.89 0 0.54
HSL 279.81º 0.8% 0.25% -
HSV(B) 279.81º 0.89% 0.46% -
XYZ 6.83 3.37 17.12 -
YUV 45.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 82 13 117 0.30 0.89 0 0.54 279.81 0.8 0.25
Hex 52 D 75 1E 59 0 36 118 50 19
Octal 122 15 165 36 131 0 66 430 120 31
Binary 1010010 1101 1110101 11110 1011001 0 110110 100011000 1010000 11001

Color Harmonies of #520D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520D75

Black with #520D75

Text Example


Text Example

White with #520D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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