Html Css Color HEX #520A87 Indigo

📋 copy color: '#520A87'

red 82 ◦ green 10 ◦ blue 135

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

Shades of Indigo #520A87

Tints of Indigo #520A87

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

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

R = 36.12%
G = 4.41%
B = 59.47%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#520A87 (or 0x520A87) is known color: Indigo. HEX triplet: 52, 0A and 87. RGB value is (82,10,135). Sum of RGB (Red+Green+Blue) = 82+10+135=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #520A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520A87 is #ADF578. Grayscale: #2D2D2D. Windows color (decimal): -11400569 or 8850002. OLE color: 8850002.

HSL color Cylindrical-coordinate representation of color #520A87: hue angle of 274.56º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520A87 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 10 135 -
CMYK 0.39 0.93 0 0.47
HSL 274.56º 0.86% 0.28% -
HSV(B) 274.56º 0.93% 0.53% -
XYZ 7.96 3.76 23.23 -
YUV 45.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 82 10 135 0.39 0.93 0 0.47 274.56 0.86 0.28
Hex 52 A 87 27 5D 0 2F 113 56 1C
Octal 122 12 207 47 135 0 57 423 126 34
Binary 1010010 1010 10000111 100111 1011101 0 101111 100010011 1010110 11100

Color Harmonies of #520A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520A87

Black with #520A87

Text Example


Text Example

White with #520A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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