Html Css Color HEX #520970 Indigo

📋 copy color: '#520970'

red 82 ◦ green 9 ◦ blue 112

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

Shades of Indigo #520970

Tints of Indigo #520970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.17%

R = 40.39%
G = 4.43%
B = 55.17%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520970 (or 0x520970) is known color: Indigo. HEX triplet: 52, 09 and 70. RGB value is (82,9,112). Sum of RGB (Red+Green+Blue) = 82+9+112=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #520970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520970 is #ADF68F. Grayscale: #2A2A2A. Windows color (decimal): -11400848 or 7342418. OLE color: 7342418.

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

Color convert

RGB 82 9 112 -
CMYK 0.27 0.92 0 0.56
HSL 282.52º 0.85% 0.24% -
HSV(B) 282.52º 0.92% 0.44% -
XYZ 6.5 3.16 15.6 -
YUV 42.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 82 9 112 0.27 0.92 0 0.56 282.52 0.85 0.24
Hex 52 9 70 1B 5C 0 38 11B 55 18
Octal 122 11 160 33 134 0 70 433 125 30
Binary 1010010 1001 1110000 11011 1011100 0 111000 100011011 1010101 11000

Color Harmonies of #520970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520970

Black with #520970

Text Example


Text Example

White with #520970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520970; }

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

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

background-color css

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

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

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

border-color css

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

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

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