Html Css Color HEX #520487 Indigo

📋 copy color: '#520487'

red 82 ◦ green 4 ◦ blue 135

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

Shades of Indigo #520487

Tints of Indigo #520487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 61.09%

R = 37.1%
G = 1.81%
B = 61.09%

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

#520487 (or 0x520487) is known color: Indigo. HEX triplet: 52, 04 and 87. RGB value is (82,4,135). Sum of RGB (Red+Green+Blue) = 82+4+135=221 (29% of max value = 765). Red value is 82 (32.42% from 255 or 37.10% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 135 (53.12% from 255 or 61.09% from 221); Max value from RGB is 135 - color contains mainly: blue. Hex color #520487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520487 is #ADFB78. Grayscale: #292929. Windows color (decimal): -11402105 or 8848466. OLE color: 8848466.

HSL color Cylindrical-coordinate representation of color #520487: hue angle of 275.73º 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 #520487 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 4 135 -
CMYK 0.39 0.97 0 0.47
HSL 275.73º 0.94% 0.27% -
HSV(B) 275.73º 0.97% 0.53% -
XYZ 7.9 3.63 23.21 -
YUV 42.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 82 4 135 0.39 0.97 0 0.47 275.73 0.94 0.27
Hex 52 4 87 27 61 0 2F 114 5E 1B
Octal 122 4 207 47 141 0 57 424 136 33
Binary 1010010 100 10000111 100111 1100001 0 101111 100010100 1011110 11011

Color Harmonies of #520487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520487

Black with #520487

Text Example


Text Example

White with #520487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520487; }

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

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

background-color css

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

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

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

border-color css

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

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

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