Html Css Color HEX #520190 Indigo

📋 copy color: '#520190'

red 82 ◦ green 1 ◦ blue 144

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

Shades of Indigo #520190

Tints of Indigo #520190

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 36.12%
G = 0.44%
B = 63.44%

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

#520190 (or 0x520190) is known color: Indigo. HEX triplet: 52, 01 and 90. RGB value is (82,1,144). Sum of RGB (Red+Green+Blue) = 82+1+144=227 (30% of max value = 765). Red value is 82 (32.42% from 255 or 36.12% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #520190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #520190 is #ADFE6F. Grayscale: #292929. Windows color (decimal): -11402864 or 9437522. OLE color: 9437522.

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

Color convert

RGB 82 1 144 -
CMYK 0.43 0.99 0 0.44
HSL 273.99º 0.99% 0.28% -
HSV(B) 273.99º 0.99% 0.56% -
XYZ 8.52 3.83 26.68 -
YUV 41.52 185.84 156.87 -
System Red Green Blue C M Y K H S L
Decimal 82 1 144 0.43 0.99 0 0.44 273.99 0.99 0.28
Hex 52 1 90 2B 63 0 2C 112 63 1C
Octal 122 1 220 53 143 0 54 422 143 34
Binary 1010010 1 10010000 101011 1100011 0 101100 100010010 1100011 11100

Color Harmonies of #520190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520190

Black with #520190

Text Example


Text Example

White with #520190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520190; }

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

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

background-color css

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

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

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

border-color css

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

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

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