Html Css Color HEX #521790 Indigo

📋 copy color: '#521790'

red 82 ◦ green 23 ◦ blue 144

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

Shades of Indigo #521790

Tints of Indigo #521790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

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

R = 32.93%
G = 9.24%
B = 57.83%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#521790 (or 0x521790) is known color: Indigo. HEX triplet: 52, 17 and 90. RGB value is (82,23,144). Sum of RGB (Red+Green+Blue) = 82+23+144=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #521790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #521790 is #ADE86F. Grayscale: #363636. Windows color (decimal): -11397232 or 9443154. OLE color: 9443154.

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

Color convert

RGB 82 23 144 -
CMYK 0.43 0.84 0 0.44
HSL 269.26º 0.72% 0.33% -
HSV(B) 269.26º 0.84% 0.56% -
XYZ 8.82 4.42 26.77 -
YUV 54.44 178.55 147.66 -
System Red Green Blue C M Y K H S L
Decimal 82 23 144 0.43 0.84 0 0.44 269.26 0.72 0.33
Hex 52 17 90 2B 54 0 2C 10D 48 21
Octal 122 27 220 53 124 0 54 415 110 41
Binary 1010010 10111 10010000 101011 1010100 0 101100 100001101 1001000 100001

Color Harmonies of #521790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521790

Black with #521790

Text Example


Text Example

White with #521790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521790; }

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

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

background-color css

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

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

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

border-color css

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

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

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