Html Css Color HEX #520391 Indigo

📋 copy color: '#520391'

red 82 ◦ green 3 ◦ blue 145

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

Shades of Indigo #520391

Tints of Indigo #520391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 63.04%

R = 35.65%
G = 1.3%
B = 63.04%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#520391 (or 0x520391) is known color: Indigo. HEX triplet: 52, 03 and 91. RGB value is (82,3,145). Sum of RGB (Red+Green+Blue) = 82+3+145=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #520391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520391 is #ADFC6E. Grayscale: #2A2A2A. Windows color (decimal): -11402351 or 9503570. OLE color: 9503570.

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

Color convert

RGB 82 3 145 -
CMYK 0.43 0.98 0 0.43
HSL 273.38º 0.96% 0.29% -
HSV(B) 273.38º 0.98% 0.57% -
XYZ 8.62 3.9 27.09 -
YUV 42.81 185.67 155.95 -
System Red Green Blue C M Y K H S L
Decimal 82 3 145 0.43 0.98 0 0.43 273.38 0.96 0.29
Hex 52 3 91 2B 62 0 2B 111 60 1D
Octal 122 3 221 53 142 0 53 421 140 35
Binary 1010010 11 10010001 101011 1100010 0 101011 100010001 1100000 11101

Color Harmonies of #520391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520391

Black with #520391

Text Example


Text Example

White with #520391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520391; }

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

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

background-color css

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

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

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

border-color css

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

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

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