Html Css Color HEX #520290 Indigo

📋 copy color: '#520290'

red 82 ◦ green 2 ◦ blue 144

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

Shades of Indigo #520290

Tints of Indigo #520290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 35.96%
G = 0.88%
B = 63.16%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#520290 (or 0x520290) is known color: Indigo. HEX triplet: 52, 02 and 90. RGB value is (82,2,144). Sum of RGB (Red+Green+Blue) = 82+2+144=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #520290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520290 is #ADFD6F. Grayscale: #292929. Windows color (decimal): -11402608 or 9437778. OLE color: 9437778.

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

Color convert

RGB 82 2 144 -
CMYK 0.43 0.99 0 0.44
HSL 273.8º 0.97% 0.29% -
HSV(B) 273.8º 0.99% 0.56% -
XYZ 8.54 3.85 26.68 -
YUV 42.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 82 2 144 0.43 0.99 0 0.44 273.8 0.97 0.29
Hex 52 2 90 2B 63 0 2C 112 61 1D
Octal 122 2 220 53 143 0 54 422 141 35
Binary 1010010 10 10010000 101011 1100011 0 101100 100010010 1100001 11101

Color Harmonies of #520290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520290

Black with #520290

Text Example


Text Example

White with #520290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520290; }

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

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

background-color css

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

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

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

border-color css

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

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

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