Html Css Color HEX #50169B Indigo

📋 copy color: '#50169B'

red 80 ◦ green 22 ◦ blue 155

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

Shades of Indigo #50169B

Tints of Indigo #50169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 31.13%
G = 8.56%
B = 60.31%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50169B (or 0x50169B) is known color: Indigo. HEX triplet: 50, 16 and 9B. RGB value is (80,22,155). Sum of RGB (Red+Green+Blue) = 80+22+155=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #50169B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50169B is #AFE964. Grayscale: #363636. Windows color (decimal): -11528549 or 10163792. OLE color: 10163792.

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

Color convert

RGB 80 22 155 -
CMYK 0.48 0.86 0 0.39
HSL 266.17º 0.75% 0.35% -
HSV(B) 266.17º 0.86% 0.61% -
XYZ 9.51 4.65 31.41 -
YUV 54.5 184.72 146.19 -
System Red Green Blue C M Y K H S L
Decimal 80 22 155 0.48 0.86 0 0.39 266.17 0.75 0.35
Hex 50 16 9B 30 56 0 27 10A 4B 23
Octal 120 26 233 60 126 0 47 412 113 43
Binary 1010000 10110 10011011 110000 1010110 0 100111 100001010 1001011 100011

Color Harmonies of #50169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50169B

Black with #50169B

Text Example


Text Example

White with #50169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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