Html Css Color HEX #520393 Indigo

📋 copy color: '#520393'

red 82 ◦ green 3 ◦ blue 147

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

Shades of Indigo #520393

Tints of Indigo #520393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 35.34%
G = 1.29%
B = 63.36%

CMYK

 C value IS 0.44

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520393 (or 0x520393) is known color: Indigo. HEX triplet: 52, 03 and 93. RGB value is (82,3,147). Sum of RGB (Red+Green+Blue) = 82+3+147=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #520393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520393 is #ADFC6C. Grayscale: #2A2A2A. Windows color (decimal): -11402349 or 9634642. OLE color: 9634642.

HSL color Cylindrical-coordinate representation of color #520393: hue angle of 272.92º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520393 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 3 147 -
CMYK 0.44 0.98 0 0.42
HSL 272.92º 0.96% 0.29% -
HSV(B) 272.92º 0.98% 0.58% -
XYZ 8.78 3.97 27.91 -
YUV 43.04 186.67 155.79 -
System Red Green Blue C M Y K H S L
Decimal 82 3 147 0.44 0.98 0 0.42 272.92 0.96 0.29
Hex 52 3 93 2C 62 0 2A 111 60 1D
Octal 122 3 223 54 142 0 52 421 140 35
Binary 1010010 11 10010011 101100 1100010 0 101010 100010001 1100000 11101

Color Harmonies of #520393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520393

Black with #520393

Text Example


Text Example

White with #520393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520393; }

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

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

background-color css

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

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

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

border-color css

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

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

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