Html Css Color HEX #50139B Indigo

📋 copy color: '#50139B'

red 80 ◦ green 19 ◦ blue 155

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

Shades of Indigo #50139B

Tints of Indigo #50139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.48%

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

R = 31.5%
G = 7.48%
B = 61.02%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50139B (or 0x50139B) is known color: Indigo. HEX triplet: 50, 13 and 9B. RGB value is (80,19,155). Sum of RGB (Red+Green+Blue) = 80+19+155=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #50139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50139B is #AFEC64. Grayscale: #343434. Windows color (decimal): -11529317 or 10163024. OLE color: 10163024.

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

Color convert

RGB 80 19 155 -
CMYK 0.48 0.88 0 0.39
HSL 266.91º 0.78% 0.34% -
HSV(B) 266.91º 0.88% 0.61% -
XYZ 9.46 4.54 31.39 -
YUV 52.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 80 19 155 0.48 0.88 0 0.39 266.91 0.78 0.34
Hex 50 13 9B 30 58 0 27 10B 4E 22
Octal 120 23 233 60 130 0 47 413 116 42
Binary 1010000 10011 10011011 110000 1011000 0 100111 100001011 1001110 100010

Color Harmonies of #50139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50139B

Black with #50139B

Text Example


Text Example

White with #50139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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