Html Css Color HEX #520091 Indigo

📋 copy color: '#520091'

red 82 ◦ green 0 ◦ blue 145

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

Shades of Indigo #520091

Tints of Indigo #520091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.12%
G = 0%
B = 63.88%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#520091 (or 0x520091) is known color: Indigo. HEX triplet: 52, 00 and 91. RGB value is (82,0,145). Sum of RGB (Red+Green+Blue) = 82+0+145=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #520091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520091 is #ADFF6E. Grayscale: #282828. Windows color (decimal): -11403119 or 9502802. OLE color: 9502802.

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

Color convert

RGB 82 0 145 -
CMYK 0.43 1 0 0.43
HSL 273.93º 1% 0.28% -
HSV(B) 273.93º 1% 0.57% -
XYZ 8.59 3.84 27.08 -
YUV 41.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 82 0 145 0.43 1 0 0.43 273.93 1 0.28
Hex 52 0 91 2B 64 0 2B 112 64 1C
Octal 122 0 221 53 144 0 53 422 144 34
Binary 1010010 0 10010001 101011 1100100 0 101011 100010010 1100100 11100

Color Harmonies of #520091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520091

Black with #520091

Text Example


Text Example

White with #520091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520091; }

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

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

background-color css

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

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

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

border-color css

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

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

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