Html Css Color HEX #520370 Indigo

📋 copy color: '#520370'

red 82 ◦ green 3 ◦ blue 112

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

Shades of Indigo #520370

Tints of Indigo #520370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

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

R = 41.62%
G = 1.52%
B = 56.85%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#520370 (or 0x520370) is known color: Indigo. HEX triplet: 52, 03 and 70. RGB value is (82,3,112). Sum of RGB (Red+Green+Blue) = 82+3+112=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 112 (44.14% from 255 or 56.85% from 197); Max value from RGB is 112 - color contains mainly: blue. Hex color #520370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #520370 is #ADFC8F. Grayscale: #262626. Windows color (decimal): -11402384 or 7340882. OLE color: 7340882.

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

Color convert

RGB 82 3 112 -
CMYK 0.27 0.97 0 0.56
HSL 283.49º 0.95% 0.23% -
HSV(B) 283.49º 0.97% 0.44% -
XYZ 6.44 3.03 15.57 -
YUV 39.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 82 3 112 0.27 0.97 0 0.56 283.49 0.95 0.23
Hex 52 3 70 1B 61 0 38 11B 5F 17
Octal 122 3 160 33 141 0 70 433 137 27
Binary 1010010 11 1110000 11011 1100001 0 111000 100011011 1011111 10111

Color Harmonies of #520370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520370

Black with #520370

Text Example


Text Example

White with #520370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520370; }

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

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

background-color css

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

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

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

border-color css

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

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

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