Html Css Color HEX #501680 Indigo

📋 copy color: '#501680'

red 80 ◦ green 22 ◦ blue 128

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

Shades of Indigo #501680

Tints of Indigo #501680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 55.65%

R = 34.78%
G = 9.57%
B = 55.65%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#501680 (or 0x501680) is known color: Indigo. HEX triplet: 50, 16 and 80. RGB value is (80,22,128). Sum of RGB (Red+Green+Blue) = 80+22+128=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #501680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501680 is #AFE97F. Grayscale: #333333. Windows color (decimal): -11528576 or 8394320. OLE color: 8394320.

HSL color Cylindrical-coordinate representation of color #501680: hue angle of 272.83º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #501680 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 22 128 -
CMYK 0.38 0.83 0 0.50
HSL 272.83º 0.71% 0.29% -
HSV(B) 272.83º 0.83% 0.5% -
XYZ 7.49 3.84 20.77 -
YUV 51.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 80 22 128 0.38 0.83 0 0.50 272.83 0.71 0.29
Hex 50 16 80 26 53 0 32 111 47 1D
Octal 120 26 200 46 123 0 62 421 107 35
Binary 1010000 10110 10000000 100110 1010011 0 110010 100010001 1000111 11101

Color Harmonies of #501680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501680

Black with #501680

Text Example


Text Example

White with #501680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501680; }

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

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

background-color css

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

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

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

border-color css

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

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

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