Html Css Color HEX #50168E Indigo

📋 copy color: '#50168E'

red 80 ◦ green 22 ◦ blue 142

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

Shades of Indigo #50168E

Tints of Indigo #50168E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.2%

R = 32.79%
G = 9.02%
B = 58.2%

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

#50168E (or 0x50168E) is known color: Indigo. HEX triplet: 50, 16 and 8E. RGB value is (80,22,142). Sum of RGB (Red+Green+Blue) = 80+22+142=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #50168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50168E is #AFE971. Grayscale: #343434. Windows color (decimal): -11528562 or 9311824. OLE color: 9311824.

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

Color convert

RGB 80 22 142 -
CMYK 0.44 0.85 0 0.44
HSL 269º 0.73% 0.32% -
HSV(B) 269º 0.85% 0.56% -
XYZ 8.48 4.23 25.96 -
YUV 53.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 80 22 142 0.44 0.85 0 0.44 269 0.73 0.32
Hex 50 16 8E 2C 55 0 2C 10D 49 20
Octal 120 26 216 54 125 0 54 415 111 40
Binary 1010000 10110 10001110 101100 1010101 0 101100 100001101 1001001 100000

Color Harmonies of #50168E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50168E

Black with #50168E

Text Example


Text Example

White with #50168E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50168E; }

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

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

background-color css

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

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

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

border-color css

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

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

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