Html Css Color HEX #50169D Indigo

📋 copy color: '#50169D'

red 80 ◦ green 22 ◦ blue 157

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

Shades of Indigo #50169D

Tints of Indigo #50169D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 30.89%
G = 8.49%
B = 60.62%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50169D (or 0x50169D) is known color: Indigo. HEX triplet: 50, 16 and 9D. RGB value is (80,22,157). Sum of RGB (Red+Green+Blue) = 80+22+157=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #50169D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50169D is #AFE962. Grayscale: #363636. Windows color (decimal): -11528547 or 10294864. OLE color: 10294864.

HSL color Cylindrical-coordinate representation of color #50169D: hue angle of 265.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50169D is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 22 157 -
CMYK 0.49 0.86 0 0.38
HSL 265.78º 0.75% 0.35% -
HSV(B) 265.78º 0.86% 0.62% -
XYZ 9.68 4.71 32.3 -
YUV 54.73 185.72 146.02 -
System Red Green Blue C M Y K H S L
Decimal 80 22 157 0.49 0.86 0 0.38 265.78 0.75 0.35
Hex 50 16 9D 31 56 0 26 10A 4B 23
Octal 120 26 235 61 126 0 46 412 113 43
Binary 1010000 10110 10011101 110001 1010110 0 100110 100001010 1001011 100011

Color Harmonies of #50169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50169D

Black with #50169D

Text Example


Text Example

White with #50169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50169D; }

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

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

background-color css

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

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

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

border-color css

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

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

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