Html Css Color HEX #501690 Indigo

📋 copy color: '#501690'

red 80 ◦ green 22 ◦ blue 144

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

Shades of Indigo #501690

Tints of Indigo #501690

RGB

 RED value IS 80 (31.64% from 255) = 32.52%

 GREEN value IS 22 (8.98% from 255) = 8.94%

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

R = 32.52%
G = 8.94%
B = 58.54%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#501690 (or 0x501690) is known color: Indigo. HEX triplet: 50, 16 and 90. RGB value is (80,22,144). Sum of RGB (Red+Green+Blue) = 80+22+144=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #501690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501690 is #AFE96F. Grayscale: #343434. Windows color (decimal): -11528560 or 9442896. OLE color: 9442896.

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

Color convert

RGB 80 22 144 -
CMYK 0.44 0.85 0 0.44
HSL 268.52º 0.73% 0.33% -
HSV(B) 268.52º 0.85% 0.56% -
XYZ 8.63 4.29 26.76 -
YUV 53.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 80 22 144 0.44 0.85 0 0.44 268.52 0.73 0.33
Hex 50 16 90 2C 55 0 2C 10D 49 21
Octal 120 26 220 54 125 0 54 415 111 41
Binary 1010000 10110 10010000 101100 1010101 0 101100 100001101 1001001 100001

Color Harmonies of #501690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501690

Black with #501690

Text Example


Text Example

White with #501690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501690; }

 p { color: rgb(80,22,144); }

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

background-color css

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

 a { background-color: rgb(80,22,144); }

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

border-color css

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

 span { border-color: rgb(80,22,144); }

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