Html Css Color HEX #520673 Indigo

📋 copy color: '#520673'

red 82 ◦ green 6 ◦ blue 115

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

Shades of Indigo #520673

Tints of Indigo #520673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.65%

R = 40.39%
G = 2.96%
B = 56.65%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520673 (or 0x520673) is known color: Indigo. HEX triplet: 52, 06 and 73. RGB value is (82,6,115). Sum of RGB (Red+Green+Blue) = 82+6+115=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #520673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520673 is #ADF98C. Grayscale: #282828. Windows color (decimal): -11401613 or 7538258. OLE color: 7538258.

HSL color Cylindrical-coordinate representation of color #520673: hue angle of 281.83º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520673 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 6 115 -
CMYK 0.29 0.95 0 0.55
HSL 281.83º 0.9% 0.24% -
HSV(B) 281.83º 0.95% 0.45% -
XYZ 6.64 3.16 16.48 -
YUV 41.15 169.68 157.14 -
System Red Green Blue C M Y K H S L
Decimal 82 6 115 0.29 0.95 0 0.55 281.83 0.9 0.24
Hex 52 6 73 1D 5F 0 37 11A 5A 18
Octal 122 6 163 35 137 0 67 432 132 30
Binary 1010010 110 1110011 11101 1011111 0 110111 100011010 1011010 11000

Color Harmonies of #520673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520673

Black with #520673

Text Example


Text Example

White with #520673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520673; }

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

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

background-color css

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

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

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

border-color css

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

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

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