Html Css Color HEX #50159B Indigo

📋 copy color: '#50159B'

red 80 ◦ green 21 ◦ blue 155

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

Shades of Indigo #50159B

Tints of Indigo #50159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 31.25%
G = 8.2%
B = 60.55%

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

#50159B (or 0x50159B) is known color: Indigo. HEX triplet: 50, 15 and 9B. RGB value is (80,21,155). Sum of RGB (Red+Green+Blue) = 80+21+155=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #50159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50159B is #AFEA64. Grayscale: #353535. Windows color (decimal): -11528805 or 10163536. OLE color: 10163536.

HSL color Cylindrical-coordinate representation of color #50159B: hue angle of 266.42º degrees, saturation: 0.76, 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 #50159B is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 21 155 -
CMYK 0.48 0.86 0 0.39
HSL 266.42º 0.76% 0.35% -
HSV(B) 266.42º 0.86% 0.61% -
XYZ 9.49 4.61 31.4 -
YUV 53.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 80 21 155 0.48 0.86 0 0.39 266.42 0.76 0.35
Hex 50 15 9B 30 56 0 27 10A 4C 23
Octal 120 25 233 60 126 0 47 412 114 43
Binary 1010000 10101 10011011 110000 1010110 0 100111 100001010 1001100 100011

Color Harmonies of #50159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50159B

Black with #50159B

Text Example


Text Example

White with #50159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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