Html Css Color HEX #520689 Indigo

📋 copy color: '#520689'

red 82 ◦ green 6 ◦ blue 137

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

Shades of Indigo #520689

Tints of Indigo #520689

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 36.44%
G = 2.67%
B = 60.89%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#520689 (or 0x520689) is known color: Indigo. HEX triplet: 52, 06 and 89. RGB value is (82,6,137). Sum of RGB (Red+Green+Blue) = 82+6+137=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #520689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520689 is #ADF976. Grayscale: #2B2B2B. Windows color (decimal): -11401591 or 8980050. OLE color: 8980050.

HSL color Cylindrical-coordinate representation of color #520689: hue angle of 274.81º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520689 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 6 137 -
CMYK 0.40 0.96 0 0.46
HSL 274.81º 0.92% 0.28% -
HSV(B) 274.81º 0.96% 0.54% -
XYZ 8.06 3.73 23.96 -
YUV 43.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 82 6 137 0.40 0.96 0 0.46 274.81 0.92 0.28
Hex 52 6 89 28 60 0 2E 113 5C 1C
Octal 122 6 211 50 140 0 56 423 134 34
Binary 1010010 110 10001001 101000 1100000 0 101110 100010011 1011100 11100

Color Harmonies of #520689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520689

Black with #520689

Text Example


Text Example

White with #520689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520689; }

 p { color: rgb(82,6,137); }

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

background-color css

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

 a { background-color: rgb(82,6,137); }

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

border-color css

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

 span { border-color: rgb(82,6,137); }

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