Html Css Color HEX #520C6D Indigo

📋 copy color: '#520C6D'

red 82 ◦ green 12 ◦ blue 109

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

Shades of Indigo #520C6D

Tints of Indigo #520C6D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

 BLUE value IS 109 (42.97% from 255) = 53.69%

R = 40.39%
G = 5.91%
B = 53.69%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#520C6D (or 0x520C6D) is known color: Indigo. HEX triplet: 52, 0C and 6D. RGB value is (82,12,109). Sum of RGB (Red+Green+Blue) = 82+12+109=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #520C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520C6D is #ADF392. Grayscale: #2B2B2B. Windows color (decimal): -11400083 or 7146578. OLE color: 7146578.

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

Color convert

RGB 82 12 109 -
CMYK 0.25 0.89 0 0.57
HSL 283.3º 0.8% 0.24% -
HSV(B) 283.3º 0.89% 0.43% -
XYZ 6.37 3.16 14.74 -
YUV 43.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 82 12 109 0.25 0.89 0 0.57 283.3 0.8 0.24
Hex 52 C 6D 19 59 0 39 11B 50 18
Octal 122 14 155 31 131 0 71 433 120 30
Binary 1010010 1100 1101101 11001 1011001 0 111001 100011011 1010000 11000

Color Harmonies of #520C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C6D

Black with #520C6D

Text Example


Text Example

White with #520C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,12,109); }

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

background-color css

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

 a { background-color: rgb(82,12,109); }

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

border-color css

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

 span { border-color: rgb(82,12,109); }

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