Html Css Color HEX #520090 Indigo

📋 copy color: '#520090'

red 82 ◦ green 0 ◦ blue 144

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

Shades of Indigo #520090

Tints of Indigo #520090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 63.72%

R = 36.28%
G = 0%
B = 63.72%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#520090 (or 0x520090) is known color: Indigo. HEX triplet: 52, 00 and 90. RGB value is (82,0,144). Sum of RGB (Red+Green+Blue) = 82+0+144=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #520090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520090 is #ADFF6F. Grayscale: #282828. Windows color (decimal): -11403120 or 9437266. OLE color: 9437266.

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

Color convert

RGB 82 0 144 -
CMYK 0.43 1 0 0.44
HSL 274.17º 1% 0.28% -
HSV(B) 274.17º 1% 0.56% -
XYZ 8.51 3.81 26.67 -
YUV 40.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 82 0 144 0.43 1 0 0.44 274.17 1 0.28
Hex 52 0 90 2B 64 0 2C 112 64 1C
Octal 122 0 220 53 144 0 54 422 144 34
Binary 1010010 0 10010000 101011 1100100 0 101100 100010010 1100100 11100

Color Harmonies of #520090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520090

Black with #520090

Text Example


Text Example

White with #520090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520090; }

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

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

background-color css

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

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

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

border-color css

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

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

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