Html Css Color HEX #520486 Indigo

📋 copy color: '#520486'

red 82 ◦ green 4 ◦ blue 134

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

Shades of Indigo #520486

Tints of Indigo #520486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 37.27%
G = 1.82%
B = 60.91%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#520486 (or 0x520486) is known color: Indigo. HEX triplet: 52, 04 and 86. RGB value is (82,4,134). Sum of RGB (Red+Green+Blue) = 82+4+134=220 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.27% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #520486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520486 is #ADFB79. Grayscale: #292929. Windows color (decimal): -11402106 or 8782930. OLE color: 8782930.

HSL color Cylindrical-coordinate representation of color #520486: hue angle of 276º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #520486 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 4 134 -
CMYK 0.39 0.97 0 0.47
HSL 276º 0.94% 0.27% -
HSV(B) 276º 0.97% 0.53% -
XYZ 7.83 3.6 22.84 -
YUV 42.14 179.84 156.43 -
System Red Green Blue C M Y K H S L
Decimal 82 4 134 0.39 0.97 0 0.47 276 0.94 0.27
Hex 52 4 86 27 61 0 2F 114 5E 1B
Octal 122 4 206 47 141 0 57 424 136 33
Binary 1010010 100 10000110 100111 1100001 0 101111 100010100 1011110 11011

Color Harmonies of #520486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520486

Black with #520486

Text Example


Text Example

White with #520486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520486; }

 p { color: rgb(82,4,134); }

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

background-color css

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

 a { background-color: rgb(82,4,134); }

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

border-color css

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

 span { border-color: rgb(82,4,134); }

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