Html Css Color HEX #520073 Indigo

📋 copy color: '#520073'

red 82 ◦ green 0 ◦ blue 115

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

Shades of Indigo #520073

Tints of Indigo #520073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.62%
G = 0%
B = 58.38%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#520073 (or 0x520073) is known color: Indigo. HEX triplet: 52, 00 and 73. RGB value is (82,0,115). Sum of RGB (Red+Green+Blue) = 82+0+115=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 0 (0.39% from 255 or 0% from 197); Blue value is 115 (45.31% from 255 or 58.38% from 197); Max value from RGB is 115 - color contains mainly: blue. Hex color #520073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520073 is #ADFF8C. Grayscale: #252525. Windows color (decimal): -11403149 or 7536722. OLE color: 7536722.

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

Color convert

RGB 82 0 115 -
CMYK 0.29 1 0 0.55
HSL 282.78º 1% 0.23% -
HSV(B) 282.78º 1% 0.45% -
XYZ 6.57 3.03 16.46 -
YUV 37.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 82 0 115 0.29 1 0 0.55 282.78 1 0.23
Hex 52 0 73 1D 64 0 37 11B 64 17
Octal 122 0 163 35 144 0 67 433 144 27
Binary 1010010 0 1110011 11101 1100100 0 110111 100011011 1100100 10111

Color Harmonies of #520073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520073

Black with #520073

Text Example


Text Example

White with #520073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520073; }

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

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

background-color css

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

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

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

border-color css

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

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

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