Html Css Color HEX #520873 Indigo

📋 copy color: '#520873'

red 82 ◦ green 8 ◦ blue 115

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

Shades of Indigo #520873

Tints of Indigo #520873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 40%
G = 3.9%
B = 56.1%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520873 (or 0x520873) is known color: Indigo. HEX triplet: 52, 08 and 73. RGB value is (82,8,115). Sum of RGB (Red+Green+Blue) = 82+8+115=205 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #520873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520873 is #ADF78C. Grayscale: #292929. Windows color (decimal): -11401101 or 7538770. OLE color: 7538770.

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

Color convert

RGB 82 8 115 -
CMYK 0.29 0.93 0 0.55
HSL 281.5º 0.87% 0.24% -
HSV(B) 281.5º 0.93% 0.45% -
XYZ 6.66 3.21 16.49 -
YUV 42.32 169.02 156.3 -
System Red Green Blue C M Y K H S L
Decimal 82 8 115 0.29 0.93 0 0.55 281.5 0.87 0.24
Hex 52 8 73 1D 5D 0 37 119 57 18
Octal 122 10 163 35 135 0 67 431 127 30
Binary 1010010 1000 1110011 11101 1011101 0 110111 100011001 1010111 11000

Color Harmonies of #520873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520873

Black with #520873

Text Example


Text Example

White with #520873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520873; }

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

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

background-color css

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

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

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

border-color css

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

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

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