Html Css Color HEX #520193 Indigo

📋 copy color: '#520193'

red 82 ◦ green 1 ◦ blue 147

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

Shades of Indigo #520193

Tints of Indigo #520193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 35.65%
G = 0.43%
B = 63.91%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#520193 (or 0x520193) is known color: Indigo. HEX triplet: 52, 01 and 93. RGB value is (82,1,147). Sum of RGB (Red+Green+Blue) = 82+1+147=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #520193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520193 is #ADFE6C. Grayscale: #292929. Windows color (decimal): -11402861 or 9634130. OLE color: 9634130.

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

Color convert

RGB 82 1 147 -
CMYK 0.44 0.99 0 0.42
HSL 273.29º 0.99% 0.29% -
HSV(B) 273.29º 0.99% 0.58% -
XYZ 8.76 3.92 27.9 -
YUV 41.86 187.34 156.63 -
System Red Green Blue C M Y K H S L
Decimal 82 1 147 0.44 0.99 0 0.42 273.29 0.99 0.29
Hex 52 1 93 2C 63 0 2A 111 63 1D
Octal 122 1 223 54 143 0 52 421 143 35
Binary 1010010 1 10010011 101100 1100011 0 101010 100010001 1100011 11101

Color Harmonies of #520193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520193

Black with #520193

Text Example


Text Example

White with #520193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520193; }

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

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

background-color css

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

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

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

border-color css

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

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

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