Html Css Color HEX #520973 Indigo

📋 copy color: '#520973'

red 82 ◦ green 9 ◦ blue 115

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

Shades of Indigo #520973

Tints of Indigo #520973

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.37%

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

R = 39.81%
G = 4.37%
B = 55.83%

CMYK

 C value IS 0.29

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520973 (or 0x520973) is known color: Indigo. HEX triplet: 52, 09 and 73. RGB value is (82,9,115). Sum of RGB (Red+Green+Blue) = 82+9+115=206 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.81% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #520973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520973 is #ADF68C. Grayscale: #2A2A2A. Windows color (decimal): -11400845 or 7539026. OLE color: 7539026.

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

Color convert

RGB 82 9 115 -
CMYK 0.29 0.92 0 0.55
HSL 281.32º 0.85% 0.24% -
HSV(B) 281.32º 0.92% 0.45% -
XYZ 6.67 3.23 16.49 -
YUV 42.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 82 9 115 0.29 0.92 0 0.55 281.32 0.85 0.24
Hex 52 9 73 1D 5C 0 37 119 55 18
Octal 122 11 163 35 134 0 67 431 125 30
Binary 1010010 1001 1110011 11101 1011100 0 110111 100011001 1010101 11000

Color Harmonies of #520973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520973

Black with #520973

Text Example


Text Example

White with #520973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520973; }

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

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

background-color css

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

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

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

border-color css

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

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

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