Html Css Color HEX #520C8C Indigo

📋 copy color: '#520C8C'

red 82 ◦ green 12 ◦ blue 140

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

Shades of Indigo #520C8C

Tints of Indigo #520C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.83%

R = 35.04%
G = 5.13%
B = 59.83%

CMYK

 C value IS 0.41

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#520C8C (or 0x520C8C) is known color: Indigo. HEX triplet: 52, 0C and 8C. RGB value is (82,12,140). Sum of RGB (Red+Green+Blue) = 82+12+140=234 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.04% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #520C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520C8C is #ADF373. Grayscale: #2F2F2F. Windows color (decimal): -11400052 or 9178194. OLE color: 9178194.

HSL color Cylindrical-coordinate representation of color #520C8C: hue angle of 272.81º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520C8C is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 12 140 -
CMYK 0.41 0.91 0 0.45
HSL 272.81º 0.84% 0.3% -
HSV(B) 272.81º 0.91% 0.55% -
XYZ 8.34 3.95 25.13 -
YUV 47.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 82 12 140 0.41 0.91 0 0.45 272.81 0.84 0.3
Hex 52 C 8C 29 5B 0 2D 111 54 1E
Octal 122 14 214 51 133 0 55 421 124 36
Binary 1010010 1100 10001100 101001 1011011 0 101101 100010001 1010100 11110

Color Harmonies of #520C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520C8C

Black with #520C8C

Text Example


Text Example

White with #520C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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