Html Css Color HEX #520070 Indigo

📋 copy color: '#520070'

red 82 ◦ green 0 ◦ blue 112

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

Shades of Indigo #520070

Tints of Indigo #520070

RGB

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

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

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

R = 42.27%
G = 0%
B = 57.73%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520070 (or 0x520070) is known color: Indigo. HEX triplet: 52, 00 and 70. RGB value is (82,0,112). Sum of RGB (Red+Green+Blue) = 82+0+112=194 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.27% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #520070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520070 is #ADFF8F. Grayscale: #242424. Windows color (decimal): -11403152 or 7340114. OLE color: 7340114.

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

Color convert

RGB 82 0 112 -
CMYK 0.27 1 0 0.56
HSL 283.93º 1% 0.22% -
HSV(B) 283.93º 1% 0.44% -
XYZ 6.4 2.96 15.56 -
YUV 37.29 170.17 159.89 -
System Red Green Blue C M Y K H S L
Decimal 82 0 112 0.27 1 0 0.56 283.93 1 0.22
Hex 52 0 70 1B 64 0 38 11C 64 16
Octal 122 0 160 33 144 0 70 434 144 26
Binary 1010010 0 1110000 11011 1100100 0 111000 100011100 1100100 10110

Color Harmonies of #520070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520070

Black with #520070

Text Example


Text Example

White with #520070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520070; }

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

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

background-color css

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

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

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

border-color css

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

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

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