Html Css Color HEX #520078 Indigo

📋 copy color: '#520078'

red 82 ◦ green 0 ◦ blue 120

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

Shades of Indigo #520078

Tints of Indigo #520078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 120 (47.27% from 255) = 59.41%

R = 40.59%
G = 0%
B = 59.41%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#520078 (or 0x520078) is known color: Indigo. HEX triplet: 52, 00 and 78. RGB value is (82,0,120). Sum of RGB (Red+Green+Blue) = 82+0+120=202 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.59% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #520078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520078 is #ADFF87. Grayscale: #252525. Windows color (decimal): -11403144 or 7864402. OLE color: 7864402.

HSL color Cylindrical-coordinate representation of color #520078: hue angle of 281º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520078 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 0 120 -
CMYK 0.32 1 0 0.53
HSL 281º 1% 0.24% -
HSV(B) 281º 1% 0.47% -
XYZ 6.87 3.15 18.02 -
YUV 38.2 174.17 159.24 -
System Red Green Blue C M Y K H S L
Decimal 82 0 120 0.32 1 0 0.53 281 1 0.24
Hex 52 0 78 20 64 0 35 119 64 18
Octal 122 0 170 40 144 0 65 431 144 30
Binary 1010010 0 1111000 100000 1100100 0 110101 100011001 1100100 11000

Color Harmonies of #520078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520078

Black with #520078

Text Example


Text Example

White with #520078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520078; }

 p { color: rgb(82,0,120); }

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

background-color css

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

 a { background-color: rgb(82,0,120); }

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

border-color css

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

 span { border-color: rgb(82,0,120); }

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