Html Css Color HEX #520591 Indigo

📋 copy color: '#520591'

red 82 ◦ green 5 ◦ blue 145

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

Shades of Indigo #520591

Tints of Indigo #520591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 35.34%
G = 2.16%
B = 62.5%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#520591 (or 0x520591) is known color: Indigo. HEX triplet: 52, 05 and 91. RGB value is (82,5,145). Sum of RGB (Red+Green+Blue) = 82+5+145=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 145 (57.03% from 255 or 62.5% from 232); Max value from RGB is 145 - color contains mainly: blue. Hex color #520591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520591 is #ADFA6E. Grayscale: #2B2B2B. Windows color (decimal): -11401839 or 9504082. OLE color: 9504082.

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

Color convert

RGB 82 5 145 -
CMYK 0.43 0.97 0 0.43
HSL 273º 0.93% 0.29% -
HSV(B) 273º 0.97% 0.57% -
XYZ 8.64 3.95 27.09 -
YUV 43.98 185.01 155.12 -
System Red Green Blue C M Y K H S L
Decimal 82 5 145 0.43 0.97 0 0.43 273 0.93 0.29
Hex 52 5 91 2B 61 0 2B 111 5D 1D
Octal 122 5 221 53 141 0 53 421 135 35
Binary 1010010 101 10010001 101011 1100001 0 101011 100010001 1011101 11101

Color Harmonies of #520591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520591

Black with #520591

Text Example


Text Example

White with #520591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520591; }

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

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

background-color css

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

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

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

border-color css

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

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

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